diff --git a/roles/cilium/Chart.yaml b/roles/cilium/Chart.yaml index cc09687f..cb7194de 100644 --- a/roles/cilium/Chart.yaml +++ b/roles/cilium/Chart.yaml @@ -9,7 +9,7 @@ dependencies: version: 0.18.6 - name: gateway-api repository: https://github.com/kubernetes-sigs/gateway-api - version: 1.4.0 + version: 1.4.1 - name: hubble repository: https://github.com/cilium/hubble version: 1.18.0 diff --git a/roles/cilium/README.md b/roles/cilium/README.md index 2c43ca9b..fc2b6892 100644 --- a/roles/cilium/README.md +++ b/roles/cilium/README.md @@ -12,7 +12,7 @@ See the installed role dependencies listed below, defined into [main.yaml](./def |------------|------|---------| | https://github.com/cilium/cilium-cli | cilium-cli | 0.18.6 | | https://github.com/cilium/hubble | hubble | 1.18.0 | -| https://github.com/kubernetes-sigs/gateway-api | gateway-api | 1.4.0 | +| https://github.com/kubernetes-sigs/gateway-api | gateway-api | 1.4.1 | ## Role Variables @@ -111,7 +111,7 @@ See the related role variables listed below, defined into [main.yaml](./defaults | cilium_vars.release.gateway_api.file | string | `"experimental-install.yaml"` | See [documentation](https://docs.cilium.io/en/stable/network/servicemesh/gateway-api/gateway-api/), for details | | cilium_vars.release.gateway_api.repository.name | string | `"gateway-api"` | | | cilium_vars.release.gateway_api.repository.org | string | `"kubernetes-sigs"` | | -| cilium_vars.release.gateway_api.version | string | `"v1.4.0"` | | +| cilium_vars.release.gateway_api.version | string | `"v1.4.1"` | | | 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"` | | diff --git a/roles/cilium/defaults/main.yaml b/roles/cilium/defaults/main.yaml index 6664deb4..131a92f3 100644 --- a/roles/cilium/defaults/main.yaml +++ b/roles/cilium/defaults/main.yaml @@ -170,7 +170,7 @@ cilium_vars: repository: name: gateway-api org: kubernetes-sigs - version: v1.4.0 + version: v1.4.1 hubble: # -- See [documentation](https://axivo.com/k3s-cluster/tutorials/handbook/server/#hardware), for details file: hubble-linux-arm64.tar.gz