From 57748238d7965c62c2bf7ba487873010e6d246a7 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Date: Thu, 15 Dec 2022 16:26:27 +0200 Subject: [PATCH 1/2] Update Trillian references to use release v1.5.1 This also now changes the Trillian containers to use the project's CI-generated containers instead of the sigstore ones. Signed-off-by: Juan Antonio Osorio --- charts/trillian/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/trillian/values.yaml b/charts/trillian/values.yaml index 38090c2c..8ca3ce24 100644 --- a/charts/trillian/values.yaml +++ b/charts/trillian/values.yaml @@ -52,8 +52,8 @@ mysql: registry: gcr.io repository: trillian-opensource-ci/db_server pullPolicy: IfNotPresent - # -- v1.5.0 - version: sha256:22b7fddcb4bafc5692760d84dca5e86294363a94e8f0ecb8f5c39364d436e6d5 + # -- v1.5.1 + version: sha256:20a4b9b9532f466936ca2bb186251a0a21d34f89b78b12bb2bb1c2aae5e8e339 resources: {} args: - "--ignore-db-dir=lost+found" @@ -114,10 +114,10 @@ logServer: portHTTP: 8090 image: registry: gcr.io - repository: projectsigstore/trillian_log_server + repository: trillian-opensource-ci/log_server pullPolicy: IfNotPresent - # -- v0.9.1 - version: sha256:75dbbfc4c0b64334b985c4971fe58c30b9dd73d7aa54b15cee61223ff92aebf3 + # -- v1.5.1 + version: sha256:fd2d6d1faca6397b9bcd07aaaf5c9c13ef059c05e4514e70efd950966bebf54f # -- Trillian images currently only support amd64 due to the toolbelt/netcat container nodeSelector: @@ -152,10 +152,10 @@ logSigner: portHTTP: 8090 image: registry: gcr.io - repository: projectsigstore/trillian_log_signer + repository: trillian-opensource-ci/log_signer pullPolicy: IfNotPresent - # -- v0.9.1 - version: sha256:b56ed0b7b5e9813c91b208ba6041c9342f9a53162d96943374e59b5289090f1f + # -- vl.5.1 + version: sha256:dd518223c32cf7124e513efa2d1ed91ce0d2c9538a0d26b6fcb651b72c909b67 # -- Trillian images currently only support amd64 due to the toolbelt/netcat container nodeSelector: From eb07145819ee114bd05af48ee7685ee151409191 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Date: Thu, 15 Dec 2022 16:59:40 +0200 Subject: [PATCH 2/2] Update Trillian chart version Signed-off-by: Juan Antonio Osorio --- charts/trillian/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/trillian/Chart.yaml b/charts/trillian/Chart.yaml index a18402a3..3cfeb2e6 100644 --- a/charts/trillian/Chart.yaml +++ b/charts/trillian/Chart.yaml @@ -5,7 +5,7 @@ description: | type: application -version: 0.1.16 +version: 0.1.17 keywords: - security