From 246e1dadc48ccd74c0401595be017236767dbea0 Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Sun, 28 Jul 2024 13:11:35 -0400 Subject: [PATCH 1/3] bump fulcio chart for 0.7.5 scaffolding release Signed-off-by: Bob Callaway --- charts/fulcio/Chart.yaml | 6 +++--- charts/fulcio/README.md | 6 +++--- charts/fulcio/values.yaml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/fulcio/Chart.yaml b/charts/fulcio/Chart.yaml index 7f021713..5482d45a 100644 --- a/charts/fulcio/Chart.yaml +++ b/charts/fulcio/Chart.yaml @@ -5,7 +5,7 @@ description: | type: application -version: 2.3.22 +version: 2.3.23 appVersion: 1.5.1 keywords: @@ -19,7 +19,7 @@ maintainers: dependencies: - name: ctlog - version: 0.2.53 + version: 0.2.54 repository: https://sigstore.github.io/helm-charts condition: ctlog.enabled @@ -29,4 +29,4 @@ annotations: - name: fulcio image: gcr.io/projectsigstore/fulcio:v1.5.1@sha256:17b914c4a1d05871e3353630b3516b106b653839587aa496d0f96b6e857c8714 - name: createcerts - image: ghcr.io/sigstore/scaffolding/createcerts:v0.6.17@sha256:2aaea38198d25ee53fb1f6da79eaa75c24bcc4ef81792a68687ba2ae0dc8ccf6 + image: ghcr.io/sigstore/scaffolding/createcerts:v0.7.5@sha256:cd605e02eef0c0d70aa0b4805c6483054ab652f8ff0e9b382f06961596ef3e73 diff --git a/charts/fulcio/README.md b/charts/fulcio/README.md index 63d3bc00..e53b5711 100644 --- a/charts/fulcio/README.md +++ b/charts/fulcio/README.md @@ -2,7 +2,7 @@ -![Version: 2.3.22](https://img.shields.io/badge/Version-2.3.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.1](https://img.shields.io/badge/AppVersion-1.5.1-informational?style=flat-square) +![Version: 2.3.23](https://img.shields.io/badge/Version-2.3.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.1](https://img.shields.io/badge/AppVersion-1.5.1-informational?style=flat-square) Fulcio is a free code signing Certificate Authority, built to make short-lived certificates available to anyone. @@ -71,7 +71,7 @@ helm uninstall [RELEASE_NAME] | Repository | Name | Version | |------------|------|---------| -| https://sigstore.github.io/helm-charts | ctlog | 0.2.53 | +| https://sigstore.github.io/helm-charts | ctlog | 0.2.54 | ## Values @@ -84,7 +84,7 @@ helm uninstall [RELEASE_NAME] | createcerts.image.pullPolicy | string | `"IfNotPresent"` | | | createcerts.image.registry | string | `"ghcr.io"` | | | createcerts.image.repository | string | `"sigstore/scaffolding/createcerts"` | | -| createcerts.image.version | string | `"sha256:2aaea38198d25ee53fb1f6da79eaa75c24bcc4ef81792a68687ba2ae0dc8ccf6"` | | +| createcerts.image.version | string | `"sha256:cd605e02eef0c0d70aa0b4805c6483054ab652f8ff0e9b382f06961596ef3e73"` | | | createcerts.name | string | `"createcerts"` | | | createcerts.nodeSelector | object | `{}` | | | createcerts.replicaCount | int | `1` | | diff --git a/charts/fulcio/values.yaml b/charts/fulcio/values.yaml index 29f75751..ef7ea565 100644 --- a/charts/fulcio/values.yaml +++ b/charts/fulcio/values.yaml @@ -116,8 +116,8 @@ createcerts: registry: ghcr.io repository: sigstore/scaffolding/createcerts pullPolicy: IfNotPresent - # v0.6.17 - version: sha256:2aaea38198d25ee53fb1f6da79eaa75c24bcc4ef81792a68687ba2ae0dc8ccf6 + # v0.7.5 + version: sha256:cd605e02eef0c0d70aa0b4805c6483054ab652f8ff0e9b382f06961596ef3e73 ttlSecondsAfterFinished: 3600 serviceAccount: create: true From fbc5079305ea8bd5c58e414b3c991b762a5c35e2 Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Sun, 28 Jul 2024 13:15:12 -0400 Subject: [PATCH 2/3] ctlog to 0.2.55 Signed-off-by: Bob Callaway --- charts/fulcio/Chart.yaml | 2 +- charts/fulcio/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/fulcio/Chart.yaml b/charts/fulcio/Chart.yaml index 5482d45a..52cb2ef2 100644 --- a/charts/fulcio/Chart.yaml +++ b/charts/fulcio/Chart.yaml @@ -19,7 +19,7 @@ maintainers: dependencies: - name: ctlog - version: 0.2.54 + version: 0.2.55 repository: https://sigstore.github.io/helm-charts condition: ctlog.enabled diff --git a/charts/fulcio/README.md b/charts/fulcio/README.md index e53b5711..540312c0 100644 --- a/charts/fulcio/README.md +++ b/charts/fulcio/README.md @@ -71,7 +71,7 @@ helm uninstall [RELEASE_NAME] | Repository | Name | Version | |------------|------|---------| -| https://sigstore.github.io/helm-charts | ctlog | 0.2.54 | +| https://sigstore.github.io/helm-charts | ctlog | 0.2.55 | ## Values From 0924f29a20422270f555e5c7abd21de7b9622603 Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Sun, 28 Jul 2024 15:26:45 -0400 Subject: [PATCH 3/3] update lock Signed-off-by: Bob Callaway --- charts/fulcio/Chart.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/fulcio/Chart.lock b/charts/fulcio/Chart.lock index 1e17caad..685afe80 100644 --- a/charts/fulcio/Chart.lock +++ b/charts/fulcio/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: ctlog repository: https://sigstore.github.io/helm-charts - version: 0.2.53 -digest: sha256:84690bb522e33e91b86eb0d61028597a0744d2effcfdcc9e0e6279dac53bf139 -generated: "2024-05-24T11:12:04.997965-04:00" + version: 0.2.55 +digest: sha256:2bc954c7e7766b44e36cc1175819c1085e0edfc54e23d63291a9dab700d354ad +generated: "2024-07-28T15:26:37.286439639-04:00"