From 6dd36fc1d10f3c76aad361b7d0283828099aba3f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 30 Aug 2026 15:08:04 +0000 Subject: [PATCH] chore(deps): update helm release traefik to v41.4.0 (#302) --- 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 63e2893..a3a05eb 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.3.0 + version: 41.4.0 valuesFile: values.yaml