Skip to content

Commit

Permalink
Merge pull request #631 from haydentherapper/scaffold-bump
Browse files Browse the repository at this point in the history
Bump scaffold for Rekor 1.3.2, Fulcio 1.4.3, TSA 1.2.0
  • Loading branch information
haydentherapper authored Oct 12, 2023
2 parents 25e0f1f + e5098a3 commit 912b599
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
@@ -1,10 +1,10 @@
dependencies:
- name: fulcio
repository: https://sigstore.github.io/helm-charts
version: 2.3.10
version: 2.3.11
- name: rekor
repository: https://sigstore.github.io/helm-charts
version: 1.3.9
version: 1.3.10
- name: trillian
repository: https://sigstore.github.io/helm-charts
version: 0.2.14
Expand All @@ -16,6 +16,6 @@ dependencies:
version: 0.1.6
- name: tsa
repository: https://sigstore.github.io/helm-charts
version: 0.1.0
digest: sha256:4de45cae973e0e4d3a03178d9aded836c1b80cf0c6e760054b3fb9f25263e413
generated: "2023-10-10T01:57:02.570678497Z"
version: 1.0.0
digest: sha256:20d301aea68bd00f041162ddefbbbe4259870ff8cdd851b91c71c36c638cd47b
generated: "2023-10-11T23:55:17.14309481Z"
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.31
version: 0.6.32
keywords:
- security
- pki
Expand All @@ -16,11 +16,11 @@ maintainers:

dependencies:
- name: fulcio
version: 2.3.10
version: 2.3.11
repository: https://sigstore.github.io/helm-charts
condition: fulcio.enabled
- name: rekor
version: 1.3.9
version: 1.3.10
repository: https://sigstore.github.io/helm-charts
condition: rekor.enabled
- name: trillian
Expand All @@ -36,7 +36,7 @@ dependencies:
repository: https://sigstore.github.io/helm-charts
condition: tuf.enabled
- name: tsa
version: 0.1.0
version: 1.0.0
repository: https://sigstore.github.io/helm-charts
condition: tsa.enabled

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.31](https://img.shields.io/badge/Version-0.6.31-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.6.32](https://img.shields.io/badge/Version-0.6.32-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 @@ -37,10 +37,10 @@ helm uninstall [RELEASE_NAME]
| Repository | Name | Version |
|------------|------|---------|
| https://sigstore.github.io/helm-charts | ctlog | 0.2.45 |
| https://sigstore.github.io/helm-charts | fulcio | 2.3.10 |
| https://sigstore.github.io/helm-charts | rekor | 1.3.9 |
| https://sigstore.github.io/helm-charts | fulcio | 2.3.11 |
| https://sigstore.github.io/helm-charts | rekor | 1.3.10 |
| https://sigstore.github.io/helm-charts | trillian | 0.2.14 |
| https://sigstore.github.io/helm-charts | tsa | 0.1.0 |
| https://sigstore.github.io/helm-charts | tsa | 1.0.0 |
| https://sigstore.github.io/helm-charts | tuf | 0.1.6 |

## Values
Expand Down

0 comments on commit 912b599

Please sign in to comment.