Skip to content

Commit

Permalink
chore(deps): update helm release cilium to v1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2025
1 parent 06f4af4 commit c0a62d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-modules/spectrum/cilium.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resource "helm_release" "cilium" {
chart = "cilium"
repository = "https://helm.cilium.io/"
namespace = "kube-system"
version = "1.16.5"
version = "1.17.1"
wait = true

values = [
Expand Down

0 comments on commit c0a62d7

Please sign in to comment.