From d00e4f518d491712bd58a2dadf4e3b3981aea67c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 16 May 2026 15:05:45 +0000 Subject: [PATCH] chore(deps): update helm release traefik to v40.2.0 (#273) --- 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 9893415..03febb8 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.1.0 + version: 40.2.0 valuesFile: values.yaml