From a9dabe9293b1ac6a11fc9b7c693e94f9f1d9df50 Mon Sep 17 00:00:00 2001 From: Vegard Hagen Date: Sat, 6 Apr 2024 18:19:48 +0200 Subject: [PATCH] chore(traefik): Update Traefik Helm chart to 27.0.0 --- infra/traefik/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/traefik/kustomization.yaml b/infra/traefik/kustomization.yaml index 791707e..cea2195 100644 --- a/infra/traefik/kustomization.yaml +++ b/infra/traefik/kustomization.yaml @@ -11,7 +11,7 @@ resources: helmCharts: - name: traefik repo: https://traefik.github.io/charts - version: 26.0.0 + version: 27.0.0 releaseName: traefik namespace: traefik includeCRDs: true