Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump scaffold chart for scaffolding v0.6.14 release #695

Merged
merged 1 commit into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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