2024-02-11 23:14:38 +01:00
|
|
|
---
|
|
|
|
apiVersion: v2
|
|
|
|
name: matrix-synapse
|
|
|
|
description: Matrix reference homeserver
|
|
|
|
icon: https://matrix.org/images/matrix-logo.svg
|
|
|
|
type: application
|
2025-02-21 08:31:46 +01:00
|
|
|
version: "1.0.16"
|
2024-02-11 23:14:38 +01:00
|
|
|
# renovate: image=ghcr.io/element-hq/synapse
|
2025-02-25 18:01:52 +00:00
|
|
|
appVersion: 1.125.0
|
2024-02-11 23:14:38 +01:00
|
|
|
maintainers:
|
|
|
|
- name: WrenIX
|
|
|
|
url: https://wrenix.eu
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
- name: postgresql
|
2024-12-17 14:19:08 +01:00
|
|
|
version: "^16.3.1"
|
|
|
|
repository: "oci://docker.io/bitnamicharts"
|
2024-02-11 23:14:38 +01:00
|
|
|
condition: postgresql.enabled
|
|
|
|
- name: redis
|
2025-02-21 08:31:46 +01:00
|
|
|
version: "20.8.0"
|
2024-12-17 14:19:08 +01:00
|
|
|
repository: "oci://docker.io/bitnamicharts"
|
2024-02-11 23:14:38 +01:00
|
|
|
condition: redis.enabled
|