diff --git a/bootstrap/cni/main.tf b/bootstrap/cni/main.tf index 64a373a7..9dbf7764 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.18.5" namespace = kubernetes_namespace.cilium.metadata[0].name name = "cilium"