From b64d92b999011e6e0834af5b30cba2fd1ed760e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 08:13:50 +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 b5051d0..1e2d23d 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.2.4" values = [ yamlencode({