Skip to content
Open
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 roles/cilium/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions roles/cilium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"` | |
Expand Down
2 changes: 1 addition & 1 deletion roles/cilium/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down