Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions charts/scaffold/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: fulcio
repository: https://sigstore.github.io/helm-charts
version: 2.7.4
version: 2.9.0
- name: rekor
repository: https://sigstore.github.io/helm-charts
version: 1.7.9
Expand All @@ -16,6 +16,6 @@ dependencies:
version: 0.1.29
- name: tsa
repository: https://sigstore.github.io/helm-charts
version: 2.0.4
digest: sha256:16b828bac45a99fb661b164cd423a861d3122176b503848172f70d0507e2c265
generated: "2026-03-17T17:48:13.5772581Z"
version: 2.1.0
digest: sha256:e791b0d11e1756066bd5398449f7791f5e864a09742aa4fbc6594b58f011962e
generated: "2026-04-28T11:16:07.657575802-07:00"
6 changes: 3 additions & 3 deletions charts/scaffold/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Scaffolding the components of the sigstore architecture

type: application

version: 0.6.106
version: 0.6.107
keywords:
- security
- pki
Expand All @@ -16,7 +16,7 @@ maintainers:

dependencies:
- name: fulcio
version: 2.7.4
version: 2.9.0
repository: https://sigstore.github.io/helm-charts
condition: fulcio.enabled
- name: rekor
Expand All @@ -36,7 +36,7 @@ dependencies:
repository: https://sigstore.github.io/helm-charts
condition: tuf.enabled
- name: tsa
version: 2.0.4
version: 2.1.0
repository: https://sigstore.github.io/helm-charts
condition: tsa.enabled

Expand Down
6 changes: 3 additions & 3 deletions charts/scaffold/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

![Version: 0.6.106](https://img.shields.io/badge/Version-0.6.106-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.6.107](https://img.shields.io/badge/Version-0.6.107-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Scaffolding the components of the sigstore architecture

Expand Down Expand Up @@ -37,10 +37,10 @@ helm uninstall [RELEASE_NAME]
| Repository | Name | Version |
|------------|------|---------|
| https://sigstore.github.io/helm-charts | ctlog | 0.2.66 |
| https://sigstore.github.io/helm-charts | fulcio | 2.7.4 |
| https://sigstore.github.io/helm-charts | fulcio | 2.9.0 |
| https://sigstore.github.io/helm-charts | rekor | 1.7.9 |
| https://sigstore.github.io/helm-charts | trillian | 0.3.14 |
| https://sigstore.github.io/helm-charts | tsa | 2.0.4 |
| https://sigstore.github.io/helm-charts | tsa | 2.1.0 |
| https://sigstore.github.io/helm-charts | tuf | 0.1.29 |

## Values
Expand Down
Loading