From 886e38f76a88073f8cb682c7046a2716af9b204e Mon Sep 17 00:00:00 2001 From: Botty McBottface Date: Tue, 31 May 2022 20:48:29 +0000 Subject: [PATCH] Update helm values traefik to v2.7.0 --- .helms/traefik-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.helms/traefik-values.yaml b/.helms/traefik-values.yaml index 50c21b8..2a2e110 100644 --- a/.helms/traefik-values.yaml +++ b/.helms/traefik-values.yaml @@ -3,7 +3,7 @@ image: repository: &traefikImage library/traefik name: *traefikImage # defaults to appVersion - tag: 2.6.0 + tag: v2.7.0 pullPolicy: IfNotPresent cloudflaredmage: -- 2.45.2