diff --git a/eks-addons.tf b/eks-addons.tf index ae8f555..27baca7 100644 --- a/eks-addons.tf +++ b/eks-addons.tf @@ -36,7 +36,7 @@ module "eks-blueprints-addons" { argocd = { name = "argocd" - chart_version = "5.29.1" + chart_version = "5.53.0" repository = "https://argoproj.github.io/argo-helm" namespace = "argocd" values = [templatefile("${path.module}/templates/argocd-helm-values.yaml", {})]