diff --git a/charts/service-binding-operator/Chart.yaml b/charts/service-binding-operator/Chart.yaml index b86a526d1c..ddf57d2d07 100644 --- a/charts/service-binding-operator/Chart.yaml +++ b/charts/service-binding-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: service-binding-operator description: A Helm chart to deploy service binding operator type: application -version: 1.4.0 -appVersion: "1.4.0" +version: 1.4.1 +appVersion: "1.4.1" kubeVersion: ">= 1.19.2-0" icon: https://raw.githubusercontent.com/redhat-developer/service-binding-operator/master/assets/icon/sbo-logo.png keywords: diff --git a/charts/service-binding-operator/templates/deployment.yaml b/charts/service-binding-operator/templates/deployment.yaml index e6664f9013..69396c4912 100644 --- a/charts/service-binding-operator/templates/deployment.yaml +++ b/charts/service-binding-operator/templates/deployment.yaml @@ -29,7 +29,7 @@ spec: - --zap-log-level=info command: - /manager - image: {{.Values.image.image | default (printf "%s/%s" .Values.image.repository "servicebinding-operator@sha256:ac47f496fb7ecdcbc371f8c809fad2687ec0c35bbc8c522a7ab63b3e5ffd90ea") | quote}} + image: {{.Values.image.image | default (printf "%s/%s" .Values.image.repository "servicebinding-operator@sha256:16286ac84ddd521897d92472dae857a4c18479f255b725dfb683bc72df6e0865") | quote}} imagePullPolicy: {{.Values.image.pullPolicy}} securityContext: allowPrivilegeEscalation: false