From a425a1a919eae7009d4782b04c370a348a2d39f6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 18 Dec 2024 20:11:22 +0000 Subject: [PATCH] Update Argo CD version to 2.14.0-rc3 --- argocd/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index f99527ce..1ee09e0e 100644 --- a/argocd/kustomization.yaml +++ b/argocd/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - github.com/argoproj/argo-cd/manifests/ha/cluster-install?ref=v2.14.0-rc2 + - github.com/argoproj/argo-cd/manifests/ha/cluster-install?ref=v2.14.0-rc3 - base/argocd-ui-route.yaml - base/dnsendpoint.yaml - base/default-appprojects.yaml