Skip to content

Commit

Permalink
bump fulcio appversion
Browse files Browse the repository at this point in the history
Signed-off-by: Javan lacerda <[email protected]>
  • Loading branch information
javanlacerda committed Aug 6, 2024
1 parent fbd3f8c commit de1ddb8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/fulcio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |
type: application

version: 2.5.0
appVersion: 1.5.1
appVersion: 1.6.0

keywords:
- security
Expand Down
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.0](https://img.shields.io/badge/Version-2.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.1](https://img.shields.io/badge/AppVersion-1.5.1-informational?style=flat-square)
![Version: 2.5.0](https://img.shields.io/badge/Version-2.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.0](https://img.shields.io/badge/AppVersion-1.6.0-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:9030be23f59405100bc8d24ce2ca493b9d430639ef49b448541a840b3bfd7771"` | v1.5.1 |
| server.image.version | string | `"sha256:9030be23f59405100bc8d24ce2ca493b9d430639ef49b448541a840b3bfd7771"` | v1.6.0 |
| 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
4 changes: 2 additions & 2 deletions charts/fulcio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ server:
registry: gcr.io
repository: projectsigstore/fulcio
pullPolicy: IfNotPresent
# crane digest gcr.io/projectsigstore/fulcio:v1.5.1
# -- v1.5.1
# crane digest gcr.io/projectsigstore/fulcio:v1.6.0
# -- v1.6.0
version: sha256:9030be23f59405100bc8d24ce2ca493b9d430639ef49b448541a840b3bfd7771
args:
port: 5555
Expand Down

0 comments on commit de1ddb8

Please sign in to comment.