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