We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79711af commit d968971Copy full SHA for d968971
templates/_helpers.tpl
@@ -308,7 +308,7 @@ Merge packs and virtualenvs from st2 with those from st2packs images
308
{{- if $.Values.st2.packs.images }}
309
{{- range $.Values.st2.packs.images }}
310
- name: 'st2-custom-pack-{{ printf "%s-%s-%s" .repository .name .tag | sha1sum }}'
311
- image: "{{ .registry }}/{{ .repository }}/{{ .name }}:{{ .tag }}"
+ image: "{{ .repository }}/{{ .name }}:{{ .tag }}"
312
imagePullPolicy: {{ .pullPolicy | quote }}
313
volumeMounts:
314
- name: st2-packs-vol
0 commit comments