From 914681a3b6ae42ade9582ee22c9ab784ba49ecb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 12:13:19 +0000 Subject: [PATCH] chore(deps): update helm release cilium to v1.18.0 --- bootstrap/cni/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/cni/main.tf b/bootstrap/cni/main.tf index f17a49af..86c0798f 100644 --- a/bootstrap/cni/main.tf +++ b/bootstrap/cni/main.tf @@ -13,7 +13,7 @@ resource "helm_release" "cilium" { repository = "https://helm.cilium.io" chart = "cilium" - version = "1.17.5" + version = "1.18.0" namespace = kubernetes_namespace.cilium.metadata[0].name name = "cilium"