From 577db4d9d94d508c37f7ebf5d51ab1656f79c152 Mon Sep 17 00:00:00 2001 From: Andy Sadler Date: Mon, 13 Nov 2023 11:09:34 -0600 Subject: [PATCH] bump helm chart to v1.4.1 (#1528) Signed-off-by: Andy Sadler --- charts/service-binding-operator/Chart.yaml | 4 ++-- charts/service-binding-operator/templates/deployment.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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