Skip to content

Commit

Permalink
Merge pull request #695 from bobcallaway/v0614_scaffold
Browse files Browse the repository at this point in the history
bump scaffold chart for scaffolding v0.6.14 release
  • Loading branch information
bobcallaway authored Jan 11, 2024
2 parents 9e4f712 + ac28528 commit 89ad5f0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions charts/scaffold/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ dependencies:
version: 2.3.14
- name: rekor
repository: https://sigstore.github.io/helm-charts
version: 1.3.15
version: 1.3.16
- name: trillian
repository: https://sigstore.github.io/helm-charts
version: 0.2.18
version: 0.2.19
- name: ctlog
repository: https://sigstore.github.io/helm-charts
version: 0.2.48
version: 0.2.50
- name: tuf
repository: https://sigstore.github.io/helm-charts
version: 0.1.9
- name: tsa
repository: https://sigstore.github.io/helm-charts
version: 1.0.2
digest: sha256:a8c5d41176c70fae574e1dcd675b18f6244b306a1c6c084f0976eeacdc9839ae
generated: "2024-01-05T22:42:49.752156502Z"
digest: sha256:9f3d97779b1cdc1079e55ae4e9f42add1828a4a8a6ed9c6be6227cb904fc57d1
generated: "2024-01-10T19:31:29.027959394-05:00"
8 changes: 4 additions & 4 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.40
version: 0.6.41
keywords:
- security
- pki
Expand All @@ -20,15 +20,15 @@ dependencies:
repository: https://sigstore.github.io/helm-charts
condition: fulcio.enabled
- name: rekor
version: 1.3.15
version: 1.3.16
repository: https://sigstore.github.io/helm-charts
condition: rekor.enabled
- name: trillian
version: 0.2.18
version: 0.2.19
repository: https://sigstore.github.io/helm-charts
condition: trillian.enabled
- name: ctlog
version: 0.2.48
version: 0.2.50
repository: https://sigstore.github.io/helm-charts
condition: ctlog.enabled
- name: tuf
Expand Down
8 changes: 4 additions & 4 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.40](https://img.shields.io/badge/Version-0.6.40-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.6.41](https://img.shields.io/badge/Version-0.6.41-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,10 +36,10 @@ helm uninstall [RELEASE_NAME]

| Repository | Name | Version |
|------------|------|---------|
| https://sigstore.github.io/helm-charts | ctlog | 0.2.48 |
| https://sigstore.github.io/helm-charts | ctlog | 0.2.50 |
| https://sigstore.github.io/helm-charts | fulcio | 2.3.14 |
| https://sigstore.github.io/helm-charts | rekor | 1.3.15 |
| https://sigstore.github.io/helm-charts | trillian | 0.2.18 |
| https://sigstore.github.io/helm-charts | rekor | 1.3.16 |
| https://sigstore.github.io/helm-charts | trillian | 0.2.19 |
| https://sigstore.github.io/helm-charts | tsa | 1.0.2 |
| https://sigstore.github.io/helm-charts | tuf | 0.1.9 |

Expand Down

0 comments on commit 89ad5f0

Please sign in to comment.