File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
helm/temporal-worker-controller Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 4747 {{- end }}
4848 containers :
4949 - name : manager
50- image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
50+ image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default (printf " v%s" .Chart.AppVersion) }}"
5151 imagePullPolicy : {{ .Values.image.pullPolicy }}
52- command :
53- - /manager
5452 env :
5553 - name : CONTROLLER_IDENTITY
5654 value : " {{ .Release.Name }}/{{ .Release.Namespace }}"
Original file line number Diff line number Diff line change 11image :
2- repository : temporal-worker-controller
2+ repository : temporalio/ temporal-worker-controller
33 tag : " " # Defaults to Chart.appVersion if not specified
44 pullPolicy : IfNotPresent
55
You can’t perform that action at this time.
0 commit comments