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