matrix: Upgrade synapse to 1.21.0 & element-web to 1.7.9
This commit is contained in:
parent
5c05aabafc
commit
31f80f16ac
1 changed files with 2 additions and 2 deletions
|
@ -41,10 +41,10 @@ matrix_synapse_options: []
|
|||
matrix_database_password: "{{ lookup('passwordstore', matrix_synapse_domain + '/db create=true length=42') }}"
|
||||
|
||||
# Container versions
|
||||
matrix_synapse_version: "1.20.1"
|
||||
matrix_synapse_version: "1.21.0"
|
||||
matrix_database_version: "13.0"
|
||||
matrix_delegate_nginx_version: "1.19"
|
||||
matrix_elementweb_version: "1.7.8"
|
||||
matrix_elementweb_version: "1.7.9"
|
||||
|
||||
# Container tag definitions
|
||||
matrix_synapse_image_version: "v{{ matrix_synapse_version }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue