2021-09-02 17:08:08 +00:00
|
|
|
apiVersion: v2
|
|
|
|
name: kubezero-addons
|
|
|
|
description: KubeZero umbrella chart for various optional cluster addons
|
|
|
|
type: application
|
2022-12-06 15:56:25 +00:00
|
|
|
version: 0.7.1
|
2022-10-27 12:27:42 +00:00
|
|
|
appVersion: v1.24
|
2021-09-02 17:08:08 +00:00
|
|
|
home: https://kubezero.com
|
|
|
|
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
|
|
|
keywords:
|
|
|
|
- kubezero
|
|
|
|
- fuse-device-plugin
|
2022-09-14 17:08:14 +00:00
|
|
|
- neuron-device-plugin
|
|
|
|
- nvidia-device-plugin
|
2021-12-01 12:35:18 +00:00
|
|
|
- aws-node-termination-handler
|
2022-04-08 20:11:36 +00:00
|
|
|
- external-dns
|
2021-09-02 17:08:08 +00:00
|
|
|
maintainers:
|
2021-12-01 12:35:18 +00:00
|
|
|
- name: Stefan Reimer
|
|
|
|
email: stefan@zero-downtime.net
|
2021-09-02 17:08:08 +00:00
|
|
|
dependencies:
|
2021-12-01 12:35:18 +00:00
|
|
|
- name: aws-node-termination-handler
|
2022-12-06 15:56:25 +00:00
|
|
|
version: 0.20.0
|
2021-12-01 15:43:42 +00:00
|
|
|
# repository: https://aws.github.io/eks-charts
|
2021-12-01 12:35:18 +00:00
|
|
|
condition: aws-node-termination-handler.enabled
|
2022-04-08 20:11:36 +00:00
|
|
|
- name: external-dns
|
2022-08-24 15:13:39 +00:00
|
|
|
version: 1.11.0
|
2022-04-08 20:11:36 +00:00
|
|
|
repository: https://kubernetes-sigs.github.io/external-dns/
|
|
|
|
condition: external-dns.enabled
|
2022-09-11 11:54:56 +00:00
|
|
|
- name: cluster-autoscaler
|
|
|
|
version: 9.21.0
|
|
|
|
repository: https://kubernetes.github.io/autoscaler
|
|
|
|
condition: cluster-autoscaler.enabled
|
2022-09-14 17:08:14 +00:00
|
|
|
- name: nvidia-device-plugin
|
2022-11-11 14:59:18 +00:00
|
|
|
version: 0.12.3
|
2022-09-14 17:08:14 +00:00
|
|
|
# https://github.com/NVIDIA/k8s-device-plugin
|
|
|
|
repository: https://nvidia.github.io/k8s-device-plugin
|
|
|
|
condition: nvidia-device-plugin.enabled
|
2022-10-27 12:27:42 +00:00
|
|
|
kubeVersion: ">= 1.24.0"
|