From acb075915effdae81160f56b1cdb427108e7abf2 Mon Sep 17 00:00:00 2001 From: Luke Jolly Date: Fri, 31 Oct 2025 10:55:51 -0600 Subject: [PATCH] chore(argocd): update versions to 3.1.9 --- libs/argo-cd/config.jsonnet | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/argo-cd/config.jsonnet b/libs/argo-cd/config.jsonnet index 731db557..21860612 100644 --- a/libs/argo-cd/config.jsonnet +++ b/libs/argo-cd/config.jsonnet @@ -1,9 +1,9 @@ local config = import 'jsonnet/config.jsonnet'; local versions = [ - '2.12.12', - '2.13.7', - '2.14.11', + '2.14.20', + '3.0.20', + '3.1.9', ]; local manifests = ['application-crd.yaml', 'appproject-crd.yaml', 'applicationset-crd.yaml'];