From 5b1009f1fdc5e23ae130982a808b30c455e335f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 20:41:07 +0000 Subject: [PATCH] chore(deps): update helm release cilium to v1.19.1 --- 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 64a373a7..ee9b604d 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.18.0" + version = "1.19.1" namespace = kubernetes_namespace.cilium.metadata[0].name name = "cilium"