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 v0.6.17 scaffolding release #724

Merged
merged 1 commit into from Mar 6, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions charts/scaffold/Chart.lock
@@ -1,21 +1,21 @@
dependencies:
- name: fulcio
repository: https://sigstore.github.io/helm-charts
version: 2.3.17
version: 2.3.18
- name: rekor
repository: https://sigstore.github.io/helm-charts
version: 1.3.19
version: 1.3.20
- name: trillian
repository: https://sigstore.github.io/helm-charts
version: 0.2.21
version: 0.2.22
- name: ctlog
repository: https://sigstore.github.io/helm-charts
version: 0.2.51
version: 0.2.52
- name: tuf
repository: https://sigstore.github.io/helm-charts
version: 0.1.11
version: 0.1.12
- name: tsa
repository: https://sigstore.github.io/helm-charts
version: 1.0.2
digest: sha256:a1c9aa1a1f91b0f34ff2297bc6d6b26ca8aae50885d8f08278f3d20b43a2ed63
generated: "2024-02-28T17:58:47.489193309-05:00"
digest: sha256:ff5c3861f7a87781c3e2a04e03634d0d044876e559cb9cbfc581cc7474de2f68
generated: "2024-03-06T09:38:28.464915876-05:00"
12 changes: 6 additions & 6 deletions charts/scaffold/Chart.yaml
Expand Up @@ -4,7 +4,7 @@ description: Scaffolding the components of the sigstore architecture

type: application

version: 0.6.45
version: 0.6.46
keywords:
- security
- pki
Expand All @@ -16,23 +16,23 @@ maintainers:

dependencies:
- name: fulcio
version: 2.3.17
version: 2.3.18
repository: https://sigstore.github.io/helm-charts
condition: fulcio.enabled
- name: rekor
version: 1.3.19
version: 1.3.20
repository: https://sigstore.github.io/helm-charts
condition: rekor.enabled
- name: trillian
version: 0.2.21
version: 0.2.22
repository: https://sigstore.github.io/helm-charts
condition: trillian.enabled
- name: ctlog
version: 0.2.51
version: 0.2.52
repository: https://sigstore.github.io/helm-charts
condition: ctlog.enabled
- name: tuf
version: 0.1.11
version: 0.1.12
repository: https://sigstore.github.io/helm-charts
condition: tuf.enabled
- name: tsa
Expand Down
12 changes: 6 additions & 6 deletions charts/scaffold/README.md
Expand Up @@ -2,7 +2,7 @@

<!-- This README.md is generated. Please edit README.md.gotmpl -->

![Version: 0.6.45](https://img.shields.io/badge/Version-0.6.45-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.6.46](https://img.shields.io/badge/Version-0.6.46-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.51 |
| https://sigstore.github.io/helm-charts | fulcio | 2.3.17 |
| https://sigstore.github.io/helm-charts | rekor | 1.3.19 |
| https://sigstore.github.io/helm-charts | trillian | 0.2.21 |
| https://sigstore.github.io/helm-charts | ctlog | 0.2.52 |
| https://sigstore.github.io/helm-charts | fulcio | 2.3.18 |
| https://sigstore.github.io/helm-charts | rekor | 1.3.20 |
| https://sigstore.github.io/helm-charts | trillian | 0.2.22 |
| https://sigstore.github.io/helm-charts | tsa | 1.0.2 |
| https://sigstore.github.io/helm-charts | tuf | 0.1.11 |
| https://sigstore.github.io/helm-charts | tuf | 0.1.12 |

## Values

Expand Down