From b1c62001cc2c0fcdf98f0493d77fded89915c2d5 Mon Sep 17 00:00:00 2001 From: Botty McBottface Date: Tue, 28 Mar 2023 09:00:29 +0000 Subject: [PATCH] Update Helm release traefik to v21.2.1 --- apps/templates/traefik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/templates/traefik.yaml b/apps/templates/traefik.yaml index b9909b3..5f67e6f 100644 --- a/apps/templates/traefik.yaml +++ b/apps/templates/traefik.yaml @@ -76,7 +76,7 @@ spec: isDefaultClass: true repoURL: https://helm.traefik.io/traefik - targetRevision: 21.2.0 + targetRevision: 21.2.1 syncPolicy: automated: prune: true