Chart.yaml 653 B

12345678910111213141516171819202122232425262728
  1. annotations:
  2. category: CMS
  3. apiVersion: v2
  4. appVersion: 2.6.1
  5. version: 1.1.0
  6. description: A Helm chart to deploy Halo
  7. home: https://halo.run
  8. icon: https://halo.run/logo
  9. maintainers:
  10. - email: halo-dev@halo.run
  11. name: halo-dev
  12. name: halo
  13. sources:
  14. - https://github.com/halo/
  15. dependencies:
  16. - name: common
  17. repository: https://charts.bitnami.com/bitnami
  18. tags:
  19. - bitnami-common
  20. version: 2.x.x
  21. - name: postgresql
  22. repository: https://charts.bitnami.com/bitnami
  23. version: 12.x.x
  24. condition: postgresql.enabled
  25. - name: mysql
  26. repository: https://charts.bitnami.com/bitnami
  27. version: 9.x.x
  28. condition: mysql.enabled