Skip to content

Commit 1e0e859

Browse files
authored
Update Traefik version (#624)
1 parent cfabef7 commit 1e0e859

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

libs/traefik/config.jsonnet

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
local config = import 'jsonnet/config.jsonnet';
44
local versions = [
5-
{ version: '3.3.3', chartTag: 'v34.3.0' },
5+
{ version: '3.6.10', chartTag: 'v39.0.5' },
66
{ version: '2.11.2', chartTag: 'v27.0.2' },
7-
{ version: '2.10.6', chartTag: 'v26.0.0' },
87
];
98

109
config.new(

0 commit comments

Comments
 (0)