From 4c8412affe3d1eca4ecd672b38cf289c5a8a64f3 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 13 Jun 2021 16:46:26 +0700 Subject: [PATCH] Upgrade ArgoCD --- infra/bootstrap.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/bootstrap.tf b/infra/bootstrap.tf index 9cb542a6..929bbd5f 100644 --- a/infra/bootstrap.tf +++ b/infra/bootstrap.tf @@ -11,7 +11,7 @@ resource "helm_release" "argocd" { name = "argocd" repository = "https://argoproj.github.io/argo-helm" chart = "argo-cd" - version = "3.1.2" + version = "3.6.8" namespace = "argocd" create_namespace = true wait = true