fix(matrix-synapse): workaround of broken redis-subchart
This commit is contained in:
parent
68596fedba
commit
48efb68db6
3 changed files with 4 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "Matrix reference homeserver"
|
|||
|
||||
# matrix-synapse
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
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` | |
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue