From 5415d2f8cc31e40e9173957c27f2d23d33692530 Mon Sep 17 00:00:00 2001 From: Botty McBottface Date: Wed, 29 Mar 2023 09:02:43 +0000 Subject: [PATCH] Update Helm release traefik to v22 --- 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..238806d 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: 22.0.0 syncPolicy: automated: prune: true -- 2.45.2