We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfabef7 commit 1e0e859Copy full SHA for 1e0e859
1 file changed
libs/traefik/config.jsonnet
@@ -2,9 +2,8 @@
2
3
local config = import 'jsonnet/config.jsonnet';
4
local versions = [
5
- { version: '3.3.3', chartTag: 'v34.3.0' },
+ { version: '3.6.10', chartTag: 'v39.0.5' },
6
{ version: '2.11.2', chartTag: 'v27.0.2' },
7
- { version: '2.10.6', chartTag: 'v26.0.0' },
8
];
9
10
config.new(
0 commit comments