Skip to content

Commit

Permalink
Merge pull request #855 from bobcallaway/prober_0031
Browse files Browse the repository at this point in the history
bump prober chart for scaf 0.7.15 release
  • Loading branch information
bobcallaway authored Oct 30, 2024
2 parents ebb3c05 + 501e66c commit dbc7f0a
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
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.30
appVersion: 0.7.11
version: 0.0.31
appVersion: 0.7.15


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.7.11@sha256:1bf5103d3e06b3708b010c0a9c1f2d5e93bc2208cbca368c4144b22d1ef39761
image: ghcr.io/sigstore/scaffolding/prober:v0.7.15@sha256:fd334eb3e678e7eddf4008ce108165a33179f3437f08fbe80bdea7a918057dd0
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.30](https://img.shields.io/badge/Version-0.0.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.7.11](https://img.shields.io/badge/AppVersion-0.7.11-informational?style=flat-square)
![Version: 0.0.31](https://img.shields.io/badge/Version-0.0.31-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.7.15](https://img.shields.io/badge/AppVersion-0.7.15-informational?style=flat-square)

Sigstore API Endpoint Prober

Expand Down Expand Up @@ -31,7 +31,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.7.11@sha256:1bf5103d3e06b3708b010c0a9c1f2d5e93bc2208cbca368c4144b22d1ef39761"` | |
| spec.image | string | `"ghcr.io/sigstore/scaffolding/prober:v0.7.15@sha256:fd334eb3e678e7eddf4008ce108165a33179f3437f08fbe80bdea7a918057dd0"` | |
| 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.7.11@sha256:1bf5103d3e06b3708b010c0a9c1f2d5e93bc2208cbca368c4144b22d1ef39761
image: ghcr.io/sigstore/scaffolding/prober:v0.7.15@sha256:fd334eb3e678e7eddf4008ce108165a33179f3437f08fbe80bdea7a918057dd0
imagePullPolicy: Always
matchLabels:
app: sigstore-prober
Expand Down

0 comments on commit dbc7f0a

Please sign in to comment.