From cdac4f1472ed0b405d9e0844160fa72a7d218efa Mon Sep 17 00:00:00 2001 From: cpanato Date: Wed, 4 Sep 2024 14:12:42 -0600 Subject: [PATCH] bump scaffold to have fulcio v1.6.4 release Signed-off-by: cpanato --- charts/scaffold/Chart.lock | 6 +++--- charts/scaffold/Chart.yaml | 4 ++-- charts/scaffold/README.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/scaffold/Chart.lock b/charts/scaffold/Chart.lock index 0ace566c..c4b0fcef 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.5.3 + version: 2.5.4 - name: rekor repository: https://sigstore.github.io/helm-charts version: 1.4.8 @@ -17,5 +17,5 @@ dependencies: - name: tsa repository: https://sigstore.github.io/helm-charts version: 1.0.5 -digest: sha256:a8374d9339bf2b322c6865c08ff4ada37781d7df5968191c2e7fdde317ea3d25 -generated: "2024-09-03T11:26:16.310950815-04:00" +digest: sha256:a8d432f681bf37e4b1454a4565d38620f27d2b7ec55ff3fd4566dbcff104a928 +generated: "2024-09-04T14:11:41.969723-06:00" diff --git a/charts/scaffold/Chart.yaml b/charts/scaffold/Chart.yaml index 0fcee640..bbcda100 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.60 +version: 0.6.61 keywords: - security - pki @@ -16,7 +16,7 @@ maintainers: dependencies: - name: fulcio - version: 2.5.3 + version: 2.5.4 repository: https://sigstore.github.io/helm-charts condition: fulcio.enabled - name: rekor diff --git a/charts/scaffold/README.md b/charts/scaffold/README.md index 214185f1..d34e12d5 100644 --- a/charts/scaffold/README.md +++ b/charts/scaffold/README.md @@ -2,7 +2,7 @@ -![Version: 0.6.60](https://img.shields.io/badge/Version-0.6.60-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.6.61](https://img.shields.io/badge/Version-0.6.61-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Scaffolding the components of the sigstore architecture @@ -37,7 +37,7 @@ helm uninstall [RELEASE_NAME] | Repository | Name | Version | |------------|------|---------| | https://sigstore.github.io/helm-charts | ctlog | 0.2.56 | -| https://sigstore.github.io/helm-charts | fulcio | 2.5.3 | +| https://sigstore.github.io/helm-charts | fulcio | 2.5.4 | | https://sigstore.github.io/helm-charts | rekor | 1.4.8 | | https://sigstore.github.io/helm-charts | trillian | 0.2.27 | | https://sigstore.github.io/helm-charts | tsa | 1.0.5 |