Skip to content

Commit

Permalink
chore(deps): update helm release cilium to v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2025
1 parent 2d303eb commit a99b018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k3s-bootstrap/cilium.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "helm_release" "cilium" {
name = "cilium"
repository = "https://helm.cilium.io/"
chart = "cilium"
version = "1.16.6" # also update in umbrella-charts/cilium-hubble-ui/Chart.yaml
version = "1.17.0" # also update in umbrella-charts/cilium-hubble-ui/Chart.yaml
namespace = "kube-system"

max_history = local.helm_max_history
Expand Down
2 changes: 1 addition & 1 deletion umbrella-charts/cilium-hubble-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ version: 1.0.0
dependencies:
- name: cilium
alias: hubble-ui
version: 1.16.6 # also update in k3s-bootstrap/cilium.tf
version: 1.17.0 # also update in k3s-bootstrap/cilium.tf
repository: https://helm.cilium.io/

0 comments on commit a99b018

Please sign in to comment.