Skip to content

Commit acb0759

Browse files
committed
chore(argocd): update versions to 3.1.9
1 parent 275c09a commit acb0759

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.12.12',
5-
'2.13.7',
6-
'2.14.11',
4+
'2.14.20',
5+
'3.0.20',
6+
'3.1.9',
77
];
88
local manifests = ['application-crd.yaml', 'appproject-crd.yaml', 'applicationset-crd.yaml'];
99

0 commit comments

Comments
 (0)