From afe40d814afbcabfcea5cf429de9eba8b6dc1552 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 03:14:48 +0000 Subject: [PATCH] chore(deps): update helm release argo-cd to v9 --- 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..8dcd0c89 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 = "9.4.1" values = [ yamlencode({