From 87dccd03bbf0e3e62f4bf7ebb4236ed42fd33ec0 Mon Sep 17 00:00:00 2001 From: Hayden B Date: Wed, 10 Jul 2024 23:22:52 -0700 Subject: [PATCH] Bump fulcio chart to v1.5.1 (#774) --- charts/fulcio/Chart.yaml | 6 +++--- charts/fulcio/README.md | 4 ++-- charts/fulcio/values.yaml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/fulcio/Chart.yaml b/charts/fulcio/Chart.yaml index fd67672d..7f021713 100644 --- a/charts/fulcio/Chart.yaml +++ b/charts/fulcio/Chart.yaml @@ -5,8 +5,8 @@ description: | type: application -version: 2.3.21 -appVersion: 1.5.0 +version: 2.3.22 +appVersion: 1.5.1 keywords: - security @@ -27,6 +27,6 @@ annotations: artifacthub.io/license: Apache-2.0 artifacthub.io/images: | - name: fulcio - image: gcr.io/projectsigstore/fulcio:v1.5.0@sha256:a533616a932ad23636d26e07fbfe984058a2b12a4e6362cd62ed548a95557ce8 + image: gcr.io/projectsigstore/fulcio:v1.5.1@sha256:17b914c4a1d05871e3353630b3516b106b653839587aa496d0f96b6e857c8714 - 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 44cb5b98..63d3bc00 100644 --- a/charts/fulcio/README.md +++ b/charts/fulcio/README.md @@ -2,7 +2,7 @@ -![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) +![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) Fulcio is a free code signing Certificate Authority, built to make short-lived certificates available to anyone. @@ -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:a533616a932ad23636d26e07fbfe984058a2b12a4e6362cd62ed548a95557ce8"` | v1.5.0 | +| server.image.version | string | `"sha256:17b914c4a1d05871e3353630b3516b106b653839587aa496d0f96b6e857c8714"` | v1.5.1 | | 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 e1c032e2..29f75751 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.5.0 - # -- v1.5.0 - version: sha256:a533616a932ad23636d26e07fbfe984058a2b12a4e6362cd62ed548a95557ce8 + # crane digest gcr.io/projectsigstore/fulcio:v1.5.1 + # -- v1.5.1 + version: sha256:17b914c4a1d05871e3353630b3516b106b653839587aa496d0f96b6e857c8714 args: port: 5555 grpcPort: 5554