diff --git a/src/ctlog/common/zarf.yaml b/src/ctlog/common/zarf.yaml index 9f6a555..1bbdab6 100644 --- a/src/ctlog/common/zarf.yaml +++ b/src/ctlog/common/zarf.yaml @@ -13,7 +13,7 @@ components: version: 0.1.0 localPath: ../chart - name: ctlog - version: 0.2.55 + version: 0.2.57 namespace: ctlog-system url: oci://ghcr.io/sigstore/helm-charts/ctlog valuesFiles: diff --git a/src/ctlog/values/upstream-values.yaml b/src/ctlog/values/upstream-values.yaml index e636cde..9f7381b 100644 --- a/src/ctlog/values/upstream-values.yaml +++ b/src/ctlog/values/upstream-values.yaml @@ -2,13 +2,13 @@ server: image: registry: ghcr.io repository: sigstore/scaffolding/ct_server - version: v0.7.5 + version: v0.7.12 createtree: image: registry: ghcr.io repository: sigstore/scaffolding/createtree - version: v0.7.5 + version: v0.7.12 createctconfig: initContainerImage: @@ -16,9 +16,9 @@ createctconfig: registry: docker.io repository: curlimages/curl # renovate: datasource=docker depName=curlimages/curl versioning=semver - version: "8.9.1" + version: "8.10.1" image: registry: ghcr.io repository: sigstore/scaffolding/createctconfig - version: v0.7.5 + version: v0.7.12 diff --git a/src/ctlog/zarf.yaml b/src/ctlog/zarf.yaml index 5b2d920..92d5199 100644 --- a/src/ctlog/zarf.yaml +++ b/src/ctlog/zarf.yaml @@ -26,7 +26,7 @@ components: valuesFiles: - ./values/upstream-values.yaml images: - - docker.io/curlimages/curl:8.9.1 - - ghcr.io/sigstore/scaffolding/createctconfig:v0.7.5 - - ghcr.io/sigstore/scaffolding/createtree:v0.7.5 - - ghcr.io/sigstore/scaffolding/ct_server:v0.7.5 + - docker.io/curlimages/curl:8.10.1 + - ghcr.io/sigstore/scaffolding/createctconfig:v0.7.12 + - ghcr.io/sigstore/scaffolding/createtree:v0.7.12 + - ghcr.io/sigstore/scaffolding/ct_server:v0.7.12 diff --git a/src/dev-openbao/values/values.yaml b/src/dev-openbao/values/values.yaml index c1b00d7..e5c91f7 100644 --- a/src/dev-openbao/values/values.yaml +++ b/src/dev-openbao/values/values.yaml @@ -5,7 +5,7 @@ server: image: registry: "docker.io" repository: "openbao/openbao" - tag: "2.0.0" + tag: "2.0.2" # Run OpenBao in "dev" mode. This requires no further setup, no state management, # and no initialization. This is useful for experimenting with Vault without diff --git a/src/dev-openbao/zarf.yaml b/src/dev-openbao/zarf.yaml index 2bb061d..dc37480 100644 --- a/src/dev-openbao/zarf.yaml +++ b/src/dev-openbao/zarf.yaml @@ -20,7 +20,7 @@ components: version: 0.1.0 localPath: chart - name: openbao - version: 0.4.0 + version: 0.6.0 namespace: dev-openbao url: https://openbao.github.io/openbao-helm valuesFiles: @@ -154,4 +154,4 @@ components: rm src/certs/tsa-wrapped.key.der rm src/certs/rekor-wrapped.key.der images: - - docker.io/openbao/openbao:2.0.0 + - docker.io/openbao/openbao:2.0.2 diff --git a/src/fulcio/values/upstream-values.yaml b/src/fulcio/values/upstream-values.yaml index 3d98c69..65df843 100644 --- a/src/fulcio/values/upstream-values.yaml +++ b/src/fulcio/values/upstream-values.yaml @@ -2,10 +2,10 @@ server: image: registry: gcr.io repository: projectsigstore/fulcio - version: v1.5.1 + version: v1.6.5 createcerts: image: registry: ghcr.io repository: sigstore/scaffolding/createcerts - version: v0.7.5 + version: v0.7.12 diff --git a/src/fulcio/zarf.yaml b/src/fulcio/zarf.yaml index 9ae93c8..ca4628c 100644 --- a/src/fulcio/zarf.yaml +++ b/src/fulcio/zarf.yaml @@ -22,4 +22,4 @@ components: valuesFiles: - ./values/upstream-values.yaml images: - - gcr.io/projectsigstore/fulcio:v1.5.1 + - gcr.io/projectsigstore/fulcio:v1.6.5 diff --git a/src/rekor/common/zarf.yaml b/src/rekor/common/zarf.yaml index 69ac36f..ddb7431 100644 --- a/src/rekor/common/zarf.yaml +++ b/src/rekor/common/zarf.yaml @@ -13,7 +13,7 @@ components: version: 0.1.0 localPath: ../chart - name: rekor - version: 1.4.7 + version: 1.5.1 namespace: rekor-system url: oci://ghcr.io/sigstore/helm-charts/rekor valuesFiles: diff --git a/src/rekor/values/upstream-values.yaml b/src/rekor/values/upstream-values.yaml index 23e63d7..8d64845 100644 --- a/src/rekor/values/upstream-values.yaml +++ b/src/rekor/values/upstream-values.yaml @@ -3,7 +3,7 @@ initContainerImage: registry: docker.io repository: curlimages/curl # renovate: datasource=docker depName=curlimages/curl versioning=semver - version: "8.9.1" + version: "8.10.1" redis: image: @@ -21,4 +21,4 @@ createtree: image: registry: ghcr.io repository: sigstore/scaffolding/createtree - version: v0.7.5 + version: v0.7.12 diff --git a/src/rekor/zarf.yaml b/src/rekor/zarf.yaml index 7a9113a..1a982b7 100644 --- a/src/rekor/zarf.yaml +++ b/src/rekor/zarf.yaml @@ -16,7 +16,7 @@ components: valuesFiles: - ./values/upstream-values.yaml images: - - docker.io/curlimages/curl:8.9.1 + - docker.io/curlimages/curl:8.10.1 - docker.io/valkey/valkey:7.2.5-alpine3.19 - gcr.io/projectsigstore/rekor-server:v1.3.6 - - ghcr.io/sigstore/scaffolding/createtree:v0.7.5 + - ghcr.io/sigstore/scaffolding/createtree:v0.7.12 diff --git a/src/trillian/common/zarf.yaml b/src/trillian/common/zarf.yaml index a5a0829..38c1074 100644 --- a/src/trillian/common/zarf.yaml +++ b/src/trillian/common/zarf.yaml @@ -13,7 +13,7 @@ components: version: 0.1.0 localPath: ../chart - name: trillian - version: 0.2.26 + version: 0.2.28 namespace: trillian-system url: oci://ghcr.io/sigstore/helm-charts/trillian valuesFiles: diff --git a/src/trillian/values/upstream-values.yaml b/src/trillian/values/upstream-values.yaml index 729939b..7d80a79 100644 --- a/src/trillian/values/upstream-values.yaml +++ b/src/trillian/values/upstream-values.yaml @@ -8,16 +8,16 @@ mysql: image: registry: gcr.io repository: trillian-opensource-ci/db_server - version: v1.5.3 + version: v1.6.1 logServer: image: registry: ghcr.io repository: sigstore/scaffolding/trillian_log_server - version: v1.6.0 + version: v1.6.1 logSigner: image: registry: ghcr.io repository: sigstore/scaffolding/trillian_log_signer - version: v1.6.0 + version: v1.6.1 diff --git a/src/trillian/zarf.yaml b/src/trillian/zarf.yaml index 508192c..7a93bb6 100644 --- a/src/trillian/zarf.yaml +++ b/src/trillian/zarf.yaml @@ -17,6 +17,6 @@ components: - ./values/upstream-values.yaml images: - cgr.dev/chainguard/netcat:latest - - gcr.io/trillian-opensource-ci/db_server:v1.5.3 - - ghcr.io/sigstore/scaffolding/trillian_log_server:v1.6.0 - - ghcr.io/sigstore/scaffolding/trillian_log_signer:v1.6.0 + - gcr.io/trillian-opensource-ci/db_server:v1.6.1 + - ghcr.io/sigstore/scaffolding/trillian_log_server:v1.6.1 + - ghcr.io/sigstore/scaffolding/trillian_log_signer:v1.6.1 diff --git a/src/tsa/common/zarf.yaml b/src/tsa/common/zarf.yaml index 96b2d3b..ced8814 100644 --- a/src/tsa/common/zarf.yaml +++ b/src/tsa/common/zarf.yaml @@ -13,7 +13,7 @@ components: version: 0.1.0 localPath: ../chart - name: tsa - version: 1.0.5 + version: 1.0.6 namespace: tsa-system url: oci://ghcr.io/sigstore/helm-charts/tsa valuesFiles: diff --git a/src/tsa/values/upstream-values.yaml b/src/tsa/values/upstream-values.yaml index 5b8ac98..27845a5 100644 --- a/src/tsa/values/upstream-values.yaml +++ b/src/tsa/values/upstream-values.yaml @@ -2,4 +2,4 @@ server: image: registry: ghcr.io repository: sigstore/timestamp-server - version: v1.2.2 + version: v1.2.3 diff --git a/src/tsa/zarf.yaml b/src/tsa/zarf.yaml index 110726d..67dcd3a 100644 --- a/src/tsa/zarf.yaml +++ b/src/tsa/zarf.yaml @@ -22,4 +22,4 @@ components: valuesFiles: - ./values/upstream-values.yaml images: - - ghcr.io/sigstore/timestamp-server:v1.2.2 + - ghcr.io/sigstore/timestamp-server:v1.2.3 diff --git a/src/tuf/common/zarf.yaml b/src/tuf/common/zarf.yaml index ba4f81d..1b9313b 100644 --- a/src/tuf/common/zarf.yaml +++ b/src/tuf/common/zarf.yaml @@ -13,7 +13,7 @@ components: version: 0.1.0 localPath: ../chart - name: tuf - version: 0.1.16 + version: 0.1.19 namespace: tuf-system url: oci://ghcr.io/sigstore/helm-charts/tuf valuesFiles: diff --git a/src/tuf/values/upstream-values.yaml b/src/tuf/values/upstream-values.yaml index a71be1d..336a0c2 100644 --- a/src/tuf/values/upstream-values.yaml +++ b/src/tuf/values/upstream-values.yaml @@ -2,4 +2,4 @@ deployment: registry: ghcr.io repository: sigstore/scaffolding/server # renovate: datasource=docker depName=ghcr.io/sigstore/scaffolding/server versioning=semver - version: v0.7.5 + version: v0.7.12 diff --git a/src/tuf/zarf.yaml b/src/tuf/zarf.yaml index 0092d68..ef167b2 100644 --- a/src/tuf/zarf.yaml +++ b/src/tuf/zarf.yaml @@ -35,4 +35,4 @@ components: valuesFiles: - ./values/upstream-values.yaml images: - - ghcr.io/sigstore/scaffolding/server:v0.7.5 + - ghcr.io/sigstore/scaffolding/server:v0.7.12