From 22a3adcd238034f0e105c8ceb12e932aa1137c91 Mon Sep 17 00:00:00 2001 From: Botty McBottface Date: Wed, 30 Nov 2022 22:00:25 +0000 Subject: [PATCH] Update Helm release traefik to v20.6.0 --- 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 658bd11..ed13415 100644 --- a/apps/templates/traefik.yaml +++ b/apps/templates/traefik.yaml @@ -119,7 +119,7 @@ spec: storage: /data/acme.json repoURL: https://helm.traefik.io/traefik - targetRevision: 20.5.3 + targetRevision: 20.6.0 syncPolicy: automated: prune: true -- 2.45.2