File tree 6 files changed +14
-16
lines changed
6 files changed +14
-16
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: |
6
6
type : application
7
7
8
8
version : 2.6.5
9
- appVersion : 1.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 3
3
4
4
<!-- This README.md is generated. Please edit README.md.gotmpl -->
5
5
6
-
7
-
8
- ![ 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.5] ( https://img.shields.io/badge/AppVersion-1.6.5-informational?style=flat-square )
6
+ ![ 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 )
9
7
10
8
Fulcio is a free code signing Certificate Authority, built to make short-lived certificates available to anyone.
11
9
@@ -134,7 +132,7 @@ helm uninstall [RELEASE_NAME]
134
132
| server.image.pullPolicy | string | ` " IfNotPresent" ` | |
135
133
| server.image.registry | string | ` " ghcr.io" ` | |
136
134
| server.image.repository | string | ` " sigstore/fulcio" ` | |
137
- | server.image.version | string | ` " sha256:2499cc14a6beab86866fc9a2e721665083f102201e6db0ee8b4e3b5faab89a74 " ` | v1.6.5 |
135
+ | server.image.version | string | ` " v1.6.6@ sha256:d543032eb2d905acffae26e2cb9c9961abc962510cef23af6f133d2c5118d4b5 " ` | v1.6.6 |
138
136
| server.ingress.grpc.annotations." nginx.ingress.kubernetes.io/backend-protocol" | string | ` " GRPC" ` | |
139
137
| server.ingress.grpc.className | string | ` " " ` | |
140
138
| 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
Original file line number Diff line number Diff line change 1
1
dependencies:
2
2
- name: fulcio
3
3
repository: https://sigstore.github.io/helm-charts
4
- version: 2.6.4
4
+ version: 2.6.5
5
5
- name: rekor
6
6
repository: https://sigstore.github.io/helm-charts
7
7
version: 1.6.2
@@ -17,5 +17,5 @@ dependencies:
17
17
- name: tsa
18
18
repository: https://sigstore.github.io/helm-charts
19
19
version: 1.0.6
20
- digest: sha256:5fdb1f467114f4a8771ecf981d3aec1203a8f0c8523ba791d88887587f7206f6
21
- generated: "2025-01-27T11:42:22.902738-08 :00"
20
+ digest: sha256:d408523043c179ed112e5d3afe30c0d1bc2b01cb61eb1db9cb82ba553f7ebf21
21
+ generated: "2025-01-30T08:24:49.517372-03 :00"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Scaffolding the components of the sigstore architecture
4
4
5
5
type : application
6
6
7
- version : 0.6.69
7
+ version : 0.6.70
8
8
keywords :
9
9
- security
10
10
- pki
@@ -16,7 +16,7 @@ maintainers:
16
16
17
17
dependencies :
18
18
- name : fulcio
19
- version : 2.6.4
19
+ version : 2.6.5
20
20
repository : https://sigstore.github.io/helm-charts
21
21
condition : fulcio.enabled
22
22
- name : rekor
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: 0.6.69 ] ( https://img.shields.io/badge/Version-0.6.69 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
5
+ ![ Version: 0.6.70 ] ( https://img.shields.io/badge/Version-0.6.70 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
6
6
7
7
Scaffolding the components of the sigstore architecture
8
8
@@ -37,7 +37,7 @@ helm uninstall [RELEASE_NAME]
37
37
| Repository | Name | Version |
38
38
| ------------| ------| ---------|
39
39
| https://sigstore.github.io/helm-charts | ctlog | 0.2.60 |
40
- | https://sigstore.github.io/helm-charts | fulcio | 2.6.4 |
40
+ | https://sigstore.github.io/helm-charts | fulcio | 2.6.5 |
41
41
| https://sigstore.github.io/helm-charts | rekor | 1.6.2 |
42
42
| https://sigstore.github.io/helm-charts | trillian | 0.3.0 |
43
43
| https://sigstore.github.io/helm-charts | tsa | 1.0.6 |
You can’t perform that action at this time.
0 commit comments