From 6f2ba082603f440af40be56b463f19e387014e33 Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Mon, 23 Sep 2024 21:56:59 +0200 Subject: [PATCH] change argocd to stable branch --- argocd/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index ce033ec..070c968 100644 --- a/argocd/kustomization.yaml +++ b/argocd/kustomization.yaml @@ -5,4 +5,5 @@ namespace: argocd resources: - base/argo-cd-namespace.yaml +- base/argo-cd-app-of-apps.yaml - https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/ha/install.yaml