Skip to content

Commit

Permalink
Merge pull request #858 from bobcallaway/scaf_0664
Browse files Browse the repository at this point in the history
bump scaffold chart for scaf 0.7.15 release
  • Loading branch information
bobcallaway authored Oct 30, 2024
2 parents 84187c6 + 98fea58 commit 9eca5e7
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.1
version: 2.6.2
- name: rekor
repository: https://sigstore.github.io/helm-charts
version: 1.5.1
version: 1.5.2
- name: trillian
repository: https://sigstore.github.io/helm-charts
version: 0.2.28
version: 0.2.29
- name: ctlog
repository: https://sigstore.github.io/helm-charts
version: 0.2.57
version: 0.2.58
- name: tuf
repository: https://sigstore.github.io/helm-charts
version: 0.1.18
version: 0.1.19
- name: tsa
repository: https://sigstore.github.io/helm-charts
version: 1.0.6
digest: sha256:e0aac105beb48cc1aa0c039e5fdb02cdf13d260e4fcaeea8573cd71693816e97
generated: "2024-09-30T09:22:16.142095029-04:00"
digest: sha256:669a3162904feabcda955e862f630e1f0d89fc349dd7997f6caea89dafdfb953
generated: "2024-10-30T15:50:49.044465046-04: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.63
version: 0.6.64
keywords:
- security
- pki
Expand All @@ -16,23 +16,23 @@ maintainers:

dependencies:
- name: fulcio
version: 2.6.1
version: 2.6.2
repository: https://sigstore.github.io/helm-charts
condition: fulcio.enabled
- name: rekor
version: 1.5.1
version: 1.5.2
repository: https://sigstore.github.io/helm-charts
condition: rekor.enabled
- name: trillian
version: 0.2.28
version: 0.2.29
repository: https://sigstore.github.io/helm-charts
condition: trillian.enabled
- name: ctlog
version: 0.2.57
version: 0.2.58
repository: https://sigstore.github.io/helm-charts
condition: ctlog.enabled
- name: tuf
version: 0.1.18
version: 0.1.19
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.63](https://img.shields.io/badge/Version-0.6.63-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![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)

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.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 | ctlog | 0.2.58 |
| https://sigstore.github.io/helm-charts | fulcio | 2.6.2 |
| 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 |
| https://sigstore.github.io/helm-charts | tuf | 0.1.18 |
| https://sigstore.github.io/helm-charts | tuf | 0.1.19 |

## Values

Expand Down

0 comments on commit 9eca5e7

Please sign in to comment.