Skip to content

Commit 62dae0e

Browse files
Bump chart versions in scaffold chart (#1089)
Signed-off-by: Hayden <[email protected]> Co-authored-by: Hayden <[email protected]>
1 parent d50ff6d commit 62dae0e

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

charts/scaffold/Chart.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
dependencies:
22
- name: fulcio
33
repository: https://sigstore.github.io/helm-charts
4-
version: 2.6.14
4+
version: 2.6.15
55
- name: rekor
66
repository: https://sigstore.github.io/helm-charts
7-
version: 1.7.4
7+
version: 1.7.5
88
- name: trillian
99
repository: https://sigstore.github.io/helm-charts
1010
version: 0.3.13
@@ -16,6 +16,6 @@ dependencies:
1616
version: 0.1.28
1717
- name: tsa
1818
repository: https://sigstore.github.io/helm-charts
19-
version: 1.1.8
20-
digest: sha256:498247b5916126aaf31bb732974ff63cbcebbd2a9b0716dbbb86b6bbfdbafca2
21-
generated: "2025-11-06T18:44:34.865427-08:00"
19+
version: 2.0.1
20+
digest: sha256:58ef8bb517c9c0f174b0005f0c12b04b159e8d4109bc9c9baf61a0f9442828f4
21+
generated: "2025-11-19T11:45:19.772612-08:00"

charts/scaffold/Chart.yaml

Lines changed: 4 additions & 4 deletions
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.96
7+
version: 0.6.97
88
keywords:
99
- security
1010
- pki
@@ -16,11 +16,11 @@ maintainers:
1616

1717
dependencies:
1818
- name: fulcio
19-
version: 2.6.14
19+
version: 2.6.15
2020
repository: https://sigstore.github.io/helm-charts
2121
condition: fulcio.enabled
2222
- name: rekor
23-
version: 1.7.4
23+
version: 1.7.5
2424
repository: https://sigstore.github.io/helm-charts
2525
condition: rekor.enabled
2626
- name: trillian
@@ -36,7 +36,7 @@ dependencies:
3636
repository: https://sigstore.github.io/helm-charts
3737
condition: tuf.enabled
3838
- name: tsa
39-
version: 1.1.8
39+
version: 2.0.1
4040
repository: https://sigstore.github.io/helm-charts
4141
condition: tsa.enabled
4242

charts/scaffold/README.md

Lines changed: 4 additions & 4 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: 0.6.96](https://img.shields.io/badge/Version-0.6.96-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
5+
![Version: 0.6.97](https://img.shields.io/badge/Version-0.6.97-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,10 +37,10 @@ helm uninstall [RELEASE_NAME]
3737
| Repository | Name | Version |
3838
|------------|------|---------|
3939
| https://sigstore.github.io/helm-charts | ctlog | 0.2.65 |
40-
| https://sigstore.github.io/helm-charts | fulcio | 2.6.14 |
41-
| https://sigstore.github.io/helm-charts | rekor | 1.7.4 |
40+
| https://sigstore.github.io/helm-charts | fulcio | 2.6.15 |
41+
| https://sigstore.github.io/helm-charts | rekor | 1.7.5 |
4242
| https://sigstore.github.io/helm-charts | trillian | 0.3.13 |
43-
| https://sigstore.github.io/helm-charts | tsa | 1.1.8 |
43+
| https://sigstore.github.io/helm-charts | tsa | 2.0.1 |
4444
| https://sigstore.github.io/helm-charts | tuf | 0.1.28 |
4545

4646
## Values

0 commit comments

Comments
 (0)