diff --git a/modules/training-cluster/argocd.tf b/modules/training-cluster/argocd.tf index b965aa8..4e8cc22 100644 --- a/modules/training-cluster/argocd.tf +++ b/modules/training-cluster/argocd.tf @@ -29,7 +29,7 @@ resource "helm_release" "argocd" { repository = "https://argoproj.github.io/argo-helm" chart = "argo-cd" namespace = kubernetes_namespace.argocd.metadata.0.name - version = "7.5.2" + version = "7.6.5" wait = true max_history = 2