Skip to content

Commit

Permalink
Merge pull request #715 from bobcallaway/fulcio_144_scaf
Browse files Browse the repository at this point in the history
bump scaffold chart for fulcio 1.4.4 release
  • Loading branch information
bobcallaway committed Feb 28, 2024
2 parents d6bce2a + 8a4ef01 commit dfd3945
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/scaffold/Chart.lock
@@ -1,7 +1,7 @@
dependencies:
- name: fulcio
repository: https://sigstore.github.io/helm-charts
version: 2.3.16
version: 2.3.17
- name: rekor
repository: https://sigstore.github.io/helm-charts
version: 1.3.19
Expand All @@ -17,5 +17,5 @@ dependencies:
- name: tsa
repository: https://sigstore.github.io/helm-charts
version: 1.0.2
digest: sha256:377bcead6ecdf7448f3d7a1f65c6e1a1628678ce4f3fb023218baee995a64428
generated: "2024-02-02T19:59:01.432296668-05:00"
digest: sha256:a1c9aa1a1f91b0f34ff2297bc6d6b26ca8aae50885d8f08278f3d20b43a2ed63
generated: "2024-02-28T17:58:47.489193309-05:00"
4 changes: 2 additions & 2 deletions charts/scaffold/Chart.yaml
Expand Up @@ -4,7 +4,7 @@ description: Scaffolding the components of the sigstore architecture

type: application

version: 0.6.44
version: 0.6.45
keywords:
- security
- pki
Expand All @@ -16,7 +16,7 @@ maintainers:

dependencies:
- name: fulcio
version: 2.3.16
version: 2.3.17
repository: https://sigstore.github.io/helm-charts
condition: fulcio.enabled
- name: rekor
Expand Down
6 changes: 4 additions & 2 deletions charts/scaffold/README.md
Expand Up @@ -2,7 +2,7 @@

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

![Version: 0.6.43](https://img.shields.io/badge/Version-0.6.43-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![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)

Scaffolding the components of the sigstore architecture

Expand Down Expand Up @@ -37,7 +37,7 @@ 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.16 |
| 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 | tsa | 1.0.2 |
Expand Down Expand Up @@ -107,6 +107,8 @@ helm uninstall [RELEASE_NAME]
| tuf.secrets.fulcio.path | string | `"fulcio_v1.crt.pem"` | |
| tuf.secrets.rekor.name | string | `"rekor-public-key"` | |
| tuf.secrets.rekor.path | string | `"rekor.pub"` | |
| tuf.secrets.tsa.name | string | `"tsa-cert-chain"` | |
| tuf.secrets.tsa.path | string | `"tsa.certchain.pem"` | |

----------------------------------------------

Expand Down

0 comments on commit dfd3945

Please sign in to comment.