Skip to content

Commit

Permalink
Merge pull request #434 from tstromberg/v0.5.3-prober
Browse files Browse the repository at this point in the history
Bump prober to v0.5.3
  • Loading branch information
vaikas authored Dec 6, 2022
2 parents 5e1e538 + 945d8d5 commit 7538c81
Show file tree
Hide file tree
Showing 3 changed files with 8 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.9
appVersion: 0.4.11
version: 0.0.10
appVersion: 0.5.3


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@sha256:2702227a7d0f40ada3db12f2ec3a2e959950cfc7426a3f129b9be6fb0d3acdec # v0.4.11
image: ghcr.io/sigstore/scaffolding/prober@sha256:5636b7e248df61cb08f11f133913b0711832730c7eee9be74123ddd25c8b85a8 # v0.5.3
6 changes: 4 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.9](https://img.shields.io/badge/Version-0.0.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.11](https://img.shields.io/badge/AppVersion-0.4.11-informational?style=flat-square)
![Version: 0.0.10](https://img.shields.io/badge/Version-0.0.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.3](https://img.shields.io/badge/AppVersion-0.5.3-informational?style=flat-square)

Sigstore API Endpoint Prober

Expand Down Expand Up @@ -28,8 +28,10 @@ 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@sha256:2702227a7d0f40ada3db12f2ec3a2e959950cfc7426a3f129b9be6fb0d3acdec"` | |
| spec.image | string | `"ghcr.io/sigstore/scaffolding/prober@sha256:5636b7e248df61cb08f11f133913b0711832730c7eee9be74123ddd25c8b85a8"` | |
| spec.imagePullPolicy | string | `"Always"` | |
| spec.matchLabels.app | string | `"sigstore-prober"` | |
| spec.replicaCount | int | `1` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
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@sha256:2702227a7d0f40ada3db12f2ec3a2e959950cfc7426a3f129b9be6fb0d3acdec # v0.4.11
image: ghcr.io/sigstore/scaffolding/prober@sha256:5636b7e248df61cb08f11f133913b0711832730c7eee9be74123ddd25c8b85a8 # v0.5.3
imagePullPolicy: Always
matchLabels:
app: sigstore-prober
Expand Down

0 comments on commit 7538c81

Please sign in to comment.