Skip to content

Commit

Permalink
bump scaffold chart for ctlog update
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Oct 31, 2024
1 parent 92b12d8 commit ce4d5a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
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

0 comments on commit ce4d5a4

Please sign in to comment.