diff --git a/terraform/helm/argocd.tf b/terraform/helm/argocd.tf index a8fe734f7..52be3fa2b 100644 --- a/terraform/helm/argocd.tf +++ b/terraform/helm/argocd.tf @@ -4,5 +4,5 @@ resource "helm_release" "argocd" { repository = "https://argoproj.github.io/argo-helm" create_namespace = true namespace = "argocd" - version = "5.27.1" + version = "7.5.2" }