From 9be5e7a63c801a679a14efd0d1cc65958b8209a6 Mon Sep 17 00:00:00 2001 From: Jakub Hajek Date: Tue, 24 Oct 2023 08:54:40 +0200 Subject: [PATCH] bump Traefik to v2.10.5 (#358) --- libs/traefik/config.jsonnet | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/traefik/config.jsonnet b/libs/traefik/config.jsonnet index 475be00..e980350 100644 --- a/libs/traefik/config.jsonnet +++ b/libs/traefik/config.jsonnet @@ -2,6 +2,7 @@ local config = import 'jsonnet/config.jsonnet'; local versions = [ + { version: '2.10.5', chartTag: 'v25.0.0' }, { version: '2.10.4', chartTag: 'v24.0.0' }, { version: '2.10.4', chartTag: 'v23.2.0' }, { version: '2.10.0', chartTag: 'v22.3.0' }, // breaking change with Traefik v2.9.10