From b59d4625bc7f948c75a84c1def5dc1ad2696c86e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 6 Aug 2026 10:07:34 +0000 Subject: [PATCH] chore(deps): update helm release traefik to v41.1.1 (#295) --- 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 6f443f6..a24fbe6 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.1.0 + version: 41.1.1 valuesFile: values.yaml