From 3e5ab51d626c466b68ac6ddc74c54fcbbc13053f Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Wed, 30 Oct 2024 15:20:35 -0400 Subject: [PATCH] bump fulcio chart for scaf 0.7.15 release Signed-off-by: Bob Callaway --- charts/fulcio/Chart.lock | 6 +++--- charts/fulcio/Chart.yaml | 6 +++--- charts/fulcio/README.md | 6 +++--- charts/fulcio/values.yaml | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/charts/fulcio/Chart.lock b/charts/fulcio/Chart.lock index ea02f1d6..7e432148 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.57 -digest: sha256:9d3b2e53af0b40157727a7928095d92c355b08a0fa625dcf46a0cc695f78f905 -generated: "2024-09-29T17:20:25.569061877-04:00" + version: 0.2.58 +digest: sha256:ffe8976eb04dbae5cc8b86b25c343d54ae14694f8bef8963c6179a6678cacf33 +generated: "2024-10-30T15:20:04.341710006-04:00" diff --git a/charts/fulcio/Chart.yaml b/charts/fulcio/Chart.yaml index 4a3d43ab..de3e6e02 100644 --- a/charts/fulcio/Chart.yaml +++ b/charts/fulcio/Chart.yaml @@ -5,7 +5,7 @@ description: | type: application -version: 2.6.1 +version: 2.6.2 appVersion: 1.6.4 keywords: @@ -19,7 +19,7 @@ maintainers: dependencies: - name: ctlog - version: 0.2.57 + version: 0.2.58 repository: https://sigstore.github.io/helm-charts condition: ctlog.enabled @@ -29,4 +29,4 @@ annotations: - name: fulcio image: gcr.io/projectsigstore/fulcio:v1.6.4@sha256:4b2a0f0877095aa36898af70edd00568158f89e015f6bb7f02475660d0924f3b - name: createcerts - image: ghcr.io/sigstore/scaffolding/createcerts:v0.7.11@sha256:00fdcc2018c1a377eeabf840371711162fe50c31b57646bfda5ed9c0affdea9e + image: ghcr.io/sigstore/scaffolding/createcerts:v0.7.15@sha256:03a5725b8812a45570a1c6ed8e5df7dc2295904cd8603c7ed537d97af174d235 diff --git a/charts/fulcio/README.md b/charts/fulcio/README.md index 202b7a34..c3f2f2f2 100644 --- a/charts/fulcio/README.md +++ b/charts/fulcio/README.md @@ -2,7 +2,7 @@ -![Version: 2.6.1](https://img.shields.io/badge/Version-2.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.4](https://img.shields.io/badge/AppVersion-1.6.4-informational?style=flat-square) +![Version: 2.6.2](https://img.shields.io/badge/Version-2.6.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.4](https://img.shields.io/badge/AppVersion-1.6.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.57 | +| https://sigstore.github.io/helm-charts | ctlog | 0.2.58 | ## Values @@ -85,7 +85,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:00fdcc2018c1a377eeabf840371711162fe50c31b57646bfda5ed9c0affdea9e"` | | +| createcerts.image.version | string | `"sha256:03a5725b8812a45570a1c6ed8e5df7dc2295904cd8603c7ed537d97af174d235"` | | | createcerts.name | string | `"createcerts"` | | | createcerts.nodeSelector | object | `{}` | | | createcerts.replicaCount | int | `1` | | diff --git a/charts/fulcio/values.yaml b/charts/fulcio/values.yaml index bdaf8285..fca42de8 100644 --- a/charts/fulcio/values.yaml +++ b/charts/fulcio/values.yaml @@ -123,8 +123,8 @@ createcerts: registry: ghcr.io repository: sigstore/scaffolding/createcerts pullPolicy: IfNotPresent - # v0.7.11 - version: sha256:00fdcc2018c1a377eeabf840371711162fe50c31b57646bfda5ed9c0affdea9e + # v0.7.15 + version: sha256:03a5725b8812a45570a1c6ed8e5df7dc2295904cd8603c7ed537d97af174d235 ttlSecondsAfterFinished: 3600 serviceAccount: create: true