22 lines
544 B
YAML
22 lines
544 B
YAML
---
|
|
apiVersion: v2
|
|
name: matrix-synapse
|
|
description: Matrix reference homeserver
|
|
icon: https://matrix.org/images/matrix-logo.svg
|
|
type: application
|
|
version: 0.0.1
|
|
# renovate: image=ghcr.io/element-hq/synapse
|
|
appVersion: 1.100.0
|
|
maintainers:
|
|
- name: WrenIX
|
|
url: https://wrenix.eu
|
|
|
|
dependencies:
|
|
- name: postgresql
|
|
version: ^12.1.4
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: postgresql.enabled
|
|
- name: redis
|
|
version: ^17.3.17
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: redis.enabled
|