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 dcd3607 commit 1f2b064Copy full SHA for 1f2b064
charts/k8s-gitops-secrets-controller/templates/deployment.yaml
@@ -51,7 +51,7 @@ spec:
51
{{- end }}
52
securityContext:
53
{{- toYaml .Values.securityContext | nindent 12 }}
54
- image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default (lower .Chart.AppVersion) }}"
+ image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
55
imagePullPolicy: {{ .Values.image.pullPolicy }}
56
ports:
57
- name: http
0 commit comments