We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d2e96 commit 1c6bc5cCopy full SHA for 1c6bc5c
bootstrap/cni/main.tf
@@ -13,7 +13,7 @@ resource "helm_release" "cilium" {
13
14
repository = "https://helm.cilium.io"
15
chart = "cilium"
16
- version = "1.18.0"
+ version = "1.18.3"
17
18
namespace = kubernetes_namespace.cilium.metadata[0].name
19
name = "cilium"
0 commit comments