From 514f3008615a0b06e41d113590706b9e757cff2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 20:29:31 +0000 Subject: [PATCH] Update Helm release longhorn to v1.8.0 --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 099d7bd..b983130 100644 --- a/variables.tf +++ b/variables.tf @@ -876,7 +876,7 @@ variable "longhorn_helm_chart" { variable "longhorn_helm_version" { type = string - default = "v1.7.2" + default = "1.8.0" description = "Version of the Longhorn Helm chart to deploy." }