diff --git a/manifests/helm-crd.jsonnet b/manifests/helm-crd.jsonnet index 34284e73bc0..4bb7fd864af 100644 --- a/manifests/helm-crd.jsonnet +++ b/manifests/helm-crd.jsonnet @@ -14,7 +14,7 @@ local controllerOverlay = { containers+: [ kube.Container("controller") { name: "controller", - image: "bitnami/helm-crd-controller:v0.4.0", + image: "bitnami/helm-crd-controller:v0.4.1", securityContext: { readOnlyRootFilesystem: true, },