From a918644f0ba2e913da9ca9e2c4c90fc1c6522147 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 18:54:16 +0000 Subject: [PATCH] chore(deps): update helm release cilium to v1.19.5 --- 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..d49bf46c 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.5" namespace = kubernetes_namespace.cilium.metadata[0].name name = "cilium"