diff --git a/manifests/modules/automation/gitops/argocd/.workshop/terraform/vars.tf b/manifests/modules/automation/gitops/argocd/.workshop/terraform/vars.tf index 0aadd3686..bb6e603f4 100644 --- a/manifests/modules/automation/gitops/argocd/.workshop/terraform/vars.tf +++ b/manifests/modules/automation/gitops/argocd/.workshop/terraform/vars.tf @@ -38,5 +38,5 @@ variable "argocd_chart_version" { description = "The chart version of argocd to use" type = string # renovate-helm: depName=argo-cd registryUrl=https://argoproj.github.io/argo-helm - default = "5.55.0" + default = "7.4.2" } \ No newline at end of file