From 1c2c665c37ab411da14c0521b8d572e3bb2930c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 09:39:28 +0000 Subject: [PATCH] chore(deps): update helm release cilium to v1.17.5 --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 6755de6..764bd51 100644 --- a/variables.tf +++ b/variables.tf @@ -1020,7 +1020,7 @@ variable "cilium_helm_chart" { variable "cilium_helm_version" { type = string - default = "1.17.3" + default = "1.17.5" description = "Version of the Cilium Helm chart to deploy." }