Skip to content

Commit 0265ad8

Browse files
devopsjediMike Cutsail
andauthored
argo-cd: supported versions updated (#531)
Signed-off-by: Mike Cutsail <[email protected]> Co-authored-by: Mike Cutsail <[email protected]>
1 parent 68d5792 commit 0265ad8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libs/argo-cd/config.jsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
local config = import 'jsonnet/config.jsonnet';
22
local versions =
33
[
4-
'2.11.12',
5-
'2.12.8',
6-
'2.13.2',
4+
'2.12.12',
5+
'2.13.7',
6+
'2.14.11',
77
];
88
local manifests = ['application-crd.yaml', 'appproject-crd.yaml', 'applicationset-crd.yaml'];
99

0 commit comments

Comments
 (0)