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 fa3f6ef commit 07d16adCopy full SHA for 07d16ad
helm/reflector/templates/deployment.yaml
@@ -25,7 +25,7 @@ spec:
25
{{- if .Values.image.tag }}
26
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
27
{{- else }}
28
- image: "{{ .Values.image.repository }}:{{ .Chart.Version }}"
+ image: "{{ .Values.image.repository }}:release-{{ .Chart.Version }}"
29
{{- end }}
30
imagePullPolicy: {{ .Values.image.pullPolicy }}
31
env:
0 commit comments