From 457529693d2475b7712bce1c1ba014189feb5fb7 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Thu, 8 Jun 2023 09:36:48 +0200 Subject: [PATCH] Upgrade argocd to 2.7.4 --- argocd/base/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/base/kustomization.yaml b/argocd/base/kustomization.yaml index fcc1280..c975d1f 100644 --- a/argocd/base/kustomization.yaml +++ b/argocd/base/kustomization.yaml @@ -3,4 +3,4 @@ kind: Kustomization namespace: argocd resources: -- https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.10/manifests/ha/install.yaml +- https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.4/manifests/ha/install.yaml