Skip to content

Commit 94a281c

Browse files
authored
Merge pull request #900 from bobcallaway/fulcio_166
bump fulcio chart for 1.6.6 release
2 parents 8239531 + a8183a0 commit 94a281c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

charts/fulcio/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: |
55
66
type: application
77

8-
version: 2.6.4
9-
appVersion: 1.6.5
8+
version: 2.6.5
9+
appVersion: 1.6.6
1010

1111
keywords:
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.6.5@sha256:2499cc14a6beab86866fc9a2e721665083f102201e6db0ee8b4e3b5faab89a74
30+
image: ghcr.io/sigstore/fulcio:v1.6.6@sha256:d543032eb2d905acffae26e2cb9c9961abc962510cef23af6f133d2c5118d4b5
3131
- name: createcerts
3232
image: ghcr.io/sigstore/scaffolding/createcerts:v0.7.18@sha256:2a2bb96f108b5a8aa9ca07f18be1e3dd673c41ca4836adc1b6129cea213b417c

charts/fulcio/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
![Version: 2.6.4](https://img.shields.io/badge/Version-2.6.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.5](https://img.shields.io/badge/AppVersion-1.6.5-informational?style=flat-square)
5+
![Version: 2.6.5](https://img.shields.io/badge/Version-2.6.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.6](https://img.shields.io/badge/AppVersion-1.6.6-informational?style=flat-square)
66

77
Fulcio 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 | `"sha256:2499cc14a6beab86866fc9a2e721665083f102201e6db0ee8b4e3b5faab89a74"` | v1.6.5 |
130+
| server.image.version | string | `"v1.6.6@sha256:d543032eb2d905acffae26e2cb9c9961abc962510cef23af6f133d2c5118d4b5"` | v1.6.6 |
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` | |

charts/fulcio/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ server:
2626
registry: ghcr.io
2727
repository: sigstore/fulcio
2828
pullPolicy: IfNotPresent
29-
# crane digest ghcr.io/sigstore/fulcio:v1.6.5
30-
# -- v1.6.5
31-
version: sha256:2499cc14a6beab86866fc9a2e721665083f102201e6db0ee8b4e3b5faab89a74
29+
# crane digest ghcr.io/sigstore/fulcio:v1.6.6
30+
# -- v1.6.6
31+
version: v1.6.6@sha256:d543032eb2d905acffae26e2cb9c9961abc962510cef23af6f133d2c5118d4b5
3232
args:
3333
port: 5555
3434
grpcPort: 5554

0 commit comments

Comments
 (0)