From 22a6869066c237bbc806127aea58b9a0f91e655a Mon Sep 17 00:00:00 2001 From: Botty McBottface Date: Wed, 15 Feb 2023 11:02:26 +0000 Subject: [PATCH] Update Helm release traefik to v21 --- 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 4794289..666e5fd 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: 20.8.0 + targetRevision: 21.1.0 syncPolicy: automated: prune: true -- 2.45.2