File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 {{- if .Values.notificationmanager.replicas }}
99 replicas : {{ .Values.notificationmanager.replicas }}
1010 {{- end}}
11- image : {{ include "global.imageRegistry" .}}{{ .Values.notificationmanager.image.repo }}:{{ .Values.notificationmanager.image.tag }}
11+ image : {{ include "global.imageRegistry" .}}{{ .Values.notificationmanager.image.repo }}:{{ .Values.notificationmanager.image.tag | default (printf "v%s" .Chart.AppVersion) }}
1212 imagePullPolicy : {{ .Values.notificationmanager.image.pullPolicy }}
1313 serviceAccountName : notification-manager-sa
1414 portName : webhook
Original file line number Diff line number Diff line change 4747 - name : TZ
4848 value : {{ .Values.timezone }}
4949 {{- end }}
50- image : {{ include "global.imageRegistry" . }}{{ .Values.operator.containers.operator.image.repo }}:{{ .Values.operator.containers.operator.image.tag }}
50+ image : {{ include "global.imageRegistry" . }}{{ .Values.operator.containers.operator.image.repo }}:{{ .Values.operator.containers.operator.image.tag | default (printf "v%s" .Chart.AppVersion) }}
5151 imagePullPolicy : {{ .Values.operator.containers.operator.image.pullPolicy }}
5252 name : notification-manager-operator
5353 ports :
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ operator:
2727 operator :
2828 image :
2929 repo : kubesphere/notification-manager-operator
30- tag : v2.6.0
30+ # tag: v2.6.0
3131 pullPolicy : IfNotPresent
3232 resources :
3333 limits :
@@ -45,7 +45,7 @@ operator:
4545notificationmanager :
4646 image :
4747 repo : kubesphere/notification-manager
48- tag : v2.6.0
48+ # tag: v2.6.0
4949 pullPolicy : IfNotPresent
5050 sidecar :
5151 image :
You can’t perform that action at this time.
0 commit comments