diff --git a/roles/cilium/Chart.yaml b/roles/cilium/Chart.yaml index 65741f51..1e011082 100644 --- a/roles/cilium/Chart.yaml +++ b/roles/cilium/Chart.yaml @@ -12,4 +12,4 @@ dependencies: version: 1.5.1 - name: hubble repository: https://github.com/cilium/hubble - version: 1.18.6 + version: 1.19.4 diff --git a/roles/cilium/README.md b/roles/cilium/README.md index bfb52517..a51c5825 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.19.2 | -| https://github.com/cilium/hubble | hubble | 1.18.6 | +| https://github.com/cilium/hubble | hubble | 1.19.4 | | https://github.com/kubernetes-sigs/gateway-api | gateway-api | 1.5.1 | ## 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.6"` | | +| cilium_vars.release.hubble.version | string | `"v1.19.4"` | | diff --git a/roles/cilium/defaults/main.yaml b/roles/cilium/defaults/main.yaml index 8f93a2c4..7f7cbf89 100644 --- a/roles/cilium/defaults/main.yaml +++ b/roles/cilium/defaults/main.yaml @@ -178,4 +178,4 @@ cilium_vars: repository: name: hubble org: cilium - version: v1.18.6 + version: v1.19.4