Skip to content

Commit

Permalink
bump scaffold chart for v0.7.11 scaffolding release (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcallaway authored Sep 30, 2024
1 parent e713c62 commit 87cf29d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
16 changes: 8 additions & 8 deletions charts/scaffold/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
dependencies:
- name: fulcio
repository: https://sigstore.github.io/helm-charts
version: 2.5.4
version: 2.6.1
- name: rekor
repository: https://sigstore.github.io/helm-charts
version: 1.4.8
version: 1.5.1
- name: trillian
repository: https://sigstore.github.io/helm-charts
version: 0.2.27
version: 0.2.28
- name: ctlog
repository: https://sigstore.github.io/helm-charts
version: 0.2.56
version: 0.2.57
- name: tuf
repository: https://sigstore.github.io/helm-charts
version: 0.1.17
version: 0.1.18
- name: tsa
repository: https://sigstore.github.io/helm-charts
version: 1.0.5
digest: sha256:a8d432f681bf37e4b1454a4565d38620f27d2b7ec55ff3fd4566dbcff104a928
generated: "2024-09-04T14:11:41.969723-06:00"
version: 1.0.6
digest: sha256:e0aac105beb48cc1aa0c039e5fdb02cdf13d260e4fcaeea8573cd71693816e97
generated: "2024-09-30T09:22:16.142095029-04:00"
14 changes: 7 additions & 7 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.61
version: 0.6.62
keywords:
- security
- pki
Expand All @@ -16,27 +16,27 @@ maintainers:

dependencies:
- name: fulcio
version: 2.5.4
version: 2.6.1
repository: https://sigstore.github.io/helm-charts
condition: fulcio.enabled
- name: rekor
version: 1.4.8
version: 1.5.1
repository: https://sigstore.github.io/helm-charts
condition: rekor.enabled
- name: trillian
version: 0.2.27
version: 0.2.28
repository: https://sigstore.github.io/helm-charts
condition: trillian.enabled
- name: ctlog
version: 0.2.56
version: 0.2.57
repository: https://sigstore.github.io/helm-charts
condition: ctlog.enabled
- name: tuf
version: 0.1.17
version: 0.1.18
repository: https://sigstore.github.io/helm-charts
condition: tuf.enabled
- name: tsa
version: 1.0.5
version: 1.0.6
repository: https://sigstore.github.io/helm-charts
condition: tsa.enabled

Expand Down
14 changes: 7 additions & 7 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.61](https://img.shields.io/badge/Version-0.6.61-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.6.62](https://img.shields.io/badge/Version-0.6.62-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,12 +36,12 @@ helm uninstall [RELEASE_NAME]

| Repository | Name | Version |
|------------|------|---------|
| https://sigstore.github.io/helm-charts | ctlog | 0.2.56 |
| https://sigstore.github.io/helm-charts | fulcio | 2.5.4 |
| https://sigstore.github.io/helm-charts | rekor | 1.4.8 |
| https://sigstore.github.io/helm-charts | trillian | 0.2.27 |
| https://sigstore.github.io/helm-charts | tsa | 1.0.5 |
| https://sigstore.github.io/helm-charts | tuf | 0.1.17 |
| https://sigstore.github.io/helm-charts | ctlog | 0.2.57 |
| https://sigstore.github.io/helm-charts | fulcio | 2.6.1 |
| https://sigstore.github.io/helm-charts | rekor | 1.5.1 |
| https://sigstore.github.io/helm-charts | trillian | 0.2.28 |
| https://sigstore.github.io/helm-charts | tsa | 1.0.6 |
| https://sigstore.github.io/helm-charts | tuf | 0.1.18 |

## Values

Expand Down

0 comments on commit 87cf29d

Please sign in to comment.