Skip to content

Commit

Permalink
bump scaffold chart for v0.7.18 scaffolding 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 6, 2025
1 parent e9c7895 commit a8a06fe
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 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.6.3
version: 2.6.4
- name: rekor
repository: https://sigstore.github.io/helm-charts
version: 1.5.3
version: 1.6.0
- name: trillian
repository: https://sigstore.github.io/helm-charts
version: 0.2.29
version: 0.2.30
- name: ctlog
repository: https://sigstore.github.io/helm-charts
version: 0.2.59
version: 0.2.60
- name: tuf
repository: https://sigstore.github.io/helm-charts
version: 0.1.19
version: 0.1.22
- name: tsa
repository: https://sigstore.github.io/helm-charts
version: 1.0.6
digest: sha256:9ce123804df2025e50396f3ac0ff5a29074fe726bc21b82152822e1a989ecfac
generated: "2024-11-21T17:50:05.191036367-05:00"
digest: sha256:c82be04e57b0962c2ad4e99d6edfe96612eb4352ee9d238bfaa6af9ca5ca88da
generated: "2025-01-06T11:27:36.091613628-05:00"
12 changes: 6 additions & 6 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.66
version: 0.6.67
keywords:
- security
- pki
Expand All @@ -16,23 +16,23 @@ maintainers:

dependencies:
- name: fulcio
version: 2.6.3
version: 2.6.4
repository: https://sigstore.github.io/helm-charts
condition: fulcio.enabled
- name: rekor
version: 1.5.3
version: 1.6.0
repository: https://sigstore.github.io/helm-charts
condition: rekor.enabled
- name: trillian
version: 0.2.29
version: 0.2.30
repository: https://sigstore.github.io/helm-charts
condition: trillian.enabled
- name: ctlog
version: 0.2.59
version: 0.2.60
repository: https://sigstore.github.io/helm-charts
condition: ctlog.enabled
- name: tuf
version: 0.1.19
version: 0.1.22
repository: https://sigstore.github.io/helm-charts
condition: tuf.enabled
- name: tsa
Expand Down
12 changes: 6 additions & 6 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.66](https://img.shields.io/badge/Version-0.6.66-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![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)

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.59 |
| https://sigstore.github.io/helm-charts | fulcio | 2.6.3 |
| https://sigstore.github.io/helm-charts | rekor | 1.5.3 |
| https://sigstore.github.io/helm-charts | trillian | 0.2.29 |
| 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 | tsa | 1.0.6 |
| https://sigstore.github.io/helm-charts | tuf | 0.1.19 |
| https://sigstore.github.io/helm-charts | tuf | 0.1.22 |

## Values

Expand Down

0 comments on commit a8a06fe

Please sign in to comment.