forked from mattermost/mattermost-helm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChart.yaml
40 lines (40 loc) · 1.11 KB
/
Chart.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
apiVersion: v2
description: Mattermost Enterprise server with high availitibity.
name: mattermost-enterprise-edition
type: application
version: 2.6.63
appVersion: 10.1.2
keywords:
- mattermost
- communication
- messaging
- team colaboration
home: https://mattermost.com
icon: http://www.mattermost.org/wp-content/uploads/2016/04/icon.png
maintainers:
- name: jwilander
email: [email protected]
- name: stylianosrigas
email: [email protected]
- name: spirosoik
email: [email protected]
sources:
- https://github.com/mattermost/mattermost-server
- https://github.com/mattermost/mattermost-helm
dependencies:
- name: mattermost-elasticsearch
version: 0.1.0
- name: mattermost-grafana
version: 0.3.6
- name: mysqlha
repository: https://charts.helm.sh/incubator
version: 2.0.0
condition: global.features.database.useInternal
- name: minio
repository: https://charts.helm.sh/stable
version: 5.0.26
condition: minio.enabled
- name: prometheus
repository: https://charts.helm.sh/stable
version: 11.4.0
condition: global.features.grafana.enabled