Skip to content

Commit 7eac27d

Browse files
committed
fix appVersion as default image tag
1 parent d34678e commit 7eac27d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chart/k8soauth2-proxy-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ keywords:
1010
name: k8soauth2-proxy-controller
1111
sources:
1212
- https://github.com/DoodleScheduling/k8soauth2-proxy-controller
13-
version: 0.1.1
13+
version: 0.1.2

chart/k8soauth2-proxy-controller/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
- secretRef:
4848
name: {{ .Values.envFromSecret }}
4949
{{- end }}
50-
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
50+
image: "{{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}"
5151
imagePullPolicy: {{ .Values.image.pullPolicy }}
5252
args:
5353
{{- if .Values.extraArgs }}

0 commit comments

Comments
 (0)