53 lines
1.2 KiB
YAML
53 lines
1.2 KiB
YAML
apiVersion: v2
|
|
name: yonote-chart
|
|
version: 1.2.0
|
|
|
|
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: keycloak
|
|
version: "21.6.1"
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: keycloak.enabled
|
|
alias: keycloak
|
|
|
|
- name: minio
|
|
version: "14.6.20"
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: minio.enabled
|
|
alias: minio |