From b9115c8dca577e283db659f6b9452b272137a794 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 17:47:57 +0000 Subject: [PATCH] chore(deps): update helm release haproxy to v3 --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index d31aa6e..fd33a71 100644 --- a/variables.tf +++ b/variables.tf @@ -50,7 +50,7 @@ variable "loki_endpoint" { variable "haproxy_chart_version" { description = "Haproxy helm chart version" type = string - default = "2.2.17" + default = "3.2.6" } variable "haproxy_replicas_count" {