From 4aabc20dd99278f506315d142b67cef9d43470fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 15:57:38 +0000 Subject: [PATCH] chore(deps): update helm release haproxy to v2.2.34 --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index d31aa6e..e602b6e 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 = "2.2.34" } variable "haproxy_replicas_count" {