helm-charts/matrix-synapse/Chart.yaml
Renovate Bot 8521ebb4aa
Some checks failed
renovate/artifacts Artifact file update failure
fix(deps): update redis docker tag to v20.9.0
2025-02-25 05:31:42 +00:00

22 lines
543 B
YAML

---
apiVersion: v2
name: matrix-synapse
description: Matrix reference homeserver
icon: https://matrix.org/images/matrix-logo.svg
type: application
version: "1.0.16"
# renovate: image=ghcr.io/element-hq/synapse
appVersion: 1.124.0
maintainers:
- name: WrenIX
url: https://wrenix.eu
dependencies:
- name: postgresql
version: "^16.3.1"
repository: "oci://docker.io/bitnamicharts"
condition: postgresql.enabled
- name: redis
version: "20.9.0"
repository: "oci://docker.io/bitnamicharts"
condition: redis.enabled