Skip to content

Commit

Permalink
Bump fulcio chart for 1.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Hayden Blauzvern <[email protected]>
  • Loading branch information
haydentherapper committed Oct 9, 2023
1 parent a16d485 commit d6ba3c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/fulcio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/fulcio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- This README.md is generated. Please edit README.md.gotmpl -->

![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.

Expand Down Expand Up @@ -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` | |
Expand Down
6 changes: 3 additions & 3 deletions charts/fulcio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6ba3c7

Please sign in to comment.