diff --git a/main.tf b/main.tf index 612642d..a518dd2 100644 --- a/main.tf +++ b/main.tf @@ -113,7 +113,7 @@ resource "helm_release" "argocd" { repository = "https://argoproj.github.io/argo-helm" chart = "argo-cd" namespace = "argocd" - version = "8.6.4" + version = "9.1.2" create_namespace = true }