Skip to content

Commit 3be0136

Browse files
authored
Update scaffold chart with new tsa,fulcio (#1100)
Update Chart.lock from project root with ``` helm dependency update charts/scaffold ``` Signed-off-by: Appu Goundan <[email protected]>
1 parent 5b36a9a commit 3be0136

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

charts/scaffold/Chart.lock

Lines changed: 4 additions & 4 deletions
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.15
4+
version: 2.6.16
55
- name: rekor
66
repository: https://sigstore.github.io/helm-charts
77
version: 1.7.5
@@ -16,6 +16,6 @@ dependencies:
1616
version: 0.1.28
1717
- name: tsa
1818
repository: https://sigstore.github.io/helm-charts
19-
version: 2.0.1
20-
digest: sha256:58ef8bb517c9c0f174b0005f0c12b04b159e8d4109bc9c9baf61a0f9442828f4
21-
generated: "2025-11-19T11:45:19.772612-08:00"
19+
version: 2.0.2
20+
digest: sha256:b15e0b063b1226d84499aa861f8c021d505ef8b4a77816313fb3c652412bcc17
21+
generated: "2025-12-05T14:23:13.297161335-05:00"

charts/scaffold/Chart.yaml

Lines changed: 3 additions & 3 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.97
7+
version: 0.6.98
88
keywords:
99
- security
1010
- pki
@@ -16,7 +16,7 @@ maintainers:
1616

1717
dependencies:
1818
- name: fulcio
19-
version: 2.6.15
19+
version: 2.6.16
2020
repository: https://sigstore.github.io/helm-charts
2121
condition: fulcio.enabled
2222
- name: rekor
@@ -36,7 +36,7 @@ dependencies:
3636
repository: https://sigstore.github.io/helm-charts
3737
condition: tuf.enabled
3838
- name: tsa
39-
version: 2.0.1
39+
version: 2.0.2
4040
repository: https://sigstore.github.io/helm-charts
4141
condition: tsa.enabled
4242

charts/scaffold/README.md

Lines changed: 3 additions & 3 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.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)
5+
![Version: 0.6.98](https://img.shields.io/badge/Version-0.6.98-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.15 |
40+
| https://sigstore.github.io/helm-charts | fulcio | 2.6.16 |
4141
| 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 | 2.0.1 |
43+
| https://sigstore.github.io/helm-charts | tsa | 2.0.2 |
4444
| https://sigstore.github.io/helm-charts | tuf | 0.1.28 |
4545

4646
## Values

0 commit comments

Comments
 (0)