Skip to content

Commit

Permalink
Merge pull request #812 from javanlacerda/javan.bump-fulcio-1.6.2
Browse files Browse the repository at this point in the history
bump fulcio to 1.6.2
  • Loading branch information
haydentherapper committed Aug 15, 2024
2 parents 9d4ca81 + 750d8a6 commit fe7583e
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,8 +5,8 @@ description: |
type: application

version: 2.5.1
appVersion: 1.6.1
version: 2.5.2
appVersion: 1.6.2

keywords:
- security
Expand All @@ -27,6 +27,6 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/images: |
- name: fulcio
image: gcr.io/projectsigstore/fulcio:v1.6.1@sha256:e2d3b127fc3fa6c23ce625e99a8435d546dd16ae2528e81b648fc9fcd1360a18
image: gcr.io/projectsigstore/fulcio:v1.6.2@sha256:296b0d3e7043551a76b0855deec06f69f2ad37888a6669308414a4597b3d98a1
- name: createcerts
image: ghcr.io/sigstore/scaffolding/createcerts:v0.7.5@sha256:cd605e02eef0c0d70aa0b4805c6483054ab652f8ff0e9b382f06961596ef3e73
4 changes: 2 additions & 2 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.5.1](https://img.shields.io/badge/Version-2.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.1](https://img.shields.io/badge/AppVersion-1.6.1-informational?style=flat-square)
![Version: 2.5.2](https://img.shields.io/badge/Version-2.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.2](https://img.shields.io/badge/AppVersion-1.6.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 @@ -125,7 +125,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:e2d3b127fc3fa6c23ce625e99a8435d546dd16ae2528e81b648fc9fcd1360a18"` | v1.6.1 |
| server.image.version | string | `"sha256:296b0d3e7043551a76b0855deec06f69f2ad37888a6669308414a4597b3d98a1"` | v1.6.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 @@ -20,9 +20,9 @@ server:
registry: gcr.io
repository: projectsigstore/fulcio
pullPolicy: IfNotPresent
# crane digest gcr.io/projectsigstore/fulcio:v1.6.1
# -- v1.6.1
version: sha256:e2d3b127fc3fa6c23ce625e99a8435d546dd16ae2528e81b648fc9fcd1360a18
# crane digest gcr.io/projectsigstore/fulcio:v1.6.2
# -- v1.6.2
version: sha256:296b0d3e7043551a76b0855deec06f69f2ad37888a6669308414a4597b3d98a1
args:
port: 5555
grpcPort: 5554
Expand Down

0 comments on commit fe7583e

Please sign in to comment.