123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- apiVersion: v2
- name: dolphinscheduler-helm
- description: Dolphin Scheduler is a distributed and easy-to-expand visual DAG workflow scheduling system, dedicated to solving the complex dependencies in data processing, making the scheduling system out of the box for data processing.
- home: https://dolphinscheduler.apache.org
- icon: https://dolphinscheduler.apache.org/img/hlogo_colorful.svg
- keywords:
- - dolphinscheduler
- - scheduler
- type: application
- version: 3.2.1
- appVersion: 3.2.1
- dependencies:
- - name: postgresql
- version: 10.3.18
-
-
-
-
-
- repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
- condition: postgresql.enabled
- - name: zookeeper
- version: 6.5.3
-
- repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
- condition: zookeeper.enabled
- - name: mysql
- version: 9.4.1
- repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
- condition: mysql.enabled
- - name: minio
- version: 11.10.13
- repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
- condition: minio.enabled
|