From ad6ce250f094069ed530c95b2632910fac146a60 Mon Sep 17 00:00:00 2001 From: cpanato Date: Thu, 11 Jul 2024 15:26:13 +0200 Subject: [PATCH] bump fulcio in scaffold chart 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 f334190b..8facd63d 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.3.21 + version: 2.3.22 - name: rekor repository: https://sigstore.github.io/helm-charts version: 1.4.2 @@ -17,5 +17,5 @@ dependencies: - name: tsa repository: https://sigstore.github.io/helm-charts version: 1.0.3 -digest: sha256:db84a3c0345e66c011100fcce8cd8b5c43adda79cc4c6e385a59991dd5225763 -generated: "2024-07-10T15:24:11.347772681Z" +digest: sha256:8054d64b1dedeac40ac587c36fa182f688248a49fc0fc6f4f6d2c4972eacb369 +generated: "2024-07-11T15:25:39.544491+02:00" diff --git a/charts/scaffold/Chart.yaml b/charts/scaffold/Chart.yaml index 6b9fe749..58679a0a 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.52 +version: 0.6.53 keywords: - security - pki @@ -16,7 +16,7 @@ maintainers: dependencies: - name: fulcio - version: 2.3.21 + version: 2.3.22 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 e1576524..6caf893b 100644 --- a/charts/scaffold/README.md +++ b/charts/scaffold/README.md @@ -2,7 +2,7 @@ -![Version: 0.6.52](https://img.shields.io/badge/Version-0.6.52-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.6.53](https://img.shields.io/badge/Version-0.6.53-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.53 | -| https://sigstore.github.io/helm-charts | fulcio | 2.3.21 | +| https://sigstore.github.io/helm-charts | fulcio | 2.3.22 | | https://sigstore.github.io/helm-charts | rekor | 1.4.2 | | https://sigstore.github.io/helm-charts | trillian | 0.2.24 | | https://sigstore.github.io/helm-charts | tsa | 1.0.3 |