forked from zammad/zammad-helm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChart.yaml
More file actions
executable file
·36 lines (36 loc) · 1.26 KB
/
Chart.yaml
File metadata and controls
executable file
·36 lines (36 loc) · 1.26 KB
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
apiVersion: v2
name: zammad
version: 15.6.3
appVersion: 6.5.2-85
description: Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and e-mails.
home: https://zammad.org
icon: https://raw.githubusercontent.com/zammad/zammad-documentation/main/images/zammad_logo_600x520.png
sources:
- https://github.com/zammad/zammad
- https://github.com/zammad/zammad-helm
maintainers:
- name: monotek
email: monotek23@gmail.com
- name: mgruner
email: enjoy@zammad.com
dependencies:
- name: elasticsearch
repository: https://charts.bitnami.com/bitnami
version: 21.6.3
condition: zammadConfig.elasticsearch.enabled
- name: minio
version: 14.10.5
repository: https://charts.bitnami.com/bitnami
condition: zammadConfig.minio.enabled
- name: memcached
version: 7.9.3
repository: https://charts.bitnami.com/bitnami
condition: zammadConfig.memcached.enabled
- name: postgresql
version: 16.7.21
repository: https://charts.bitnami.com/bitnami
condition: zammadConfig.postgresql.enabled
- name: redis
version: 20.13.4
repository: https://charts.bitnami.com/bitnami
condition: zammadConfig.redis.enabled