Skip to content

Commit

Permalink
bump controller to v0.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: anderssonw <[email protected]>
  • Loading branch information
anderssonw committed Aug 11, 2023
1 parent bb32f5f commit 7901b1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/policy-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ sources:
type: application

name: policy-controller
version: 0.6.0
appVersion: 0.8.0
version: 0.6.1
appVersion: 0.8.2

maintainers:
- name: dlorenc
Expand All @@ -19,4 +19,4 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/images: |
- name: policy-controller
image: ghcr.io/sigstore/policy-controller/policy-controller:v0.8.0@sha256:e91bcd954394b414d3b80adfc2cefdae84dd7985fb938a895471eb34aac57744
image: ghcr.io/sigstore/policy-controller/policy-controller:v0.8.2@sha256:f291fce5b9c1a69ba54990eda7e0fe4114043b1afefb0f4ee3e6f84ec9ef1605
4 changes: 2 additions & 2 deletions charts/policy-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ webhook:
name: webhook
image:
repository: ghcr.io/sigstore/policy-controller/policy-controller
# crane digest ghcr.io/sigstore/policy-controller/policy-controller:v0.8.0
version: sha256:e91bcd954394b414d3b80adfc2cefdae84dd7985fb938a895471eb34aac57744
# crane digest ghcr.io/sigstore/policy-controller/policy-controller:v0.8.2
version: sha256:f291fce5b9c1a69ba54990eda7e0fe4114043b1afefb0f4ee3e6f84ec9ef1605
pullPolicy: IfNotPresent
env: {}
extraArgs: {}
Expand Down

0 comments on commit 7901b1b

Please sign in to comment.