Skip to content

Commit

Permalink
bump fulcio chart for v0.7.18 scaffolding release, fulcio v1.6.5 (#886)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway authored Jan 6, 2025
1 parent e9c7895 commit e6e145c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
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.59
digest: sha256:bb907cdf05f1b8d94240217874b1497dd6456d212aa7df66d8424b3a5ca94d2b
generated: "2024-10-31T15:31:00.446133788-04:00"
version: 0.2.60
digest: sha256:f29661d66d5deb4cde434d7556114f632966498b632a807b3ccb5a36b58579c1
generated: "2025-01-06T10:44:43.556907454-05:00"
10 changes: 5 additions & 5 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.6.3
appVersion: 1.6.4
version: 2.6.4
appVersion: 1.6.5

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

dependencies:
- name: ctlog
version: 0.2.59
version: 0.2.60
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:v1.6.4@sha256:4b2a0f0877095aa36898af70edd00568158f89e015f6bb7f02475660d0924f3b
image: ghcr.io/sigstore/fulcio:v1.6.5@sha256:2499cc14a6beab86866fc9a2e721665083f102201e6db0ee8b4e3b5faab89a74
- name: createcerts
image: ghcr.io/sigstore/scaffolding/createcerts:v0.7.15@sha256:03a5725b8812a45570a1c6ed8e5df7dc2295904cd8603c7ed537d97af174d235
image: ghcr.io/sigstore/scaffolding/createcerts:v0.7.18@sha256:2a2bb96f108b5a8aa9ca07f18be1e3dd673c41ca4836adc1b6129cea213b417c
12 changes: 6 additions & 6 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.6.3](https://img.shields.io/badge/Version-2.6.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.4](https://img.shields.io/badge/AppVersion-1.6.4-informational?style=flat-square)
![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)

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.59 |
| https://sigstore.github.io/helm-charts | ctlog | 0.2.60 |
## Values
Expand All @@ -85,7 +85,7 @@ helm uninstall [RELEASE_NAME]
| createcerts.image.pullPolicy | string | `"IfNotPresent"` | |
| createcerts.image.registry | string | `"ghcr.io"` | |
| createcerts.image.repository | string | `"sigstore/scaffolding/createcerts"` | |
| createcerts.image.version | string | `"sha256:03a5725b8812a45570a1c6ed8e5df7dc2295904cd8603c7ed537d97af174d235"` | |
| createcerts.image.version | string | `"sha256:2a2bb96f108b5a8aa9ca07f18be1e3dd673c41ca4836adc1b6129cea213b417c"` | |
| createcerts.name | string | `"createcerts"` | |
| createcerts.nodeSelector | object | `{}` | |
| createcerts.replicaCount | int | `1` | |
Expand Down Expand Up @@ -125,9 +125,9 @@ helm uninstall [RELEASE_NAME]
| server.awsKmsRegion | string | `"us-east-1"` | AWS region if using AWS KMS for signing key |
| server.grpcSvcPort | int | `5554` | |
| server.image.pullPolicy | string | `"IfNotPresent"` | |
| server.image.registry | string | `"gcr.io"` | |
| server.image.repository | string | `"projectsigstore/fulcio"` | |
| server.image.version | string | `"sha256:4b2a0f0877095aa36898af70edd00568158f89e015f6bb7f02475660d0924f3b"` | v1.6.4 |
| server.image.registry | string | `"ghcr.io"` | |
| server.image.repository | string | `"sigstore/fulcio"` | |
| server.image.version | string | `"sha256:2499cc14a6beab86866fc9a2e721665083f102201e6db0ee8b4e3b5faab89a74"` | v1.6.5 |
| 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
14 changes: 7 additions & 7 deletions charts/fulcio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ server:
logging:
production: false
image:
registry: gcr.io
repository: projectsigstore/fulcio
registry: ghcr.io
repository: sigstore/fulcio
pullPolicy: IfNotPresent
# crane digest gcr.io/projectsigstore/fulcio:v1.6.4
# -- v1.6.4
version: sha256:4b2a0f0877095aa36898af70edd00568158f89e015f6bb7f02475660d0924f3b
# crane digest ghcr.io/sigstore/fulcio:v1.6.5
# -- v1.6.5
version: sha256:2499cc14a6beab86866fc9a2e721665083f102201e6db0ee8b4e3b5faab89a74
args:
port: 5555
grpcPort: 5554
Expand Down Expand Up @@ -123,8 +123,8 @@ createcerts:
registry: ghcr.io
repository: sigstore/scaffolding/createcerts
pullPolicy: IfNotPresent
# v0.7.15
version: sha256:03a5725b8812a45570a1c6ed8e5df7dc2295904cd8603c7ed537d97af174d235
# v0.7.18
version: sha256:2a2bb96f108b5a8aa9ca07f18be1e3dd673c41ca4836adc1b6129cea213b417c
ttlSecondsAfterFinished: 3600
serviceAccount:
create: true
Expand Down

0 comments on commit e6e145c

Please sign in to comment.