We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e6ea0 commit e54369bCopy full SHA for e54369b
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 }}:{{ .Values.image.tag }}"
+ image: "{{ .Values.image.registry }}/{{ .Values.image.repository }}/artifacts:{{ .Values.image.tag }}"
36
imagePullPolicy: {{ .Values.image.pullPolicy | quote }}
37
envFrom:
38
- secretRef:
charts/artifacts/values.yaml
@@ -65,7 +65,7 @@ image:
65
66
## tag specifies the version to deploy.
67
##
68
- tag: 4.3.2
+ tag: 990496c14ad3619afc646d95707d17fba517fbf4
69
70
## pullPolicy specifies the image pull policy
71
0 commit comments