Skip to content

Commit

Permalink
bump fulcio chart for scaffolding v0.6.16 release
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Jan 31, 2024
1 parent c581846 commit 2a8677a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/fulcio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |
type: application

version: 2.3.15
version: 2.3.16
appVersion: 1.4.3

keywords:
Expand All @@ -19,7 +19,7 @@ maintainers:

dependencies:
- name: ctlog
version: 0.2.48
version: 0.2.51
repository: https://sigstore.github.io/helm-charts
condition: ctlog.enabled

Expand All @@ -29,4 +29,4 @@ annotations:
- name: fulcio
image: gcr.io/projectsigstore/fulcio@sha256:157cebfc0ed9c81bd40e5705ca267713ec5184b2226ec0a4aa9f5c52698124d2
- name: createcerts
image: ghcr.io/sigstore/scaffolding/createcerts:v0.6.10@sha256:408f5f93378d892df1d4888ce1248cc3ff3e96288f857ea8918a8c5f8fd0fbf9
image: ghcr.io/sigstore/scaffolding/createcerts:v0.6.16@sha256:ad6a4721b7c8f529ae703129a076443c3f47cc1101421323db805620e782192a
6 changes: 3 additions & 3 deletions charts/fulcio/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: 2.3.15](https://img.shields.io/badge/Version-2.3.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.3](https://img.shields.io/badge/AppVersion-1.4.3-informational?style=flat-square)
![Version: 2.3.16](https://img.shields.io/badge/Version-2.3.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.3](https://img.shields.io/badge/AppVersion-1.4.3-informational?style=flat-square)

Fulcio is a free code signing Certificate Authority, built to make short-lived certificates available to anyone.

Expand Down Expand Up @@ -71,7 +71,7 @@ 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.51 |
## Values
Expand All @@ -83,7 +83,7 @@ helm uninstall [RELEASE_NAME]
| createcerts.image.pullPolicy | string | `"IfNotPresent"` | |
| createcerts.image.registry | string | `"ghcr.io"` | |
| createcerts.image.repository | string | `"sigstore/scaffolding/createcerts"` | |
| createcerts.image.version | string | `"sha256:408f5f93378d892df1d4888ce1248cc3ff3e96288f857ea8918a8c5f8fd0fbf9"` | |
| createcerts.image.version | string | `"sha256:ad6a4721b7c8f529ae703129a076443c3f47cc1101421323db805620e782192a"` | |
| createcerts.name | string | `"createcerts"` | |
| createcerts.replicaCount | int | `1` | |
| createcerts.securityContext.runAsNonRoot | bool | `true` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/fulcio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ createcerts:
registry: ghcr.io
repository: sigstore/scaffolding/createcerts
pullPolicy: IfNotPresent
# v0.6.10
version: "sha256:408f5f93378d892df1d4888ce1248cc3ff3e96288f857ea8918a8c5f8fd0fbf9"
# v0.6.16
version: sha256:ad6a4721b7c8f529ae703129a076443c3f47cc1101421323db805620e782192a
ttlSecondsAfterFinished: 3600
serviceAccount:
create: true
Expand Down

0 comments on commit 2a8677a

Please sign in to comment.