diff --git a/charts/fulcio/Chart.lock b/charts/fulcio/Chart.lock index 4ae4dbc8..eeb48e8d 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.51 -digest: sha256:c01332b432dea7be4b405b28190a5e21a3069a9f829a608b9bd698a8533d771d -generated: "2024-01-31T12:28:19.862542418-05:00" + version: 0.2.52 +digest: sha256:4383152c33869170f861b51048d6a7bbf016a957045a8e60415c2f08e77fff7a +generated: "2024-03-06T09:03:55.357156842-05:00" diff --git a/charts/fulcio/Chart.yaml b/charts/fulcio/Chart.yaml index b61a26ee..56ddca1f 100644 --- a/charts/fulcio/Chart.yaml +++ b/charts/fulcio/Chart.yaml @@ -5,7 +5,7 @@ description: | type: application -version: 2.3.17 +version: 2.3.18 appVersion: 1.4.4 keywords: @@ -19,7 +19,7 @@ maintainers: dependencies: - name: ctlog - version: 0.2.51 + version: 0.2.52 repository: https://sigstore.github.io/helm-charts condition: ctlog.enabled @@ -29,4 +29,4 @@ annotations: - name: fulcio image: gcr.io/projectsigstore/fulcio@sha256:d4e075bfaf0539a5220f3a76b80454261ecda443248fce283fd185d27e9910d4 - name: createcerts - image: ghcr.io/sigstore/scaffolding/createcerts:v0.6.16@sha256:ad6a4721b7c8f529ae703129a076443c3f47cc1101421323db805620e782192a + image: ghcr.io/sigstore/scaffolding/createcerts:v0.6.17@sha256:2aaea38198d25ee53fb1f6da79eaa75c24bcc4ef81792a68687ba2ae0dc8ccf6 diff --git a/charts/fulcio/README.md b/charts/fulcio/README.md index 9dc68d51..c3927b23 100644 --- a/charts/fulcio/README.md +++ b/charts/fulcio/README.md @@ -2,7 +2,7 @@ -![Version: 2.3.17](https://img.shields.io/badge/Version-2.3.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.4](https://img.shields.io/badge/AppVersion-1.4.4-informational?style=flat-square) +![Version: 2.3.18](https://img.shields.io/badge/Version-2.3.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.4](https://img.shields.io/badge/AppVersion-1.4.4-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.51 | +| https://sigstore.github.io/helm-charts | ctlog | 0.2.52 | ## Values @@ -83,7 +83,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:ad6a4721b7c8f529ae703129a076443c3f47cc1101421323db805620e782192a"` | | +| createcerts.image.version | string | `"sha256:2aaea38198d25ee53fb1f6da79eaa75c24bcc4ef81792a68687ba2ae0dc8ccf6"` | | | createcerts.name | string | `"createcerts"` | | | createcerts.replicaCount | int | `1` | | | createcerts.securityContext.runAsNonRoot | bool | `true` | | diff --git a/charts/fulcio/values.yaml b/charts/fulcio/values.yaml index e4bc6cd1..9a13747f 100644 --- a/charts/fulcio/values.yaml +++ b/charts/fulcio/values.yaml @@ -19,7 +19,7 @@ server: registry: gcr.io repository: projectsigstore/fulcio pullPolicy: IfNotPresent - # crane digest gcr.io/projectsigstore/fulcio:v1.4.3 + # crane digest gcr.io/projectsigstore/fulcio:v1.4.4 # -- v1.4.4 version: sha256:d4e075bfaf0539a5220f3a76b80454261ecda443248fce283fd185d27e9910d4 args: @@ -113,8 +113,8 @@ createcerts: registry: ghcr.io repository: sigstore/scaffolding/createcerts pullPolicy: IfNotPresent - # v0.6.16 - version: sha256:ad6a4721b7c8f529ae703129a076443c3f47cc1101421323db805620e782192a + # v0.6.17 + version: sha256:2aaea38198d25ee53fb1f6da79eaa75c24bcc4ef81792a68687ba2ae0dc8ccf6 ttlSecondsAfterFinished: 3600 serviceAccount: create: true