From 2893ad0a6263f33b3797e84052b6e92566e34ed9 Mon Sep 17 00:00:00 2001 From: "trap-renovate[bot]" <138502363+trap-renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 03:32:35 +0000 Subject: [PATCH] fix(container): update image traefik to v3.2.2 --- traefik/daemon-set.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik/daemon-set.yaml b/traefik/daemon-set.yaml index 1f56ef02..3e95136b 100644 --- a/traefik/daemon-set.yaml +++ b/traefik/daemon-set.yaml @@ -29,7 +29,7 @@ spec: containers: - name: traefik - image: traefik:v3.2.1 + image: traefik:v3.2.2 volumeMounts: - mountPath: /traefik-core-config name: config