Chart.yaml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. #
  2. # Licensed to the Apache Software Foundation (ASF) under one or more
  3. # contributor license agreements. See the NOTICE file distributed with
  4. # this work for additional information regarding copyright ownership.
  5. # The ASF licenses this file to You under the Apache License, Version 2.0
  6. # (the "License"); you may not use this file except in compliance with
  7. # the License. You may obtain a copy of the License at
  8. #
  9. # http://www.apache.org/licenses/LICENSE-2.0
  10. #
  11. # Unless required by applicable law or agreed to in writing, software
  12. # distributed under the License is distributed on an "AS IS" BASIS,
  13. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. # See the License for the specific language governing permissions and
  15. # limitations under the License.
  16. #
  17. apiVersion: v2
  18. name: dolphinscheduler-helm
  19. 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.
  20. home: https://dolphinscheduler.apache.org
  21. icon: https://dolphinscheduler.apache.org/img/hlogo_colorful.svg
  22. keywords:
  23. - dolphinscheduler
  24. - scheduler
  25. # A chart can be either an 'application' or a 'library' chart.
  26. #
  27. # Application charts are a collection of templates that can be packaged into versioned archives
  28. # to be deployed.
  29. #
  30. # Library charts provide useful utilities or functions for the chart developer. They're included as
  31. # a dependency of application charts to inject those utilities and functions into the rendering
  32. # pipeline. Library charts do not define any templates and therefore cannot be deployed.
  33. type: application
  34. # This is the chart version. This version number should be incremented each time you make changes
  35. # to the chart and its templates, including the app version.
  36. version: 3.1.0
  37. # This is the version number of the application being deployed. This version number should be
  38. # incremented each time you make changes to the application.
  39. appVersion: 3.1.0
  40. dependencies:
  41. - name: postgresql
  42. version: 10.3.18
  43. # Due to a change in the Bitnami repo, https://charts.bitnami.com/bitnami was truncated only
  44. # containing entries for the latest 6 months (from January 2022 on).
  45. # This URL: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
  46. # contains the full 'index.yaml'.
  47. # See detail here: https://github.com/bitnami/charts/issues/10833
  48. repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
  49. condition: postgresql.enabled
  50. - name: zookeeper
  51. version: 6.5.3
  52. # Same as above.
  53. repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
  54. condition: zookeeper.enabled
  55. - name: mysql
  56. version: 9.4.1
  57. repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
  58. condition: mysql.enabled
  59. - name: minio
  60. version: 11.10.13
  61. repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
  62. condition: minio.enabled