61 lines
1.4 KiB
YAML
61 lines
1.4 KiB
YAML
apiVersion: v2
|
|
name: yonote-chart
|
|
version: 2.0.0
|
|
description:
|
|
Generic application Helm chart.
|
|
This chart includes multiple dependencies. The base of this chart is derived from the Dysnix app chart.
|
|
maintainers:
|
|
- name: Dysnix
|
|
email: support@dysnix.com
|
|
url: https://github.com/dysnix/charts/tree/main/dysnix/app
|
|
|
|
dependencies:
|
|
- name: app
|
|
version: "0.3.15"
|
|
repository: https://dysnix.github.io/charts
|
|
alias: yonote-web
|
|
|
|
- name: app
|
|
version: "0.3.15"
|
|
repository: https://dysnix.github.io/charts
|
|
alias: yonote-websocket
|
|
|
|
- name: app
|
|
version: "0.3.15"
|
|
repository: https://dysnix.github.io/charts
|
|
alias: yonote-whiteboard
|
|
|
|
- name: app
|
|
version: "0.3.15"
|
|
repository: https://dysnix.github.io/charts
|
|
alias: yonote-worker
|
|
|
|
- name: app
|
|
version: "0.3.15"
|
|
repository: https://dysnix.github.io/charts
|
|
alias: yonote-collaboration
|
|
|
|
- name: postgres
|
|
version: "0.3.9"
|
|
repository: https://groundhog2k.github.io/helm-charts/
|
|
condition: postgres.enabled
|
|
alias: postgres
|
|
|
|
- name: redis
|
|
version: "0.7.0"
|
|
repository: https://groundhog2k.github.io/helm-charts/
|
|
condition: redis.enabled
|
|
alias: redis
|
|
|
|
- name: minio
|
|
version: "5.4.0"
|
|
repository: https://charts.min.io/
|
|
condition: minio.enabled
|
|
alias: minio
|
|
|
|
- name: keycloakx
|
|
version: "1.3.2"
|
|
repository: https://codecentric.github.io/helm-charts
|
|
condition: keycloak.enabled
|
|
alias: keycloak
|