Fix traefik not auto-updating

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-31 19:45:33 +02:00
parent 27aee9be3b
commit b277ab3171
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Default values for Traefik
image:
name: traefik
repository: traefik
# defaults to appVersion
tag: v2.4
pullPolicy: IfNotPresent

View File

@@ -28,7 +28,7 @@
{{- toYaml . | nindent 6 }}
{{- end }}
containers:
- image: "{{ .Values.image.name }}:{{ default .Chart.AppVersion .Values.image.tag }}"
- image: "{{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
name: {{ template "traefik.fullname" . }}
resources:

View File

@@ -1,6 +1,6 @@
# Default values for Traefik
image:
name: traefik
repository: traefik
# defaults to appVersion
tag: v2.4
pullPolicy: IfNotPresent