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 89a2e78 commit 2388b52Copy full SHA for 2388b52
terraform-modules/spectrum/cilium.tf
@@ -3,7 +3,7 @@ resource "helm_release" "cilium" {
3
chart = "cilium"
4
repository = "https://helm.cilium.io/"
5
namespace = "kube-system"
6
- version = "1.16.5"
+ version = "1.18.0"
7
wait = true
8
9
values = [
0 commit comments