Skip to content

Commit 3c63e32

Browse files
Merge pull request #733 from haydentherapper/fulcio-v145
Bump Fulcio chart for v1.4.5
2 parents 09b5291 + 907a074 commit 3c63e32

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

charts/fulcio/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: |
55
66
type: application
77

8-
version: 2.3.18
9-
appVersion: 1.4.4
8+
version: 2.3.19
9+
appVersion: 1.4.5
1010

1111
keywords:
1212
- security
@@ -27,6 +27,6 @@ annotations:
2727
artifacthub.io/license: Apache-2.0
2828
artifacthub.io/images: |
2929
- name: fulcio
30-
image: gcr.io/projectsigstore/fulcio@sha256:d4e075bfaf0539a5220f3a76b80454261ecda443248fce283fd185d27e9910d4
30+
image: gcr.io/projectsigstore/fulcio:v1.4.5@sha256:003d38b43442d436fe645feaebf8784975c138e411cf232276bea9de2a9f7b58
3131
- name: createcerts
3232
image: ghcr.io/sigstore/scaffolding/createcerts:v0.6.17@sha256:2aaea38198d25ee53fb1f6da79eaa75c24bcc4ef81792a68687ba2ae0dc8ccf6

charts/fulcio/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
![Version: 2.3.18](https://img.shields.io/badge/Version-2.3.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.4](https://img.shields.io/badge/AppVersion-1.4.4-informational?style=flat-square)
5+
![Version: 2.3.19](https://img.shields.io/badge/Version-2.3.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.5](https://img.shields.io/badge/AppVersion-1.4.5-informational?style=flat-square)
66

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

@@ -120,7 +120,7 @@ helm uninstall [RELEASE_NAME]
120120
| server.image.pullPolicy | string | `"IfNotPresent"` | |
121121
| server.image.registry | string | `"gcr.io"` | |
122122
| server.image.repository | string | `"projectsigstore/fulcio"` | |
123-
| server.image.version | string | `"sha256:d4e075bfaf0539a5220f3a76b80454261ecda443248fce283fd185d27e9910d4"` | v1.4.4 |
123+
| server.image.version | string | `"sha256:003d38b43442d436fe645feaebf8784975c138e411cf232276bea9de2a9f7b58"` | v1.4.5 |
124124
| server.ingress.grpc.annotations."nginx.ingress.kubernetes.io/backend-protocol" | string | `"GRPC"` | |
125125
| server.ingress.grpc.className | string | `""` | |
126126
| server.ingress.grpc.enabled | bool | `false` | |

charts/fulcio/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ server:
1919
registry: gcr.io
2020
repository: projectsigstore/fulcio
2121
pullPolicy: IfNotPresent
22-
# crane digest gcr.io/projectsigstore/fulcio:v1.4.4
23-
# -- v1.4.4
24-
version: sha256:d4e075bfaf0539a5220f3a76b80454261ecda443248fce283fd185d27e9910d4
22+
# crane digest gcr.io/projectsigstore/fulcio:v1.4.5
23+
# -- v1.4.5
24+
version: sha256:003d38b43442d436fe645feaebf8784975c138e411cf232276bea9de2a9f7b58
2525
args:
2626
port: 5555
2727
grpcPort: 5554

0 commit comments

Comments
 (0)