diff --git a/charts/fulcio/Chart.yaml b/charts/fulcio/Chart.yaml index 61913cb5..8af425e6 100644 --- a/charts/fulcio/Chart.yaml +++ b/charts/fulcio/Chart.yaml @@ -5,8 +5,8 @@ description: | type: application -version: 2.3.9 -appVersion: 1.4.0 +version: 2.3.10 +appVersion: 1.4.1 keywords: - security diff --git a/charts/fulcio/README.md b/charts/fulcio/README.md index 67e899b8..3ffe152b 100644 --- a/charts/fulcio/README.md +++ b/charts/fulcio/README.md @@ -2,7 +2,7 @@ -![Version: 2.3.9](https://img.shields.io/badge/Version-2.3.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square) +![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) 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:d70af39e2e0a33817c6a8d1a843d3a8c6c851364e3b93535c6d10316cff85a55"` | v1.4.0 | +| server.image.version | string | `"sha256:78f0f4394facc045cdf47e80a85d03494fb61f08ae1458cb66127960725cd157"` | v1.4.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 6ec859d0..6a2b8dac 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.0 - # -- v1.4.0 - version: sha256:d70af39e2e0a33817c6a8d1a843d3a8c6c851364e3b93535c6d10316cff85a55 + # crane digest gcr.io/projectsigstore/fulcio:v1.4.1 + # -- v1.4.1 + version: sha256:78f0f4394facc045cdf47e80a85d03494fb61f08ae1458cb66127960725cd157 args: port: 5555 grpcPort: 5554