Skip to content

Commit

Permalink
Merge pull request #826 from bobcallaway/scaffold_078
Browse files Browse the repository at this point in the history
bump scaffold chart for v0.7.8 release
  • Loading branch information
bobcallaway authored Sep 3, 2024
2 parents 07e20e5 + c2e3a25 commit e76d9f0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 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.5.2
version: 2.5.3
- name: rekor
repository: https://sigstore.github.io/helm-charts
version: 1.4.7
version: 1.4.8
- name: trillian
repository: https://sigstore.github.io/helm-charts
version: 0.2.26
version: 0.2.27
- name: ctlog
repository: https://sigstore.github.io/helm-charts
version: 0.2.55
version: 0.2.56
- name: tuf
repository: https://sigstore.github.io/helm-charts
version: 0.1.16
version: 0.1.17
- name: tsa
repository: https://sigstore.github.io/helm-charts
version: 1.0.5
digest: sha256:cc49fc3dd2ac58125bb5bb8cc38788e2364c623d2ec0f1c9d691d29684549b06
generated: "2024-08-15T19:16:45.277473576Z"
digest: sha256:a8374d9339bf2b322c6865c08ff4ada37781d7df5968191c2e7fdde317ea3d25
generated: "2024-09-03T11:26:16.310950815-04:00"
12 changes: 6 additions & 6 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.59
version: 0.6.60
keywords:
- security
- pki
Expand All @@ -16,23 +16,23 @@ maintainers:

dependencies:
- name: fulcio
version: 2.5.2
version: 2.5.3
repository: https://sigstore.github.io/helm-charts
condition: fulcio.enabled
- name: rekor
version: 1.4.7
version: 1.4.8
repository: https://sigstore.github.io/helm-charts
condition: rekor.enabled
- name: trillian
version: 0.2.26
version: 0.2.27
repository: https://sigstore.github.io/helm-charts
condition: trillian.enabled
- name: ctlog
version: 0.2.55
version: 0.2.56
repository: https://sigstore.github.io/helm-charts
condition: ctlog.enabled
- name: tuf
version: 0.1.16
version: 0.1.17
repository: https://sigstore.github.io/helm-charts
condition: tuf.enabled
- name: tsa
Expand Down
12 changes: 6 additions & 6 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.59](https://img.shields.io/badge/Version-0.6.59-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.6.60](https://img.shields.io/badge/Version-0.6.60-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.55 |
| https://sigstore.github.io/helm-charts | fulcio | 2.5.2 |
| 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 | ctlog | 0.2.56 |
| https://sigstore.github.io/helm-charts | fulcio | 2.5.3 |
| https://sigstore.github.io/helm-charts | rekor | 1.4.8 |
| https://sigstore.github.io/helm-charts | trillian | 0.2.27 |
| https://sigstore.github.io/helm-charts | tsa | 1.0.5 |
| https://sigstore.github.io/helm-charts | tuf | 0.1.16 |
| https://sigstore.github.io/helm-charts | tuf | 0.1.17 |

## Values

Expand Down

0 comments on commit e76d9f0

Please sign in to comment.