From bcf8d57cf7fbc9cba482127a4ee36155e79a161b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 10:47:30 +0000 Subject: [PATCH] chore(deps): update helm release argo-cd to v9.7.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 747ee07..8fa0a19 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 = "9.5.11" + version = "9.7.1" values = [ yamlencode({