KubeZero/charts/kubezero-operators/Chart.yaml

43 lines
1.2 KiB
YAML

apiVersion: v2
name: kubezero-operators
description: Various operators supported by KubeZero
type: application
version: 0.2.0
home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
keywords:
- kubezero
- operators
- opensearch
- postgres
- kafka
- rabbitmq
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: opensearch-operator
version: 2.7.0
repository: https://opensearch-project.github.io/opensearch-k8s-operator/
condition: opensearch-operator.enabled
- name: eck-operator
version: 2.16.1
repository: https://helm.elastic.co
condition: eck-operator.enabled
- name: cloudnative-pg
version: 0.23.0
repository: https://cloudnative-pg.github.io/charts
condition: cloudnative-pg.enabled
- name: strimzi-kafka-operator
version: 0.45.0
repository: "oci://quay.io/strimzi-helm"
condition: strimzi-kafka-operator.enabled
- name: rabbitmq-cluster-operator
version: 4.4.3
repository: https://charts.bitnami.com/bitnami
condition: rabbitmq-cluster-operator.enabled
kubeVersion: ">= 1.30.0-0"