diff --git a/roles/cilium/Chart.yaml b/roles/cilium/Chart.yaml index cc09687f..efa5ab54 100644 --- a/roles/cilium/Chart.yaml +++ b/roles/cilium/Chart.yaml @@ -12,4 +12,4 @@ dependencies: version: 1.4.0 - name: hubble repository: https://github.com/cilium/hubble - version: 1.18.0 + version: 1.18.6 diff --git a/roles/cilium/README.md b/roles/cilium/README.md index 2c43ca9b..f9643725 100644 --- a/roles/cilium/README.md +++ b/roles/cilium/README.md @@ -11,7 +11,7 @@ See the installed role dependencies listed below, defined into [main.yaml](./def | Repository | Name | Version | |------------|------|---------| | https://github.com/cilium/cilium-cli | cilium-cli | 0.18.6 | -| https://github.com/cilium/hubble | hubble | 1.18.0 | +| https://github.com/cilium/hubble | hubble | 1.18.6 | | https://github.com/kubernetes-sigs/gateway-api | gateway-api | 1.4.0 | ## Role Variables @@ -115,4 +115,4 @@ See the related role variables listed below, defined into [main.yaml](./defaults | cilium_vars.release.hubble.file | string | `"hubble-linux-arm64.tar.gz"` | See [documentation](https://axivo.com/k3s-cluster/tutorials/handbook/server/#hardware), for details | | cilium_vars.release.hubble.repository.name | string | `"hubble"` | | | cilium_vars.release.hubble.repository.org | string | `"cilium"` | | -| cilium_vars.release.hubble.version | string | `"v1.18.0"` | | +| cilium_vars.release.hubble.version | string | `"v1.18.6"` | | diff --git a/roles/cilium/defaults/main.yaml b/roles/cilium/defaults/main.yaml index 6664deb4..6d0af7f3 100644 --- a/roles/cilium/defaults/main.yaml +++ b/roles/cilium/defaults/main.yaml @@ -177,4 +177,4 @@ cilium_vars: repository: name: hubble org: cilium - version: v1.18.0 + version: v1.18.6