Skip to content

Commit 2f9d0c9

Browse files
authored
Merge pull request #214 from cognifloyd/image-tag
Fix tag in helper (follow up to #200)
2 parents aa95c1a + df160de commit 2f9d0c9

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)