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 d34678e commit 7eac27dCopy full SHA for 7eac27d
chart/k8soauth2-proxy-controller/Chart.yaml
@@ -10,4 +10,4 @@ keywords:
10
name: k8soauth2-proxy-controller
11
sources:
12
- https://github.com/DoodleScheduling/k8soauth2-proxy-controller
13
-version: 0.1.1
+version: 0.1.2
chart/k8soauth2-proxy-controller/templates/deployment.yaml
@@ -47,7 +47,7 @@ spec:
47
- secretRef:
48
name: {{ .Values.envFromSecret }}
49
{{- end }}
50
- image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
+ image: "{{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}"
51
imagePullPolicy: {{ .Values.image.pullPolicy }}
52
args:
53
{{- if .Values.extraArgs }}
0 commit comments