fix(matrix-synapse): workaround of broken redis-subchart

This commit is contained in:
WrenIX 2025-03-02 22:42:24 +01:00
parent 68596fedba
commit 48efb68db6
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 4 additions and 2 deletions

View file

@ -4,7 +4,7 @@ name: matrix-synapse
description: Matrix reference homeserver
icon: https://matrix.org/images/matrix-logo.svg
type: application
version: "1.0.17"
version: "1.0.18"
# renovate: image=ghcr.io/element-hq/synapse
appVersion: 1.125.0
maintainers:

View file

@ -7,7 +7,7 @@ description: "Matrix reference homeserver"
# matrix-synapse
![Version: 1.0.17](https://img.shields.io/badge/Version-1.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.125.0](https://img.shields.io/badge/AppVersion-1.125.0-informational?style=flat-square)
![Version: 1.0.18](https://img.shields.io/badge/Version-1.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.125.0](https://img.shields.io/badge/AppVersion-1.125.0-informational?style=flat-square)
Matrix reference homeserver
@ -114,6 +114,7 @@ helm uninstall matrix-synapse-release
| redis.auth.existingSecret | string | `""` | name of an existing secret with Redis credentials (instead of auth.password), must be created ahead of time |
| redis.auth.existingSecretPasswordKey | string | `""` | Password key to be retrieved from existing secret |
| redis.auth.password | string | `"synapse"` | XXX Change me! |
| redis.auth.usePasswordFiles | bool | `false` | |
| redis.enabled | bool | `true` | |
| redis.global.storageClass | string | `""` | |
| redis.master.persistence.enabled | bool | `true` | |

View file

@ -723,6 +723,7 @@ redis:
enabled: true
# -- XXX Change me!
password: synapse
usePasswordFiles: false
# -- name of an existing secret with Redis credentials (instead of auth.password), must be created ahead of time
existingSecret: ""
# -- Password key to be retrieved from existing secret