matrix-synapse: Upgrade redis to 16.1.0
This commit is contained in:
parent
97769c30b5
commit
a59f8993c2
2 changed files with 2 additions and 3 deletions
|
@ -17,6 +17,6 @@ dependencies:
|
|||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: postgresql.enabled
|
||||
- name: redis
|
||||
version: ~10.6.10
|
||||
version: ~16.1.0
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: redis.enabled
|
||||
|
|
|
@ -654,8 +654,7 @@ redis:
|
|||
##
|
||||
# existingSecret: redis-secret
|
||||
|
||||
cluster:
|
||||
enabled: false
|
||||
architecture: standalone
|
||||
master:
|
||||
persistence:
|
||||
## Note that Synapse only uses redis as a synchronization utility, so no
|
||||
|
|
Loading…
Reference in a new issue