From d299f2e8b07a390edd202257004f74d57185b3b4 Mon Sep 17 00:00:00 2001 From: Jesse Bye Date: Mon, 29 Mar 2021 16:30:28 -0700 Subject: [PATCH] update image tag Signed-off-by: Jesse Bye --- charts/argo-cd/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 2a6ce24f..f6f19c55 100755 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -10,7 +10,7 @@ installCRDs: true global: image: repository: argoproj/argocd - tag: v1.8.4 + tag: v2.0.0-rc2 imagePullPolicy: IfNotPresent securityContext: {} # runAsUser: 999