Skip to content

Commit

Permalink
Merge pull request #721 from bobcallaway/prober_0_0_22
Browse files Browse the repository at this point in the history
bump prober chart for v0.6.17 scaffolding release
  • Loading branch information
bobcallaway committed Mar 6, 2024
2 parents 65ee028 + fcbef01 commit 2a87112
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/sigstore-prober/Chart.yaml
Expand Up @@ -4,8 +4,8 @@ description: Sigstore API Endpoint Prober

type: application

version: 0.0.21
appVersion: 0.6.16
version: 0.0.22
appVersion: 0.6.17


keywords:
Expand All @@ -21,4 +21,4 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/images: |
- name: sigstore-prober
image: ghcr.io/sigstore/scaffolding/prober:v0.6.16@sha256:4f29860a1ca31a6bb6857b0907192bdce17c8b43505286cf5a868333281947b2
image: ghcr.io/sigstore/scaffolding/prober:v0.6.17@sha256:b6f9b7d9debcdf9b586625dd776f082260dc263e9e104cd810470e7420b6c5e7
4 changes: 2 additions & 2 deletions charts/sigstore-prober/README.md
@@ -1,6 +1,6 @@
# sigstore-prober

![Version: 0.0.21](https://img.shields.io/badge/Version-0.0.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.16](https://img.shields.io/badge/AppVersion-0.6.16-informational?style=flat-square)
![Version: 0.0.22](https://img.shields.io/badge/Version-0.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.17](https://img.shields.io/badge/AppVersion-0.6.17-informational?style=flat-square)

Sigstore API Endpoint Prober

Expand Down Expand Up @@ -28,7 +28,7 @@ Sigstore API Endpoint Prober
| spec.args.rekorRequests | list | `[]` | |
| spec.args.trustRekorAPIPublicKey | bool | `false` | |
| spec.args.writeProber | bool | `false` | |
| spec.image | string | `"ghcr.io/sigstore/scaffolding/prober:v0.6.12@sha256:379bf42e29d614e0dc4a169615c43a7be80b1c2e3c9ff0fcd5e2af8783acd5a3"` | |
| spec.image | string | `"ghcr.io/sigstore/scaffolding/prober:v0.6.17@sha256:b6f9b7d9debcdf9b586625dd776f082260dc263e9e104cd810470e7420b6c5e7"` | |
| spec.imagePullPolicy | string | `"Always"` | |
| spec.matchLabels.app | string | `"sigstore-prober"` | |
| spec.replicaCount | int | `1` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/sigstore-prober/values.yaml
Expand Up @@ -6,7 +6,7 @@ serviceAccount:
create: false
spec:
replicaCount: 1
image: ghcr.io/sigstore/scaffolding/prober:v0.6.16@sha256:4f29860a1ca31a6bb6857b0907192bdce17c8b43505286cf5a868333281947b2
image: ghcr.io/sigstore/scaffolding/prober:v0.6.17@sha256:b6f9b7d9debcdf9b586625dd776f082260dc263e9e104cd810470e7420b6c5e7
imagePullPolicy: Always
matchLabels:
app: sigstore-prober
Expand Down

0 comments on commit 2a87112

Please sign in to comment.