From a06100a5e186e78a2400cfd8bd0e0221770ba4ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 04:52:52 +0000 Subject: [PATCH] chore(deps): update helm release cilium to v1.19.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 64a373a7..9d71a2c0 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.0" namespace = kubernetes_namespace.cilium.metadata[0].name name = "cilium"