From 6da34a20197e98073c29ceddb111da4268a4610b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 07:26:49 +0000 Subject: [PATCH] Update Helm release argo-cd to v9.5.0 --- 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 240a672b..6da1dac0 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.3.4" + version = "9.5.0" values = [ yamlencode({