12345678910111213141516171819202122232425262728 |
- annotations:
- category: CMS
- apiVersion: v2
- appVersion: 2.6.1
- version: 1.1.0
- description: A Helm chart to deploy Halo
- home: https://halo.run
- icon: https://halo.run/logo
- maintainers:
- - email: halo-dev@halo.run
- name: halo-dev
- name: halo
- sources:
- - https://github.com/halo/
- dependencies:
- - name: common
- repository: https://charts.bitnami.com/bitnami
- tags:
- - bitnami-common
- version: 2.x.x
- - name: postgresql
- repository: https://charts.bitnami.com/bitnami
- version: 12.x.x
- condition: postgresql.enabled
- - name: mysql
- repository: https://charts.bitnami.com/bitnami
- version: 9.x.x
- condition: mysql.enabled
|