From deae3c4757c9d2e14e875de050bf1109a33baaaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:45:37 -0600 Subject: [PATCH] chore(deps): update helm release argo-cd to v7 (#1002) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../automation/gitops/argocd/.workshop/terraform/vars.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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