Fix traefik not auto-updating
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Default values for Traefik
|
||||
image:
|
||||
name: traefik
|
||||
repository: traefik
|
||||
# defaults to appVersion
|
||||
tag: v2.4
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Default values for Traefik
|
||||
image:
|
||||
name: traefik
|
||||
repository: traefik
|
||||
# defaults to appVersion
|
||||
tag: v2.4
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user