onprem-deploy/yonote-chart-service/Chart.yaml

60 lines
1.5 KiB
YAML
Raw Normal View History

2024-07-11 12:13:26 +00:00
apiVersion: v2
name: yonote-chart
2024-07-11 14:19:48 +00:00
version: 1.2.0
2024-08-25 14:01:24 +00:00
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
2024-07-11 12:13:26 +00:00
dependencies:
- name: app
version: "0.3.15"
2024-07-11 14:19:48 +00:00
repository: https://dysnix.github.io/charts
2024-07-11 12:13:26 +00:00
alias: yonote-web
2024-07-11 14:19:48 +00:00
- 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
2024-08-25 14:01:24 +00:00
condition: yonoteDatabase.enabled
alias: yonoteDatabase
2024-07-11 14:19:48 +00:00
- name: redis
version: "16.12.1"
repository: https://charts.bitnami.com/bitnami
2024-07-11 14:19:48 +00:00
condition: yonote-redis.enabled
alias: yonote-redis
2024-08-25 14:01:24 +00:00
- name: minio
version: "12.7.0"
repository: https://charts.bitnami.com/bitnami
condition: minio.enabled
alias: minio
- name: keycloak
version: "14.0.0"
repository: https://charts.bitnami.com/bitnami
condition: keycloak.enabled
alias: keycloak