Skip to content

Commit 1be99cd

Browse files
chore(deps): update helm release cilium to v1.17.3
1 parent 39b98c7 commit 1be99cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform-modules/spectrum/cilium.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resource "helm_release" "cilium" {
33
chart = "cilium"
44
repository = "https://helm.cilium.io/"
55
namespace = "kube-system"
6-
version = "1.16.5"
6+
version = "1.17.3"
77
wait = true
88

99
values = [

0 commit comments

Comments
 (0)