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.6.4
9
- appVersion : 1.6.5
8
+ version : 2.6.5
9
+ appVersion : 1.6.6
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: ghcr.io/sigstore/fulcio:v1.6.5 @sha256:2499cc14a6beab86866fc9a2e721665083f102201e6db0ee8b4e3b5faab89a74
30
+ image: ghcr.io/sigstore/fulcio:v1.6.6 @sha256:d543032eb2d905acffae26e2cb9c9961abc962510cef23af6f133d2c5118d4b5
31
31
- name: createcerts
32
32
image: ghcr.io/sigstore/scaffolding/createcerts:v0.7.18@sha256:2a2bb96f108b5a8aa9ca07f18be1e3dd673c41ca4836adc1b6129cea213b417c
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.6.4 ] ( https://img.shields.io/badge/Version-2.6.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.6.5 ] ( https://img.shields.io/badge/AppVersion-1.6.5 -informational?style=flat-square )
5
+ ![ Version: 2.6.5 ] ( https://img.shields.io/badge/Version-2.6.5 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.6.6 ] ( https://img.shields.io/badge/AppVersion-1.6.6 -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
@@ -127,7 +127,7 @@ helm uninstall [RELEASE_NAME]
127
127
| server.image.pullPolicy | string | ` " IfNotPresent" ` | |
128
128
| server.image.registry | string | ` " ghcr.io" ` | |
129
129
| server.image.repository | string | ` " sigstore/fulcio" ` | |
130
- | server.image.version | string | ` " sha256:2499cc14a6beab86866fc9a2e721665083f102201e6db0ee8b4e3b5faab89a74 " ` | v1.6.5 |
130
+ | server.image.version | string | ` " v1.6.6@ sha256:d543032eb2d905acffae26e2cb9c9961abc962510cef23af6f133d2c5118d4b5 " ` | v1.6.6 |
131
131
| server.ingress.grpc.annotations." nginx.ingress.kubernetes.io/backend-protocol" | string | ` " GRPC" ` | |
132
132
| server.ingress.grpc.className | string | ` " " ` | |
133
133
| server.ingress.grpc.enabled | bool | ` false` | |
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ server:
26
26
registry : ghcr.io
27
27
repository : sigstore/fulcio
28
28
pullPolicy : IfNotPresent
29
- # crane digest ghcr.io/sigstore/fulcio:v1.6.5
30
- # -- v1.6.5
31
- version : sha256:2499cc14a6beab86866fc9a2e721665083f102201e6db0ee8b4e3b5faab89a74
29
+ # crane digest ghcr.io/sigstore/fulcio:v1.6.6
30
+ # -- v1.6.6
31
+ version : v1.6.6@ sha256:d543032eb2d905acffae26e2cb9c9961abc962510cef23af6f133d2c5118d4b5
32
32
args :
33
33
port : 5555
34
34
grpcPort : 5554
You can’t perform that action at this time.
0 commit comments