31 lines
730 B
YAML
31 lines
730 B
YAML
apiVersion: v2
|
|
name: kubezero-network
|
|
description: KubeZero umbrella chart for all things network
|
|
type: application
|
|
version: 0.2.1
|
|
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:
|
|
- name: cilium
|
|
version: 1.11.3
|
|
repository: https://helm.cilium.io/
|
|
condition: cilium.enabled
|
|
- name: metallb
|
|
version: 0.10.2
|
|
repository: https://metallb.github.io/metallb
|
|
condition: metallb.enabled
|
|
# Legact / Testing support
|
|
- name: calico
|
|
version: 0.2.2
|
|
condition: calico.enabled
|
|
kubeVersion: ">= 1.20.0"
|