-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathChart.yaml
More file actions
35 lines (28 loc) · 909 Bytes
/
Chart.yaml
File metadata and controls
35 lines (28 loc) · 909 Bytes
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
apiVersion: v2
name: matrix
description: A Helm chart to deploy a Matrix homeserver stack on Kubernetes
icon: "https://dacruz21.github.io/helm-charts/icons/matrix.svg"
home: "https://github.com/small-hack/matrix-chart"
sources:
- "https://github.com/small-hack/matrix-chart"
type: application
version: 19.4.1
# renovate: image=ghcr.io/element-hq/synapse
appVersion: v1.127.1
maintainers:
- name: "jessebot"
url: "https://github.com/jessebot"
dependencies:
- name: postgresql
version: 16.6.0
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: coturn
version: 8.1.1
repository: https://small-hack.github.io/coturn-chart
condition: coturn.enabled
- name: matrix-authentication-service
alias: mas
version: 1.4.2
repository: https://small-hack.github.io/matrix-authentication-service-chart
condition: mas.enabled