Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.18.2" # also update in umbrella-charts/cilium-hubble-ui/Chart.yaml
version = "1.18.3" # 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.18.2 # also update in k3s-bootstrap/cilium.tf
version: 1.18.3 # also update in k3s-bootstrap/cilium.tf
repository: https://helm.cilium.io/