Skip to content

Commit

Permalink
bump scaffold chart for scaffolding 0.7.5 release (#802)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Jul 29, 2024
1 parent 81dfcec commit 578b6c3
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.3.22
version: 2.3.23
- name: rekor
repository: https://sigstore.github.io/helm-charts
version: 1.4.2
version: 1.4.7
- name: trillian
repository: https://sigstore.github.io/helm-charts
version: 0.2.24
version: 0.2.26
- name: ctlog
repository: https://sigstore.github.io/helm-charts
version: 0.2.53
version: 0.2.55
- name: tuf
repository: https://sigstore.github.io/helm-charts
version: 0.1.14
version: 0.1.16
- name: tsa
repository: https://sigstore.github.io/helm-charts
version: 1.0.3
digest: sha256:8054d64b1dedeac40ac587c36fa182f688248a49fc0fc6f4f6d2c4972eacb369
generated: "2024-07-11T15:25:39.544491+02:00"
version: 1.0.5
digest: sha256:3da6c2ff3831ab3134513d5d933ac6dece3dbf3dca3c9fbbd0edf244d54fbfeb
generated: "2024-07-29T10:18:41.261446449-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.53
version: 0.6.54
keywords:
- security
- pki
Expand All @@ -16,27 +16,27 @@ maintainers:

dependencies:
- name: fulcio
version: 2.3.22
version: 2.3.23
repository: https://sigstore.github.io/helm-charts
condition: fulcio.enabled
- name: rekor
version: 1.4.2
version: 1.4.7
repository: https://sigstore.github.io/helm-charts
condition: rekor.enabled
- name: trillian
version: 0.2.24
version: 0.2.26
repository: https://sigstore.github.io/helm-charts
condition: trillian.enabled
- name: ctlog
version: 0.2.53
version: 0.2.55
repository: https://sigstore.github.io/helm-charts
condition: ctlog.enabled
- name: tuf
version: 0.1.14
version: 0.1.16
repository: https://sigstore.github.io/helm-charts
condition: tuf.enabled
- name: tsa
version: 1.0.3
version: 1.0.5
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.53](https://img.shields.io/badge/Version-0.6.53-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.6.54](https://img.shields.io/badge/Version-0.6.54-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.53 |
| https://sigstore.github.io/helm-charts | fulcio | 2.3.22 |
| https://sigstore.github.io/helm-charts | rekor | 1.4.2 |
| https://sigstore.github.io/helm-charts | trillian | 0.2.24 |
| https://sigstore.github.io/helm-charts | tsa | 1.0.3 |
| https://sigstore.github.io/helm-charts | tuf | 0.1.14 |
| https://sigstore.github.io/helm-charts | ctlog | 0.2.55 |
| https://sigstore.github.io/helm-charts | fulcio | 2.3.23 |
| https://sigstore.github.io/helm-charts | rekor | 1.4.7 |
| https://sigstore.github.io/helm-charts | trillian | 0.2.26 |
| https://sigstore.github.io/helm-charts | tsa | 1.0.5 |
| https://sigstore.github.io/helm-charts | tuf | 0.1.16 |

## Values

Expand Down

0 comments on commit 578b6c3

Please sign in to comment.