Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump fulcio chart for new version #560

Merged
merged 1 commit into from
Jun 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/fulcio/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: ctlog
repository: https://sigstore.github.io/helm-charts
version: 0.2.37
digest: sha256:07c6f42ecb37aee8b5fd7b73e75eebfdcebfd457694c83ab44923ebff465726c
generated: "2022-11-29T13:30:52.48609-08:00"
version: 0.2.43
digest: sha256:627e8b009b2aaf08b3ac6c21b37be72aa68a727273ecf5a61e46cc874177cd9d
generated: "2023-06-28T15:54:51.839610242-04:00"
8 changes: 4 additions & 4 deletions charts/fulcio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: |

type: application

version: 2.3.2
appVersion: 1.3.1
version: 2.3.3
appVersion: 1.3.2

keywords:
- security
Expand All @@ -19,14 +19,14 @@ maintainers:

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

annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/images: |
- name: fulcio
image: gcr.io/projectsigstore/fulcio@sha256:c920be2d367214562cda7d53d3af3529edf2dfd9326b24909ece450092b97b18
image: gcr.io/projectsigstore/fulcio@sha256:16fdf8f0198c58b20faad20f2891b65e00761d66695466ea0dbf1981d1e08120
- name: createcerts
image: ghcr.io/sigstore/scaffolding/createcerts@sha256:73e7ac35d0e5169bd14a5cb6caed2e7d44277dec3d1de92e08f4d055523089a1
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.2](https://img.shields.io/badge/Version-2.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.1](https://img.shields.io/badge/AppVersion-1.3.1-informational?style=flat-square)
![Version: 2.3.3](https://img.shields.io/badge/Version-2.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.2](https://img.shields.io/badge/AppVersion-1.3.2-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.37 |
| https://sigstore.github.io/helm-charts | ctlog | 0.2.43 |

## Values

Expand Down Expand Up @@ -119,7 +119,7 @@ helm uninstall [RELEASE_NAME]
| server.image.pullPolicy | string | `"IfNotPresent"` | |
| server.image.registry | string | `"gcr.io"` | |
| server.image.repository | string | `"projectsigstore/fulcio"` | |
| server.image.version | string | `"sha256:c920be2d367214562cda7d53d3af3529edf2dfd9326b24909ece450092b97b18"` | v1.3.1 |
| server.image.version | string | `"sha256:16fdf8f0198c58b20faad20f2891b65e00761d66695466ea0dbf1981d1e08120"` | v1.3.2 |
| server.ingress.grpc.annotations."nginx.ingress.kubernetes.io/backend-protocol" | string | `"GRPC"` | |
| server.ingress.grpc.className | string | `""` | |
| server.ingress.grpc.enabled | bool | `false` | |
Expand Down
6 changes: 3 additions & 3 deletions charts/fulcio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ server:
registry: gcr.io
repository: projectsigstore/fulcio
pullPolicy: IfNotPresent
# crane digest gcr.io/projectsigstore/fulcio:v1.3.1
# -- v1.3.1
version: sha256:c920be2d367214562cda7d53d3af3529edf2dfd9326b24909ece450092b97b18
# crane digest gcr.io/projectsigstore/fulcio:v1.3.2
# -- v1.3.2
version: sha256:16fdf8f0198c58b20faad20f2891b65e00761d66695466ea0dbf1981d1e08120
args:
port: 5555
grpcPort: 5554
Expand Down