From 7a1ff912e21f99b23468972d76ad3a1eb9dec192 Mon Sep 17 00:00:00 2001 From: Botty McBottface Date: Sat, 18 Jun 2022 16:00:16 +0000 Subject: [PATCH] Update helm values traefik to v2.7.1 --- 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 4b53752..d7d3931 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.0 + tag: v2.7.1 pullPolicy: IfNotPresent # -- 2.45.2