From c9e36deedeec8b60a6f6c9c850ebfd442eecf10e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:23:07 +0000 Subject: [PATCH 1/2] chore(deps): update helm release traefik to v41 --- 02_bootstrap/03_traefik/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_bootstrap/03_traefik/Chart.yaml b/02_bootstrap/03_traefik/Chart.yaml index 1b2523c..5ba698d 100644 --- a/02_bootstrap/03_traefik/Chart.yaml +++ b/02_bootstrap/03_traefik/Chart.yaml @@ -25,7 +25,7 @@ appVersion: "0.1.0" dependencies: - name: traefik - version: 40.2.0 + version: 41.0.0 repository: https://traefik.github.io/charts - name: autoscale version: 4.3.0 From 4a68d3469c3fb25578a16e95e61f2bd69ec0d4ec Mon Sep 17 00:00:00 2001 From: Julian U <48368594+lunarys@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:51:28 +0200 Subject: [PATCH 2/2] fix(traefik): adjust log settings to v41 structure --- 02_bootstrap/03_traefik/values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/02_bootstrap/03_traefik/values.yaml b/02_bootstrap/03_traefik/values.yaml index 6000038..66c0eb1 100644 --- a/02_bootstrap/03_traefik/values.yaml +++ b/02_bootstrap/03_traefik/values.yaml @@ -43,13 +43,13 @@ traefik: publishedService: enabled: true # required for argo to not show ingresses as progressing - logs: - access: - enabled: true - format: json - general: - level: INFO - format: json + log: + level: INFO + format: json + + accessLog: + enabled: true + format: json autoscale: enabled: false