2021-12-01 12:35:18 +00:00
|
|
|
apiVersion: v2
|
|
|
|
name: kubezero-network
|
|
|
|
description: KubeZero umbrella chart for all things network
|
|
|
|
type: application
|
2022-10-27 12:27:42 +00:00
|
|
|
version: 0.4.0
|
2021-12-01 12:35:18 +00:00
|
|
|
home: https://kubezero.com
|
|
|
|
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
|
|
|
keywords:
|
|
|
|
- kubezero
|
|
|
|
- multus
|
|
|
|
- cilium
|
|
|
|
- aws-cni
|
|
|
|
- metallb
|
|
|
|
maintainers:
|
|
|
|
- name: Stefan Reimer
|
|
|
|
email: stefan@zero-downtime.net
|
|
|
|
dependencies:
|
2022-07-14 14:59:06 +00:00
|
|
|
- name: kubezero-lib
|
|
|
|
version: ">= 0.1.5"
|
|
|
|
repository: https://cdn.zero-downtime.net/charts/
|
2021-12-01 12:35:18 +00:00
|
|
|
- name: cilium
|
2022-09-15 09:37:21 +00:00
|
|
|
version: 1.12.2
|
2021-12-01 12:35:18 +00:00
|
|
|
repository: https://helm.cilium.io/
|
|
|
|
condition: cilium.enabled
|
|
|
|
- name: metallb
|
2022-09-14 17:08:14 +00:00
|
|
|
version: 0.13.5
|
2021-12-01 12:35:18 +00:00
|
|
|
repository: https://metallb.github.io/metallb
|
|
|
|
condition: metallb.enabled
|
|
|
|
- name: calico
|
|
|
|
version: 0.2.2
|
|
|
|
condition: calico.enabled
|
2022-10-27 12:27:42 +00:00
|
|
|
kubeVersion: ">= 1.24.0"
|