Skip to content

Commit

Permalink
drop mysql back to last version, will debug later
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Sep 3, 2024
1 parent 7484e91 commit 79886b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/trillian/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ annotations:
- name: netcat
image: cgr.dev/chainguard/netcat@sha256:6051975a14c51b9d3b525a06004d62a4d323c08ca58e3468343095a55a42fff2
- name: db_server
image: gcr.io/trillian-opensource-ci/db_server:v1.6.1@sha256:b7d874db5787cf4b24254aeb4d6b68c19236895e83308db707b6de2ac9dddb28
image: gcr.io/trillian-opensource-ci/db_server:v1.5.3@sha256:2a685a38dd0129cceb646c232d285383f614c7e6fa51ff8f512aef78e4298461
- name: log_server
image: ghcr.io/sigstore/scaffolding/trillian_log_server:v1.6.1@sha256:b09ad6b9f876be07baf6006afdf13402302251a373eef000cdc7a6d0c0ca584f
- name: log_signer
Expand Down
2 changes: 1 addition & 1 deletion charts/trillian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ helm uninstall [RELEASE_NAME]
| mysql.image.pullPolicy | string | `"IfNotPresent"` | |
| mysql.image.registry | string | `"gcr.io"` | |
| mysql.image.repository | string | `"trillian-opensource-ci/db_server"` | |
| mysql.image.version | string | `"sha256:b7d874db5787cf4b24254aeb4d6b68c19236895e83308db707b6de2ac9dddb28"` | crane digest gcr.io/trillian-opensource-ci/db_server:v1.6.1 |
| mysql.image.version | string | `"sha256:2a685a38dd0129cceb646c232d285383f614c7e6fa51ff8f512aef78e4298461"` | crane digest gcr.io/trillian-opensource-ci/db_server:v1.5.3 |
| mysql.livenessProbe.exec.command[0] | string | `"/etc/init.d/mysql"` | |
| mysql.livenessProbe.exec.command[1] | string | `"status"` | |
| mysql.livenessProbe.failureThreshold | int | `3` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/trillian/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ mysql:
registry: gcr.io
repository: trillian-opensource-ci/db_server
pullPolicy: IfNotPresent
# -- crane digest gcr.io/trillian-opensource-ci/db_server:v1.6.1
version: sha256:b7d874db5787cf4b24254aeb4d6b68c19236895e83308db707b6de2ac9dddb28
# -- crane digest gcr.io/trillian-opensource-ci/db_server:v1.5.3
version: sha256:2a685a38dd0129cceb646c232d285383f614c7e6fa51ff8f512aef78e4298461
resources: {}
args:
- "--ignore-db-dir=lost+found"
Expand Down

0 comments on commit 79886b1

Please sign in to comment.