mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-22 19:51:39 +00:00
20 lines
414 B
YAML
20 lines
414 B
YAML
apiVersion: v2
|
|
name: dendrite
|
|
version: "0.11.0"
|
|
appVersion: "0.11.0"
|
|
description: Dendrite Matrix Homeserver
|
|
type: application
|
|
keywords:
|
|
- matrix
|
|
- chat
|
|
- homeserver
|
|
- dendrite
|
|
home: https://github.com/matrix-org/dendrite
|
|
sources:
|
|
- https://github.com/matrix-org/dendrite
|
|
dependencies:
|
|
- name: postgresql
|
|
version: 12.1.7
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: postgresql.enabled
|