From ce4d5a4e72645fd0521201960d2aa7dffcb1edb4 Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Thu, 31 Oct 2024 15:38:38 -0400 Subject: [PATCH] bump scaffold chart for ctlog update Signed-off-by: Bob Callaway --- charts/scaffold/Chart.lock | 8 ++++---- charts/scaffold/Chart.yaml | 6 +++--- charts/scaffold/README.md | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/scaffold/Chart.lock b/charts/scaffold/Chart.lock index 7ed1a774..62d06b86 100644 --- a/charts/scaffold/Chart.lock +++ b/charts/scaffold/Chart.lock @@ -1,7 +1,7 @@ dependencies: - name: fulcio repository: https://sigstore.github.io/helm-charts - version: 2.6.2 + version: 2.6.3 - name: rekor repository: https://sigstore.github.io/helm-charts version: 1.5.2 @@ -10,12 +10,12 @@ dependencies: version: 0.2.29 - name: ctlog repository: https://sigstore.github.io/helm-charts - version: 0.2.58 + version: 0.2.59 - name: tuf repository: https://sigstore.github.io/helm-charts version: 0.1.19 - name: tsa repository: https://sigstore.github.io/helm-charts version: 1.0.6 -digest: sha256:669a3162904feabcda955e862f630e1f0d89fc349dd7997f6caea89dafdfb953 -generated: "2024-10-30T15:50:49.044465046-04:00" +digest: sha256:f6fa77f0f3fae3257b41508614235a8186f01e4994abb3950552008f9fce38f5 +generated: "2024-10-31T15:38:02.728896868-04:00" diff --git a/charts/scaffold/Chart.yaml b/charts/scaffold/Chart.yaml index b3bf9abf..b63b22a7 100644 --- a/charts/scaffold/Chart.yaml +++ b/charts/scaffold/Chart.yaml @@ -4,7 +4,7 @@ description: Scaffolding the components of the sigstore architecture type: application -version: 0.6.64 +version: 0.6.65 keywords: - security - pki @@ -16,7 +16,7 @@ maintainers: dependencies: - name: fulcio - version: 2.6.2 + version: 2.6.3 repository: https://sigstore.github.io/helm-charts condition: fulcio.enabled - name: rekor @@ -28,7 +28,7 @@ dependencies: repository: https://sigstore.github.io/helm-charts condition: trillian.enabled - name: ctlog - version: 0.2.58 + version: 0.2.59 repository: https://sigstore.github.io/helm-charts condition: ctlog.enabled - name: tuf diff --git a/charts/scaffold/README.md b/charts/scaffold/README.md index d09f7688..cd04d67c 100644 --- a/charts/scaffold/README.md +++ b/charts/scaffold/README.md @@ -2,7 +2,7 @@ -![Version: 0.6.64](https://img.shields.io/badge/Version-0.6.64-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.6.65](https://img.shields.io/badge/Version-0.6.65-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Scaffolding the components of the sigstore architecture @@ -36,8 +36,8 @@ helm uninstall [RELEASE_NAME] | Repository | Name | Version | |------------|------|---------| -| https://sigstore.github.io/helm-charts | ctlog | 0.2.58 | -| https://sigstore.github.io/helm-charts | fulcio | 2.6.2 | +| https://sigstore.github.io/helm-charts | ctlog | 0.2.59 | +| https://sigstore.github.io/helm-charts | fulcio | 2.6.3 | | https://sigstore.github.io/helm-charts | rekor | 1.5.2 | | https://sigstore.github.io/helm-charts | trillian | 0.2.29 | | https://sigstore.github.io/helm-charts | tsa | 1.0.6 |