From 7a98fa4f618664c9276881fd400ba4a231446abf Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Wed, 28 Jun 2023 15:57:52 -0400 Subject: [PATCH] bump fulcio chart for new version Signed-off-by: Bob Callaway --- charts/fulcio/Chart.lock | 6 +++--- charts/fulcio/Chart.yaml | 8 ++++---- charts/fulcio/README.md | 6 +++--- charts/fulcio/values.yaml | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/charts/fulcio/Chart.lock b/charts/fulcio/Chart.lock index 1e45a667..19dd5bf8 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.37 -digest: sha256:07c6f42ecb37aee8b5fd7b73e75eebfdcebfd457694c83ab44923ebff465726c -generated: "2022-11-29T13:30:52.48609-08:00" + version: 0.2.43 +digest: sha256:627e8b009b2aaf08b3ac6c21b37be72aa68a727273ecf5a61e46cc874177cd9d +generated: "2023-06-28T15:54:51.839610242-04:00" diff --git a/charts/fulcio/Chart.yaml b/charts/fulcio/Chart.yaml index 1b7fd8f2..736b4c77 100644 --- a/charts/fulcio/Chart.yaml +++ b/charts/fulcio/Chart.yaml @@ -5,8 +5,8 @@ description: | type: application -version: 2.3.2 -appVersion: 1.3.1 +version: 2.3.3 +appVersion: 1.3.2 keywords: - security @@ -19,7 +19,7 @@ maintainers: dependencies: - name: ctlog - version: 0.2.37 + version: 0.2.43 repository: https://sigstore.github.io/helm-charts condition: ctlog.enabled @@ -27,6 +27,6 @@ annotations: artifacthub.io/license: Apache-2.0 artifacthub.io/images: | - name: fulcio - image: gcr.io/projectsigstore/fulcio@sha256:c920be2d367214562cda7d53d3af3529edf2dfd9326b24909ece450092b97b18 + image: gcr.io/projectsigstore/fulcio@sha256:16fdf8f0198c58b20faad20f2891b65e00761d66695466ea0dbf1981d1e08120 - name: createcerts image: ghcr.io/sigstore/scaffolding/createcerts@sha256:73e7ac35d0e5169bd14a5cb6caed2e7d44277dec3d1de92e08f4d055523089a1 diff --git a/charts/fulcio/README.md b/charts/fulcio/README.md index c0353c40..8fed6471 100644 --- a/charts/fulcio/README.md +++ b/charts/fulcio/README.md @@ -2,7 +2,7 @@ -![Version: 2.3.2](https://img.shields.io/badge/Version-2.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.1](https://img.shields.io/badge/AppVersion-1.3.1-informational?style=flat-square) +![Version: 2.3.3](https://img.shields.io/badge/Version-2.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.2](https://img.shields.io/badge/AppVersion-1.3.2-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.37 | +| https://sigstore.github.io/helm-charts | ctlog | 0.2.43 | ## Values @@ -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:c920be2d367214562cda7d53d3af3529edf2dfd9326b24909ece450092b97b18"` | v1.3.1 | +| server.image.version | string | `"sha256:16fdf8f0198c58b20faad20f2891b65e00761d66695466ea0dbf1981d1e08120"` | v1.3.2 | | 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 f94d8a36..7009a6ea 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.3.1 - # -- v1.3.1 - version: sha256:c920be2d367214562cda7d53d3af3529edf2dfd9326b24909ece450092b97b18 + # crane digest gcr.io/projectsigstore/fulcio:v1.3.2 + # -- v1.3.2 + version: sha256:16fdf8f0198c58b20faad20f2891b65e00761d66695466ea0dbf1981d1e08120 args: port: 5555 grpcPort: 5554