From a58a9886df1ac647781bf1dc3cb9965b3cc203d1 Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Thu, 29 Jun 2023 12:29:19 -0400 Subject: [PATCH] bump scaffold chart for fulcio w/ parallel ingress Signed-off-by: Bob Callaway --- 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 2091cef6..a71e31f0 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.3 + version: 2.3.4 - name: rekor repository: https://sigstore.github.io/helm-charts version: 1.3.5 @@ -17,5 +17,5 @@ dependencies: - name: tsa repository: https://sigstore.github.io/helm-charts version: 0.1.0 -digest: sha256:43f4ec95760f73fd859bccdfa928f20d27dacb9fcec94857a1e1b64fdfa44c87 -generated: "2023-06-28T17:52:28.214414684-04:00" +digest: sha256:a0d3a5ee74a4093cc66842a8f46c07505c5801bd4b7fccb581e86ee63be65245 +generated: "2023-06-29T12:28:24.380595231-04:00" diff --git a/charts/scaffold/Chart.yaml b/charts/scaffold/Chart.yaml index eecc3b39..8304863b 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.14 +version: 0.6.15 keywords: - security - pki @@ -16,7 +16,7 @@ maintainers: dependencies: - name: fulcio - version: 2.3.3 + version: 2.3.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 68209852..8d4cfd9b 100644 --- a/charts/scaffold/README.md +++ b/charts/scaffold/README.md @@ -2,7 +2,7 @@ -![Version: 0.6.14](https://img.shields.io/badge/Version-0.6.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.6.15](https://img.shields.io/badge/Version-0.6.15-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.43 | -| https://sigstore.github.io/helm-charts | fulcio | 2.3.3 | +| https://sigstore.github.io/helm-charts | fulcio | 2.3.4 | | https://sigstore.github.io/helm-charts | rekor | 1.3.5 | | https://sigstore.github.io/helm-charts | trillian | 0.2.6 | | https://sigstore.github.io/helm-charts | tsa | 0.1.0 |