Skip to content

Commit fb160a9

Browse files
authored
Merge branch 'main' into main
Signed-off-by: philarcand <[email protected]>
2 parents d86b584 + 448f3b1 commit fb160a9

File tree

6 files changed

+14
-16
lines changed

6 files changed

+14
-16
lines changed

charts/fulcio/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: |
66
type: application
77

88
version: 2.6.5
9-
appVersion: 1.6.5
9+
appVersion: 1.6.6
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: ghcr.io/sigstore/fulcio:v1.6.5@sha256:2499cc14a6beab86866fc9a2e721665083f102201e6db0ee8b4e3b5faab89a74
30+
image: ghcr.io/sigstore/fulcio:v1.6.6@sha256:d543032eb2d905acffae26e2cb9c9961abc962510cef23af6f133d2c5118d4b5
3131
- name: createcerts
3232
image: ghcr.io/sigstore/scaffolding/createcerts:v0.7.18@sha256:2a2bb96f108b5a8aa9ca07f18be1e3dd673c41ca4836adc1b6129cea213b417c

charts/fulcio/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33

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

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)
97

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

@@ -134,7 +132,7 @@ helm uninstall [RELEASE_NAME]
134132
| server.image.pullPolicy | string | `"IfNotPresent"` | |
135133
| server.image.registry | string | `"ghcr.io"` | |
136134
| 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 |
138136
| server.ingress.grpc.annotations."nginx.ingress.kubernetes.io/backend-protocol" | string | `"GRPC"` | |
139137
| server.ingress.grpc.className | string | `""` | |
140138
| server.ingress.grpc.enabled | bool | `false` | |

charts/fulcio/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ server:
2626
registry: ghcr.io
2727
repository: sigstore/fulcio
2828
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
3232
args:
3333
port: 5555
3434
grpcPort: 5554

charts/scaffold/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies:
22
- name: fulcio
33
repository: https://sigstore.github.io/helm-charts
4-
version: 2.6.4
4+
version: 2.6.5
55
- name: rekor
66
repository: https://sigstore.github.io/helm-charts
77
version: 1.6.2
@@ -17,5 +17,5 @@ dependencies:
1717
- name: tsa
1818
repository: https://sigstore.github.io/helm-charts
1919
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"

charts/scaffold/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Scaffolding the components of the sigstore architecture
44

55
type: application
66

7-
version: 0.6.69
7+
version: 0.6.70
88
keywords:
99
- security
1010
- pki
@@ -16,7 +16,7 @@ maintainers:
1616

1717
dependencies:
1818
- name: fulcio
19-
version: 2.6.4
19+
version: 2.6.5
2020
repository: https://sigstore.github.io/helm-charts
2121
condition: fulcio.enabled
2222
- name: rekor

charts/scaffold/README.md

+2-2
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: 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)
66

77
Scaffolding the components of the sigstore architecture
88

@@ -37,7 +37,7 @@ helm uninstall [RELEASE_NAME]
3737
| Repository | Name | Version |
3838
|------------|------|---------|
3939
| 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 |
4141
| https://sigstore.github.io/helm-charts | rekor | 1.6.2 |
4242
| https://sigstore.github.io/helm-charts | trillian | 0.3.0 |
4343
| https://sigstore.github.io/helm-charts | tsa | 1.0.6 |

0 commit comments

Comments
 (0)