-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathChart.yaml
More file actions
41 lines (33 loc) · 1.05 KB
/
Chart.yaml
File metadata and controls
41 lines (33 loc) · 1.05 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
37
38
39
40
41
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: 16.0.2
# renovate: image=matrixdotorg/synapse
appVersion: v1.117.0
maintainers:
- name: "jessebot"
url: "https://github.com/jessebot"
dependencies:
- name: postgresql
version: 16.0.3
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: coturn
version: 7.0.3
repository: https://small-hack.github.io/coturn-chart
condition: coturn.enabled
- name: matrix-sliding-sync
version: 1.0.1
repository: https://small-hack.github.io/matrix-sliding-sync-chart
alias: syncv3
condition: syncv3.enabled
- name: matrix-authentication-service
alias: mas
version: 1.0.2
repository: https://small-hack.github.io/matrix-authentication-service-chart
condition: mas.enabled