From 12b614accf9147fd7c7e59c073c711a24ccc3a56 Mon Sep 17 00:00:00 2001 From: Hayden Blauzvern Date: Wed, 11 Oct 2023 23:51:36 +0000 Subject: [PATCH] Bump Fulcio for 1.4.3 Signed-off-by: Hayden Blauzvern --- 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 6fa8b474..681c87d5 100644 --- a/charts/fulcio/Chart.yaml +++ b/charts/fulcio/Chart.yaml @@ -5,8 +5,8 @@ description: | type: application -version: 2.3.10 -appVersion: 1.4.1 +version: 2.3.11 +appVersion: 1.4.3 keywords: - security @@ -27,6 +27,6 @@ annotations: artifacthub.io/license: Apache-2.0 artifacthub.io/images: | - name: fulcio - image: gcr.io/projectsigstore/fulcio@sha256:78f0f4394facc045cdf47e80a85d03494fb61f08ae1458cb66127960725cd157 + image: gcr.io/projectsigstore/fulcio@sha256:157cebfc0ed9c81bd40e5705ca267713ec5184b2226ec0a4aa9f5c52698124d2 - name: createcerts image: ghcr.io/sigstore/scaffolding/createcerts:v0.6.8@sha256:d58192fd45058e99a3fc41151008d8ff91269d67370ea61849d4b8e75516e2c4 diff --git a/charts/fulcio/README.md b/charts/fulcio/README.md index 0c7d68ee..cd2b9860 100644 --- a/charts/fulcio/README.md +++ b/charts/fulcio/README.md @@ -2,7 +2,7 @@ -![Version: 2.3.10](https://img.shields.io/badge/Version-2.3.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.1](https://img.shields.io/badge/AppVersion-1.4.1-informational?style=flat-square) +![Version: 2.3.11](https://img.shields.io/badge/Version-2.3.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.3](https://img.shields.io/badge/AppVersion-1.4.3-informational?style=flat-square) Fulcio is a free code signing Certificate Authority, built to make short-lived certificates available to anyone. @@ -119,7 +119,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:78f0f4394facc045cdf47e80a85d03494fb61f08ae1458cb66127960725cd157"` | v1.4.1 | +| server.image.version | string | `"sha256:157cebfc0ed9c81bd40e5705ca267713ec5184b2226ec0a4aa9f5c52698124d2"` | v1.4.3 | | 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 eba581ae..d0b5fa64 100644 --- a/charts/fulcio/values.yaml +++ b/charts/fulcio/values.yaml @@ -17,9 +17,9 @@ server: registry: gcr.io repository: projectsigstore/fulcio pullPolicy: IfNotPresent - # crane digest gcr.io/projectsigstore/fulcio:v1.4.1 - # -- v1.4.1 - version: sha256:78f0f4394facc045cdf47e80a85d03494fb61f08ae1458cb66127960725cd157 + # crane digest gcr.io/projectsigstore/fulcio:v1.4.3 + # -- v1.4.3 + version: sha256:157cebfc0ed9c81bd40e5705ca267713ec5184b2226ec0a4aa9f5c52698124d2 args: port: 5555 grpcPort: 5554