Skip to content

Commit

Permalink
bump scaffold chart for rekor release
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Jan 21, 2025
1 parent c5638ff commit b17e5ba
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
Expand Up @@ -4,10 +4,10 @@ dependencies:
version: 2.6.4
- name: rekor
repository: https://sigstore.github.io/helm-charts
version: 1.6.0
version: 1.6.1
- name: trillian
repository: https://sigstore.github.io/helm-charts
version: 0.2.30
version: 0.3.0
- name: ctlog
repository: https://sigstore.github.io/helm-charts
version: 0.2.60
Expand All @@ -17,5 +17,5 @@ dependencies:
- name: tsa
repository: https://sigstore.github.io/helm-charts
version: 1.0.6
digest: sha256:c82be04e57b0962c2ad4e99d6edfe96612eb4352ee9d238bfaa6af9ca5ca88da
generated: "2025-01-06T11:27:36.091613628-05:00"
digest: sha256:cbca9c4a47b698f036530b867057095a31ff5d73766234854d609da64c95bd5c
generated: "2025-01-21T08:19:20.622510193-05: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.67
version: 0.6.68
keywords:
- security
- pki
Expand All @@ -20,11 +20,11 @@ dependencies:
repository: https://sigstore.github.io/helm-charts
condition: fulcio.enabled
- name: rekor
version: 1.6.0
version: 1.6.1
repository: https://sigstore.github.io/helm-charts
condition: rekor.enabled
- name: trillian
version: 0.2.30
version: 0.3.0
repository: https://sigstore.github.io/helm-charts
condition: trillian.enabled
- name: ctlog
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.67](https://img.shields.io/badge/Version-0.6.67-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.6.68](https://img.shields.io/badge/Version-0.6.68-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 @@ -38,8 +38,8 @@ helm uninstall [RELEASE_NAME]
|------------|------|---------|
| https://sigstore.github.io/helm-charts | ctlog | 0.2.60 |
| https://sigstore.github.io/helm-charts | fulcio | 2.6.4 |
| https://sigstore.github.io/helm-charts | rekor | 1.6.0 |
| https://sigstore.github.io/helm-charts | trillian | 0.2.30 |
| https://sigstore.github.io/helm-charts | rekor | 1.6.1 |
| https://sigstore.github.io/helm-charts | trillian | 0.3.0 |
| https://sigstore.github.io/helm-charts | tsa | 1.0.6 |
| https://sigstore.github.io/helm-charts | tuf | 0.1.22 |

Expand Down

0 comments on commit b17e5ba

Please sign in to comment.