File tree 3 files changed +8
-8
lines changed 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ description: |
5
5
6
6
type : application
7
7
8
- version : 2.3.18
9
- appVersion : 1.4.4
8
+ version : 2.3.19
9
+ appVersion : 1.4.5
10
10
11
11
keywords :
12
12
- security
@@ -27,6 +27,6 @@ annotations:
27
27
artifacthub.io/license : Apache-2.0
28
28
artifacthub.io/images : |
29
29
- name: fulcio
30
- image: gcr.io/projectsigstore/fulcio@sha256:d4e075bfaf0539a5220f3a76b80454261ecda443248fce283fd185d27e9910d4
30
+ image: gcr.io/projectsigstore/fulcio:v1.4.5 @sha256:003d38b43442d436fe645feaebf8784975c138e411cf232276bea9de2a9f7b58
31
31
- name: createcerts
32
32
image: ghcr.io/sigstore/scaffolding/createcerts:v0.6.17@sha256:2aaea38198d25ee53fb1f6da79eaa75c24bcc4ef81792a68687ba2ae0dc8ccf6
Original file line number Diff line number Diff line change 2
2
3
3
<!-- This README.md is generated. Please edit README.md.gotmpl -->
4
4
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 )
6
6
7
7
Fulcio is a free code signing Certificate Authority, built to make short-lived certificates available to anyone.
8
8
@@ -120,7 +120,7 @@ helm uninstall [RELEASE_NAME]
120
120
| server.image.pullPolicy | string | ` " IfNotPresent" ` | |
121
121
| server.image.registry | string | ` " gcr.io" ` | |
122
122
| 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 |
124
124
| server.ingress.grpc.annotations." nginx.ingress.kubernetes.io/backend-protocol" | string | ` " GRPC" ` | |
125
125
| server.ingress.grpc.className | string | ` " " ` | |
126
126
| server.ingress.grpc.enabled | bool | ` false` | |
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ server:
19
19
registry : gcr.io
20
20
repository : projectsigstore/fulcio
21
21
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
25
25
args :
26
26
port : 5555
27
27
grpcPort : 5554
You can’t perform that action at this time.
0 commit comments