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 39b98c7 commit 1be99cdCopy full SHA for 1be99cd
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.17.3"
7
wait = true
8
9
values = [
0 commit comments