From feee1e6a1f2dcb5e53a7e4d553d137df7bc4127b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 07:58:19 +0000 Subject: [PATCH] chore(deps): update helm release argo-cd to v7.9.1 --- base-infrastructure/terraform/resources/helm-argocd.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-infrastructure/terraform/resources/helm-argocd.tf b/base-infrastructure/terraform/resources/helm-argocd.tf index b5051d02..353bd86d 100644 --- a/base-infrastructure/terraform/resources/helm-argocd.tf +++ b/base-infrastructure/terraform/resources/helm-argocd.tf @@ -9,7 +9,7 @@ resource "helm_release" "argo-cd" { repository = "https://argoproj.github.io/argo-helm" namespace = "argocd" - version = "7.6.7" + version = "7.9.1" values = [ yamlencode({