66 lines
1.6 KiB
YAML
66 lines
1.6 KiB
YAML
apiVersion: v2
|
|
name: yonote-chart
|
|
version: 1.2.0
|
|
description:
|
|
Generic application Helm chart.
|
|
This chart includes multiple dependencies. The base of this chart is derived from the Dynix 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: postgresql
|
|
version: "11.6.6"
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: yonote-database.enabled
|
|
alias: yonote-database
|
|
|
|
- name: redis
|
|
version: "16.12.1"
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: yonote-redis.enabled
|
|
alias: yonote-redis
|
|
|
|
- name: app
|
|
version: "0.3.15"
|
|
repository: https://dysnix.github.io/charts
|
|
condition: keycloak.enabled
|
|
alias: keycloak
|
|
|
|
- name: postgresql
|
|
version: "11.6.2"
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: keycloak.keycloak-database.enabled
|
|
alias: keycloak-database
|
|
|
|
- name: minio
|
|
version: "14.6.20"
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: minio.enabled
|
|
alias: minio |