diff --git a/charts/policy-controller/Chart.yaml b/charts/policy-controller/Chart.yaml index 82f0f44b..0ced414e 100644 --- a/charts/policy-controller/Chart.yaml +++ b/charts/policy-controller/Chart.yaml @@ -8,7 +8,7 @@ sources: type: application name: policy-controller -version: 0.6.2 +version: 0.6.3 appVersion: 0.8.2 maintainers: diff --git a/charts/policy-controller/README.md b/charts/policy-controller/README.md index 97b49b61..c2ae218f 100644 --- a/charts/policy-controller/README.md +++ b/charts/policy-controller/README.md @@ -67,7 +67,7 @@ The Helm chart for Policy Controller | webhook.volumes | list | `[]` | | | leasescleanup.image.pullPolicy | string | `"IfNotPresent"` | | | leasescleanup.image.repository | string | `"cgr.dev/chainguard/kubectl"` | | -| leasescleanup.image.version | string | `"1.26.0"` | | +| leasescleanup.image.version | string | `"latest"` | | ### Deploy `policy-controller` Helm Chart diff --git a/charts/policy-controller/values.yaml b/charts/policy-controller/values.yaml index af29164a..9491ee26 100644 --- a/charts/policy-controller/values.yaml +++ b/charts/policy-controller/values.yaml @@ -67,7 +67,7 @@ webhook: leasescleanup: image: repository: cgr.dev/chainguard/kubectl - version: 1.26.0 + version: latest pullPolicy: IfNotPresent ## common node selector for all the pods