Skip to content

Commit

Permalink
Bump fulcio chart to v1.5.1 (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
haydentherapper authored Jul 11, 2024
1 parent 350159e commit 87dccd0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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.21
appVersion: 1.5.0
version: 2.3.22
appVersion: 1.5.1

keywords:
- security
Expand All @@ -27,6 +27,6 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/images: |
- name: fulcio
image: gcr.io/projectsigstore/fulcio:v1.5.0@sha256:a533616a932ad23636d26e07fbfe984058a2b12a4e6362cd62ed548a95557ce8
image: gcr.io/projectsigstore/fulcio:v1.5.1@sha256:17b914c4a1d05871e3353630b3516b106b653839587aa496d0f96b6e857c8714
- name: createcerts
image: ghcr.io/sigstore/scaffolding/createcerts:v0.6.17@sha256:2aaea38198d25ee53fb1f6da79eaa75c24bcc4ef81792a68687ba2ae0dc8ccf6
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.21](https://img.shields.io/badge/Version-2.3.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square)
![Version: 2.3.22](https://img.shields.io/badge/Version-2.3.22-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)

Fulcio is a free code signing Certificate Authority, built to make short-lived certificates available to anyone.

Expand Down Expand Up @@ -124,7 +124,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:a533616a932ad23636d26e07fbfe984058a2b12a4e6362cd62ed548a95557ce8"` | v1.5.0 |
| server.image.version | string | `"sha256:17b914c4a1d05871e3353630b3516b106b653839587aa496d0f96b6e857c8714"` | v1.5.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 @@ -19,9 +19,9 @@ server:
registry: gcr.io
repository: projectsigstore/fulcio
pullPolicy: IfNotPresent
# crane digest gcr.io/projectsigstore/fulcio:v1.5.0
# -- v1.5.0
version: sha256:a533616a932ad23636d26e07fbfe984058a2b12a4e6362cd62ed548a95557ce8
# crane digest gcr.io/projectsigstore/fulcio:v1.5.1
# -- v1.5.1
version: sha256:17b914c4a1d05871e3353630b3516b106b653839587aa496d0f96b6e857c8714
args:
port: 5555
grpcPort: 5554
Expand Down

0 comments on commit 87dccd0

Please sign in to comment.