File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ description: |
55
66type : application
77
8- version : 2.6.14
9- appVersion : 1.8.1
8+ version : 2.6.15
9+ appVersion : 1.8.2
1010
1111keywords :
1212 - security
@@ -27,6 +27,6 @@ annotations:
2727 artifacthub.io/license : Apache-2.0
2828 artifacthub.io/images : |
2929 - name: fulcio
30- image: ghcr.io/sigstore/fulcio:v1.8.1 @sha256:67f91c541f6bc2c7397b5419f3f3c8647bace951a3a69ccb05d2c256869ac45d
30+ image: ghcr.io/sigstore/fulcio:v1.8.2 @sha256:c36fb56f73b7f1f2bf5366f930fb4b31e939a5f9b41f4664646532279001e22a
3131 - name: createcerts
3232 image: ghcr.io/sigstore/scaffolding/createcerts:v0.7.25@sha256:fdee13a3f7432e4a37136176eb9ebbf1f536e8525fb5720efa96b337935cd173
Original file line number Diff line number Diff line change 22
33<!-- This README.md is generated. Please edit README.md.gotmpl -->
44
5- ![ Version: 2.6.14 ] ( https://img.shields.io/badge/Version-2.6.14 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.8.1 ] ( https://img.shields.io/badge/AppVersion-1.8.1 -informational?style=flat-square )
5+ ![ Version: 2.6.15 ] ( https://img.shields.io/badge/Version-2.6.15 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.8.2 ] ( https://img.shields.io/badge/AppVersion-1.8.2 -informational?style=flat-square )
66
77Fulcio is a free code signing Certificate Authority, built to make short-lived certificates available to anyone.
88
@@ -127,7 +127,7 @@ helm uninstall [RELEASE_NAME]
127127| server.image.pullPolicy | string | ` " IfNotPresent" ` | |
128128| server.image.registry | string | ` " ghcr.io" ` | |
129129| server.image.repository | string | ` " sigstore/fulcio" ` | |
130- | server.image.version | string | ` " v1.8.1@sha256:67f91c541f6bc2c7397b5419f3f3c8647bace951a3a69ccb05d2c256869ac45d " ` | |
130+ | server.image.version | string | ` " v1.8.1@sha256:c36fb56f73b7f1f2bf5366f930fb4b31e939a5f9b41f4664646532279001e22a " ` | |
131131| server.ingress.grpc.annotations." nginx.ingress.kubernetes.io/backend-protocol" | string | ` " GRPC" ` | |
132132| server.ingress.grpc.className | string | ` " " ` | |
133133| server.ingress.grpc.enabled | bool | ` false` | |
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ server:
2626 registry : ghcr.io
2727 repository : sigstore/fulcio
2828 pullPolicy : IfNotPresent
29- # crane digest ghcr.io/sigstore/fulcio:v1.8.1
30- version : v1.8.1@sha256:67f91c541f6bc2c7397b5419f3f3c8647bace951a3a69ccb05d2c256869ac45d
29+ # crane digest ghcr.io/sigstore/fulcio:v1.8.2
30+ version : v1.8.1@sha256:c36fb56f73b7f1f2bf5366f930fb4b31e939a5f9b41f4664646532279001e22a
3131 args :
3232 port : 5555
3333 grpcPort : 5554
You can’t perform that action at this time.
0 commit comments