Skip to content

Commit c0a62d7

Browse files
chore(deps): update helm release cilium to v1.17.1
1 parent 06f4af4 commit c0a62d7

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.1"
77
wait = true
88

99
values = [

0 commit comments

Comments
 (0)