We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee2cd9 commit 53e4009Copy full SHA for 53e4009
charts/artifacts/templates/deployment.yaml
@@ -32,7 +32,7 @@ spec:
32
{{- end }}
33
containers:
34
- name: artifacts
35
- image: "{{ .Values.image.registry }}/{{ .Values.image.repository }}/artifacts:{{ .Values.image.tag }}"
+ image: "{{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}"
36
imagePullPolicy: {{ .Values.image.pullPolicy | quote }}
37
envFrom:
38
- secretRef:
0 commit comments