Skip to content

Commit

Permalink
Merge pull request #722 from bobcallaway/fulcio_2_3_18
Browse files Browse the repository at this point in the history
bump fulcio chart for v0.6.17 scaffolding release
  • Loading branch information
bobcallaway committed Mar 6, 2024
2 parents 1503bb4 + 2057716 commit 0b050ef
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions charts/fulcio/Chart.lock
@@ -1,6 +1,6 @@
dependencies:
- name: ctlog
repository: https://sigstore.github.io/helm-charts
version: 0.2.51
digest: sha256:c01332b432dea7be4b405b28190a5e21a3069a9f829a608b9bd698a8533d771d
generated: "2024-01-31T12:28:19.862542418-05:00"
version: 0.2.52
digest: sha256:4383152c33869170f861b51048d6a7bbf016a957045a8e60415c2f08e77fff7a
generated: "2024-03-06T09:03:55.357156842-05:00"
6 changes: 3 additions & 3 deletions charts/fulcio/Chart.yaml
Expand Up @@ -5,7 +5,7 @@ description: |
type: application

version: 2.3.17
version: 2.3.18
appVersion: 1.4.4

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

dependencies:
- name: ctlog
version: 0.2.51
version: 0.2.52
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:d4e075bfaf0539a5220f3a76b80454261ecda443248fce283fd185d27e9910d4
- name: createcerts
image: ghcr.io/sigstore/scaffolding/createcerts:v0.6.16@sha256:ad6a4721b7c8f529ae703129a076443c3f47cc1101421323db805620e782192a
image: ghcr.io/sigstore/scaffolding/createcerts:v0.6.17@sha256:2aaea38198d25ee53fb1f6da79eaa75c24bcc4ef81792a68687ba2ae0dc8ccf6
6 changes: 3 additions & 3 deletions charts/fulcio/README.md
Expand Up @@ -2,7 +2,7 @@

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

![Version: 2.3.17](https://img.shields.io/badge/Version-2.3.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.4](https://img.shields.io/badge/AppVersion-1.4.4-informational?style=flat-square)
![Version: 2.3.18](https://img.shields.io/badge/Version-2.3.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.4](https://img.shields.io/badge/AppVersion-1.4.4-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.51 |
| https://sigstore.github.io/helm-charts | ctlog | 0.2.52 |

## 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:ad6a4721b7c8f529ae703129a076443c3f47cc1101421323db805620e782192a"` | |
| createcerts.image.version | string | `"sha256:2aaea38198d25ee53fb1f6da79eaa75c24bcc4ef81792a68687ba2ae0dc8ccf6"` | |
| createcerts.name | string | `"createcerts"` | |
| createcerts.replicaCount | int | `1` | |
| createcerts.securityContext.runAsNonRoot | bool | `true` | |
Expand Down
6 changes: 3 additions & 3 deletions charts/fulcio/values.yaml
Expand Up @@ -19,7 +19,7 @@ server:
registry: gcr.io
repository: projectsigstore/fulcio
pullPolicy: IfNotPresent
# crane digest gcr.io/projectsigstore/fulcio:v1.4.3
# crane digest gcr.io/projectsigstore/fulcio:v1.4.4
# -- v1.4.4
version: sha256:d4e075bfaf0539a5220f3a76b80454261ecda443248fce283fd185d27e9910d4
args:
Expand Down Expand Up @@ -113,8 +113,8 @@ createcerts:
registry: ghcr.io
repository: sigstore/scaffolding/createcerts
pullPolicy: IfNotPresent
# v0.6.16
version: sha256:ad6a4721b7c8f529ae703129a076443c3f47cc1101421323db805620e782192a
# v0.6.17
version: sha256:2aaea38198d25ee53fb1f6da79eaa75c24bcc4ef81792a68687ba2ae0dc8ccf6
ttlSecondsAfterFinished: 3600
serviceAccount:
create: true
Expand Down

0 comments on commit 0b050ef

Please sign in to comment.