This repository was archived by the owner on Apr 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
charts/service-binding-operator Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : service-binding-operator
3
3
description : A Helm chart to deploy service binding operator
4
4
type : application
5
- version : 1.3.2
6
- appVersion : " 1.3.2 "
5
+ version : 1.3.3
6
+ appVersion : " 1.3.3 "
7
7
kubeVersion : " >= 1.19.2-0"
8
8
icon : https://raw.githubusercontent.com/redhat-developer/service-binding-operator/master/assets/icon/sbo-logo.png
9
9
keywords :
Original file line number Diff line number Diff line change 29
29
- --zap-log-level=info
30
30
command :
31
31
- /manager
32
- image : {{.Values.image.image | default (printf "%s/%s" .Values.image.repository "servicebinding-operator@sha256:30bf7f0f21024bb2e1e4db901b1f5e89ab56e0f3197a919d2bbb670f3fe5223a ") | quote}}
32
+ image : {{.Values.image.image | default (printf "%s/%s" .Values.image.repository "servicebinding-operator@sha256:e4259939a496f292a31b5e57760196d63a8182b999164d93a446da48c4ea24eb ") | quote}}
33
33
imagePullPolicy : {{.Values.image.pullPolicy}}
34
34
securityContext :
35
35
allowPrivilegeEscalation : false
You can’t perform that action at this time.
0 commit comments