From f2390715d7640725193f45c614d0103632aa8dba Mon Sep 17 00:00:00 2001 From: Botty McBottface Date: Sat, 2 Jul 2022 20:00:14 +0000 Subject: [PATCH] Update helm values traefik to v2.8.0 --- Charts/traefik/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Charts/traefik/values.yaml b/Charts/traefik/values.yaml index 473b21f..b7b5e06 100644 --- a/Charts/traefik/values.yaml +++ b/Charts/traefik/values.yaml @@ -4,7 +4,7 @@ traefik: repository: &traefikImage library/traefik name: *traefikImage # defaults to appVersion - tag: v2.7.1 + tag: v2.8.0 pullPolicy: IfNotPresent # -- 2.45.2