Skip to content

Commit d968971

Browse files
guzzijonesajjonen
authored andcommitted
remove registry variable from _helpers.tpl
1 parent 79711af commit d968971

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
@@ -308,7 +308,7 @@ Merge packs and virtualenvs from st2 with those from st2packs images
308308
{{- if $.Values.st2.packs.images }}
309309
{{- range $.Values.st2.packs.images }}
310310
- name: 'st2-custom-pack-{{ printf "%s-%s-%s" .repository .name .tag | sha1sum }}'
311-
image: "{{ .registry }}/{{ .repository }}/{{ .name }}:{{ .tag }}"
311+
image: "{{ .repository }}/{{ .name }}:{{ .tag }}"
312312
imagePullPolicy: {{ .pullPolicy | quote }}
313313
volumeMounts:
314314
- name: st2-packs-vol

0 commit comments

Comments
 (0)