Upgrade ArgoCD

This commit is contained in:
Khue Doan 2021-06-13 16:46:26 +07:00
parent ef99f6015c
commit 4c8412affe

View File

@ -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