From 17e32225212a138f592d19a9a6c2be55ff538b51 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 May 2026 15:06:58 +0000 Subject: [PATCH] chore(deps): update helm release traefik to v40.0.1 (#271) --- 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 249d786..c879b4b 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: 40.0.0 + version: 40.0.1 valuesFile: values.yaml