Skip to content

Commit 1a1ee6f

Browse files
authored
feat: updating to the latest versions of k8s (#491)
remove 1.26 and 1.27 add 1.31 and 1.32
1 parent fb6f0c2 commit 1a1ee6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/k8s/config.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
local config = import 'jsonnet/config.jsonnet';
22
local versions = [
3+
'1.32',
4+
'1.31',
35
'1.30',
46
'1.29',
57
'1.28',
6-
'1.27',
7-
'1.26',
88
];
99

1010
config.new(

0 commit comments

Comments
 (0)