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" {