From 590dcfe6a747cc96814083f945eb3ec25ced0960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vicen=C3=A7=20Juan=20Tom=C3=A0s=20Montserrat?= Date: Fri, 24 May 2024 23:58:36 +0200 Subject: [PATCH] Add argo-cd 2.10 and 2.11 (#420) --- 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 48b621d..82df01f 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.2.12', '2.3.7', '2.4.11', '2.5.6', '2.6.11', '2.7.6', '2.8.7', '2.9.3']; +local versions = ['2.5.6', '2.6.11', '2.7.6', '2.8.7', '2.9.3', '2.10.9', '2.11.0']; local manifests = ['application-crd.yaml', 'appproject-crd.yaml', 'applicationset-crd.yaml']; config.new(