From 25e0e05290dd749ec014d857d1e587fac94eab2e Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Fri, 27 Aug 2021 12:43:20 +0300 Subject: [PATCH] update bootstrap resources * Argo-CD 2.1.1 * ApplicationSet 0.2.0 --- manifests/base/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index cb710110..f3262ae6 100644 --- a/manifests/base/kustomization.yaml +++ b/manifests/base/kustomization.yaml @@ -1,8 +1,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - https://raw.githubusercontent.com/argoproj/argo-cd/v2.1.0-rc1/manifests/install.yaml - - https://raw.githubusercontent.com/argoproj-labs/applicationset/master/manifests/install.yaml # TODO: switch to the next release when available + - https://raw.githubusercontent.com/argoproj/argo-cd/v2.1.1/manifests/install.yaml + - https://raw.githubusercontent.com/argoproj-labs/applicationset/v0.2.0/manifests/install.yaml configMapGenerator: - name: argocd-cm