From 85f9ad21b18cfc8914d319bedfd6230883453438 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 2 Aug 2026 13:10:20 +0000 Subject: [PATCH] chore(deps): update helm release traefik to v41.1.0 (#294) --- k8s/traefik/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/traefik/kustomization.yaml b/k8s/traefik/kustomization.yaml index 1f7fe07..6f443f6 100644 --- a/k8s/traefik/kustomization.yaml +++ b/k8s/traefik/kustomization.yaml @@ -8,5 +8,5 @@ helmCharts: includeCRDs: true releaseName: traefik repo: https://traefik.github.io/charts - version: 41.0.2 + version: 41.1.0 valuesFile: values.yaml