fix: use fixed version for traefik container for consistency

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-08 16:29:25 +02:00
parent e3be0930aa
commit d5e3034ce9
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
image:
repository: traefik
# defaults to appVersion
tag: v2.5
tag: v2.5.2
pullPolicy: IfNotPresent
# Create an IngressRoute for the dashboard

View File

@@ -2,7 +2,7 @@
image:
repository: traefik
# defaults to appVersion
tag: v2.5
tag: v2.5.2
pullPolicy: IfNotPresent
# -- Use ingressClass. Ignored if Traefik version < 2.3 / kubernetes < 1.18.x