From 26a0436d4a366fa2fac874fd3c7131b40c0e6b5c Mon Sep 17 00:00:00 2001 From: Jaye Doepke Date: Thu, 2 Jan 2025 13:52:55 -0600 Subject: [PATCH] Add ArgoCD versions 2.12 and 2.13 Add the CRDs for ArgoCD v2.12 and v2.13. Also update the patch versions of previous releases. --- libs/argo-cd/config.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/argo-cd/config.jsonnet b/libs/argo-cd/config.jsonnet index 82df01f..3a1175a 100644 --- a/libs/argo-cd/config.jsonnet +++ b/libs/argo-cd/config.jsonnet @@ -1,5 +1,5 @@ local config = import 'jsonnet/config.jsonnet'; -local versions = ['2.5.6', '2.6.11', '2.7.6', '2.8.7', '2.9.3', '2.10.9', '2.11.0']; +local versions = ['2.5.22', '2.6.15', '2.7.18', '2.8.21', '2.9.22', '2.10.18', '2.11.12', '2.12.8', '2.13.2']; local manifests = ['application-crd.yaml', 'appproject-crd.yaml', 'applicationset-crd.yaml']; config.new(