From 3f687bf56f8675a629275f62dac9e8f8083257ea Mon Sep 17 00:00:00 2001 From: Hayden B Date: Wed, 10 Jul 2024 01:44:30 -0700 Subject: [PATCH] Bump Fulcio to v1.5.0 (#772) Signed-off-by: Hayden Blauzvern --- charts/fulcio/Chart.yaml | 6 +++--- charts/fulcio/README.md | 6 +++--- charts/fulcio/values.yaml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/fulcio/Chart.yaml b/charts/fulcio/Chart.yaml index 8652dcc9..fd67672d 100644 --- a/charts/fulcio/Chart.yaml +++ b/charts/fulcio/Chart.yaml @@ -5,8 +5,8 @@ description: | type: application -version: 2.3.20 -appVersion: 1.4.5 +version: 2.3.21 +appVersion: 1.5.0 keywords: - security @@ -27,6 +27,6 @@ annotations: artifacthub.io/license: Apache-2.0 artifacthub.io/images: | - name: fulcio - image: gcr.io/projectsigstore/fulcio:v1.4.5@sha256:003d38b43442d436fe645feaebf8784975c138e411cf232276bea9de2a9f7b58 + image: gcr.io/projectsigstore/fulcio:v1.5.0@sha256:a533616a932ad23636d26e07fbfe984058a2b12a4e6362cd62ed548a95557ce8 - name: createcerts image: ghcr.io/sigstore/scaffolding/createcerts:v0.6.17@sha256:2aaea38198d25ee53fb1f6da79eaa75c24bcc4ef81792a68687ba2ae0dc8ccf6 diff --git a/charts/fulcio/README.md b/charts/fulcio/README.md index f432ef1b..44cb5b98 100644 --- a/charts/fulcio/README.md +++ b/charts/fulcio/README.md @@ -2,7 +2,7 @@ -![Version: 2.3.19](https://img.shields.io/badge/Version-2.3.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.5](https://img.shields.io/badge/AppVersion-1.4.5-informational?style=flat-square) +![Version: 2.3.21](https://img.shields.io/badge/Version-2.3.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-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.52 | +| https://sigstore.github.io/helm-charts | ctlog | 0.2.53 | ## Values @@ -124,7 +124,7 @@ helm uninstall [RELEASE_NAME] | server.image.pullPolicy | string | `"IfNotPresent"` | | | server.image.registry | string | `"gcr.io"` | | | server.image.repository | string | `"projectsigstore/fulcio"` | | -| server.image.version | string | `"sha256:003d38b43442d436fe645feaebf8784975c138e411cf232276bea9de2a9f7b58"` | v1.4.5 | +| server.image.version | string | `"sha256:a533616a932ad23636d26e07fbfe984058a2b12a4e6362cd62ed548a95557ce8"` | v1.5.0 | | server.ingress.grpc.annotations."nginx.ingress.kubernetes.io/backend-protocol" | string | `"GRPC"` | | | server.ingress.grpc.className | string | `""` | | | server.ingress.grpc.enabled | bool | `false` | | diff --git a/charts/fulcio/values.yaml b/charts/fulcio/values.yaml index 75537efe..e1c032e2 100644 --- a/charts/fulcio/values.yaml +++ b/charts/fulcio/values.yaml @@ -19,9 +19,9 @@ server: registry: gcr.io repository: projectsigstore/fulcio pullPolicy: IfNotPresent - # crane digest gcr.io/projectsigstore/fulcio:v1.4.5 - # -- v1.4.5 - version: sha256:003d38b43442d436fe645feaebf8784975c138e411cf232276bea9de2a9f7b58 + # crane digest gcr.io/projectsigstore/fulcio:v1.5.0 + # -- v1.5.0 + version: sha256:a533616a932ad23636d26e07fbfe984058a2b12a4e6362cd62ed548a95557ce8 args: port: 5555 grpcPort: 5554