From 856bbed1bb58d16785518957c462f96c1cc01431 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Sat, 4 Jun 2022 15:42:19 +0200 Subject: [PATCH] fvghn --- apps/templates/traefik.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/templates/traefik.yaml b/apps/templates/traefik.yaml index df55173..fa29094 100644 --- a/apps/templates/traefik.yaml +++ b/apps/templates/traefik.yaml @@ -17,6 +17,13 @@ spec: helm: valueFiles: - values.yaml + values: | + + image: + repository: library/traefik + name: library/traefik + tag: v2.6.0 + pullPolicy: IfNotPresent syncPolicy: automated: prune: true