Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump prober to 0.6.9 #643

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/sigstore-prober/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Sigstore API Endpoint Prober

type: application

version: 0.0.16
appVersion: 0.6.8
version: 0.0.17
appVersion: 0.6.9


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.8@sha256:beda55da0ae20d0d94b5cb31815a30a9d446cf452206c7fd8bddeec102604520
image: ghcr.io/sigstore/scaffolding/prober:v0.6.9@sha256:1b745626f5603698442ed55f4bdeb1a86f2192b603ccc3343750a3b70304ff94
4 changes: 2 additions & 2 deletions charts/sigstore-prober/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sigstore-prober

![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.8](https://img.shields.io/badge/AppVersion-0.6.8-informational?style=flat-square)
![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.9](https://img.shields.io/badge/AppVersion-0.6.9-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.8@sha256:beda55da0ae20d0d94b5cb31815a30a9d446cf452206c7fd8bddeec102604520"` | |
| spec.image | string | `"ghcr.io/sigstore/scaffolding/prober:v0.6.9@sha256:1b745626f5603698442ed55f4bdeb1a86f2192b603ccc3343750a3b70304ff94"` | |
| 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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ serviceAccount:
create: false
spec:
replicaCount: 1
image: ghcr.io/sigstore/scaffolding/prober:v0.6.8@sha256:beda55da0ae20d0d94b5cb31815a30a9d446cf452206c7fd8bddeec102604520
image: ghcr.io/sigstore/scaffolding/prober:v0.6.9@sha256:1b745626f5603698442ed55f4bdeb1a86f2192b603ccc3343750a3b70304ff94
imagePullPolicy: Always
matchLabels:
app: sigstore-prober
Expand Down