From af2ca6141d0c34e73e936fc6797f3aefdf2383c1 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Fri, 26 Nov 2021 12:26:16 +0700 Subject: [PATCH] chore(bootstrap): switch to latest applicationset on master https://github.com/argoproj-labs/applicationset/pull/370 --- bootstrap/argocd/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/argocd/kustomization.yaml b/bootstrap/argocd/kustomization.yaml index 39b6a277..245ace47 100644 --- a/bootstrap/argocd/kustomization.yaml +++ b/bootstrap/argocd/kustomization.yaml @@ -4,7 +4,7 @@ kind: Kustomization resources: - namespace.yaml - https://raw.githubusercontent.com/argoproj/argo-cd/v2.2.0-rc1/manifests/install.yaml # TODO switch back to stable -- https://raw.githubusercontent.com/argoproj-labs/applicationset/stable/manifests/install.yaml +- https://raw.githubusercontent.com/argoproj-labs/applicationset/master/manifests/install.yaml # TODO switch back to stable - ingress.yaml patches: