Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump scaffold chart for ctlog update #861

Merged
merged 1 commit into from
Oct 31, 2024
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.6.2
version: 2.6.3
- name: rekor
repository: https://sigstore.github.io/helm-charts
version: 1.5.2
Expand All @@ -10,12 +10,12 @@ dependencies:
version: 0.2.29
- name: ctlog
repository: https://sigstore.github.io/helm-charts
version: 0.2.58
version: 0.2.59
- name: tuf
repository: https://sigstore.github.io/helm-charts
version: 0.1.19
- name: tsa
repository: https://sigstore.github.io/helm-charts
version: 1.0.6
digest: sha256:669a3162904feabcda955e862f630e1f0d89fc349dd7997f6caea89dafdfb953
generated: "2024-10-30T15:50:49.044465046-04:00"
digest: sha256:f6fa77f0f3fae3257b41508614235a8186f01e4994abb3950552008f9fce38f5
generated: "2024-10-31T15:38:02.728896868-04: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.64
version: 0.6.65
keywords:
- security
- pki
Expand All @@ -16,7 +16,7 @@ maintainers:

dependencies:
- name: fulcio
version: 2.6.2
version: 2.6.3
repository: https://sigstore.github.io/helm-charts
condition: fulcio.enabled
- name: rekor
Expand All @@ -28,7 +28,7 @@ dependencies:
repository: https://sigstore.github.io/helm-charts
condition: trillian.enabled
- name: ctlog
version: 0.2.58
version: 0.2.59
repository: https://sigstore.github.io/helm-charts
condition: ctlog.enabled
- name: tuf
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.64](https://img.shields.io/badge/Version-0.6.64-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.6.65](https://img.shields.io/badge/Version-0.6.65-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 @@ -36,8 +36,8 @@ helm uninstall [RELEASE_NAME]

| Repository | Name | Version |
|------------|------|---------|
| https://sigstore.github.io/helm-charts | ctlog | 0.2.58 |
| https://sigstore.github.io/helm-charts | fulcio | 2.6.2 |
| https://sigstore.github.io/helm-charts | ctlog | 0.2.59 |
| https://sigstore.github.io/helm-charts | fulcio | 2.6.3 |
| https://sigstore.github.io/helm-charts | rekor | 1.5.2 |
| https://sigstore.github.io/helm-charts | trillian | 0.2.29 |
| https://sigstore.github.io/helm-charts | tsa | 1.0.6 |
Expand Down