Skip to content

Commit d22ff53

Browse files
authored
Update to newer versions (#524)
1 parent 89a970d commit d22ff53

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

libs/flagger/config.jsonnet

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
local config = import 'jsonnet/config.jsonnet';
22

33
local versions = [
4-
{ output: '1.13', version: '1.13.0' },
5-
{ output: '1.16', version: '1.16.0' },
6-
{ output: '1.21', version: '1.21.0' },
7-
{ output: '1.25', version: '1.25.0' },
8-
{ output: '1.26', version: '1.26.0' },
9-
{ output: '1.27', version: '1.27.0' },
4+
{ output: '1.38', version: '1.38.0' },
5+
{ output: '1.39', version: '1.39.0' },
6+
{ output: '1.40', version: '1.40.0' },
7+
{ output: '1.41', version: '1.41.0' },
108
];
119

1210
config.new(

0 commit comments

Comments
 (0)