From de1ddb83b176226f9cdcdf32f9253ee942c6105c Mon Sep 17 00:00:00 2001 From: Javan lacerda <javanlacerda@google.com> Date: Tue, 6 Aug 2024 22:33:17 +0000 Subject: [PATCH] bump fulcio appversion Signed-off-by: Javan lacerda <javanlacerda@google.com> --- charts/fulcio/Chart.yaml | 2 +- charts/fulcio/README.md | 4 ++-- charts/fulcio/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/fulcio/Chart.yaml b/charts/fulcio/Chart.yaml index d4922d0d..e515b011 100644 --- a/charts/fulcio/Chart.yaml +++ b/charts/fulcio/Chart.yaml @@ -6,7 +6,7 @@ description: | type: application version: 2.5.0 -appVersion: 1.5.1 +appVersion: 1.6.0 keywords: - security diff --git a/charts/fulcio/README.md b/charts/fulcio/README.md index ef80e67f..e6a6f0d9 100644 --- a/charts/fulcio/README.md +++ b/charts/fulcio/README.md @@ -2,7 +2,7 @@ <!-- This README.md is generated. Please edit README.md.gotmpl --> -![Version: 2.5.0](https://img.shields.io/badge/Version-2.5.0-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) +![Version: 2.5.0](https://img.shields.io/badge/Version-2.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.0](https://img.shields.io/badge/AppVersion-1.6.0-informational?style=flat-square) Fulcio is a free code signing Certificate Authority, built to make short-lived certificates available to anyone. @@ -125,7 +125,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:9030be23f59405100bc8d24ce2ca493b9d430639ef49b448541a840b3bfd7771"` | v1.5.1 | +| server.image.version | string | `"sha256:9030be23f59405100bc8d24ce2ca493b9d430639ef49b448541a840b3bfd7771"` | v1.6.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 35e2ce1a..b775c061 100644 --- a/charts/fulcio/values.yaml +++ b/charts/fulcio/values.yaml @@ -20,8 +20,8 @@ server: registry: gcr.io repository: projectsigstore/fulcio pullPolicy: IfNotPresent - # crane digest gcr.io/projectsigstore/fulcio:v1.5.1 - # -- v1.5.1 + # crane digest gcr.io/projectsigstore/fulcio:v1.6.0 + # -- v1.6.0 version: sha256:9030be23f59405100bc8d24ce2ca493b9d430639ef49b448541a840b3bfd7771 args: port: 5555