34 lines
863 B
YAML
34 lines
863 B
YAML
apiVersion: v2
|
|
name: kubezero-network
|
|
description: KubeZero umbrella chart for all things network
|
|
type: application
|
|
version: 0.5.5
|
|
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: kubezero-lib
|
|
version: ">= 0.1.6"
|
|
repository: https://cdn.zero-downtime.net/charts/
|
|
- name: cilium
|
|
version: 1.16.3
|
|
repository: https://helm.cilium.io/
|
|
condition: cilium.enabled
|
|
- name: metallb
|
|
version: 0.14.8
|
|
repository: https://metallb.github.io/metallb
|
|
condition: metallb.enabled
|
|
- name: haproxy
|
|
version: 1.23.0
|
|
repository: https://haproxytech.github.io/helm-charts
|
|
condition: haproxy.enabled
|
|
kubeVersion: ">= 1.26.0"
|