Merge branch 'matrix-synapse-upgrade-redis' into 'master'
matrix-synapse: Upgrade redis chart to 16.1.0 See merge request ananace/charts!29
This commit is contained in:
commit
e9b5641dce
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