We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 288174f + 914681a commit f1705f2Copy full SHA for f1705f2
1 file changed
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.17.5"
+ version = "1.18.0"
17
18
namespace = kubernetes_namespace.cilium.metadata[0].name
19
name = "cilium"
0 commit comments