diff --git a/charts/policy-controller/Chart.yaml b/charts/policy-controller/Chart.yaml index 6aebe76d..7acc301a 100644 --- a/charts/policy-controller/Chart.yaml +++ b/charts/policy-controller/Chart.yaml @@ -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 @@ -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 diff --git a/charts/policy-controller/values.yaml b/charts/policy-controller/values.yaml index 01529176..04ffde0b 100644 --- a/charts/policy-controller/values.yaml +++ b/charts/policy-controller/values.yaml @@ -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: {}