Skip to content

Commit 1f2b064

Browse files
committed
Revert "Ensure image tag is lower case"
This reverts commit dcd3607.
1 parent dcd3607 commit 1f2b064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/k8s-gitops-secrets-controller/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
{{- end }}
5252
securityContext:
5353
{{- toYaml .Values.securityContext | nindent 12 }}
54-
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default (lower .Chart.AppVersion) }}"
54+
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
5555
imagePullPolicy: {{ .Values.image.pullPolicy }}
5656
ports:
5757
- name: http

0 commit comments

Comments
 (0)