Skip to content

Commit d43bd53

Browse files
authored
Merge branch 'master' into refactor-secrets
2 parents 056df39 + 2f9d0c9 commit d43bd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Create the name of the stackstorm-ha service account to use
137137
{{- end }}
138138
# System packs
139139
- name: st2-system-packs
140-
image: '{{ template "imageRepository" . }}/st2actionrunner:{{ .Chart.AppVersion }}'
140+
image: '{{ template "imageRepository" . }}/st2actionrunner:{{ tpl (.Values.st2actionrunner.image.tag | default .Values.image.tag) . }}'
141141
imagePullPolicy: {{ .Values.image.pullPolicy }}
142142
volumeMounts:
143143
- name: st2-packs-vol

0 commit comments

Comments
 (0)