From d730b5f3f4b7c3cda5f426d730b1d08184c97b69 Mon Sep 17 00:00:00 2001 From: Arlan Lloyd Date: Fri, 31 Oct 2025 21:34:21 +0000 Subject: [PATCH] specify traefik repo/version --- chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index ee7fbf42..45b7fcc3 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -375,8 +375,8 @@ traefikproxy: extraArgs: [] extraEnv: [] image: - repository: ~ - tag: ~ + repository: docker.io/traefik + tag: v3.5.3 replicaCount: 1 updateStrategy: ~ podLabels: {}