Skip to content

Commit

Permalink
Merge pull request spantaleev#2167 from etkecc/patch-95
Browse files Browse the repository at this point in the history
Update element 1.11.8 -> 1.11.9
  • Loading branch information
spantaleev authored Oct 11, 2022
2 parents 8311c59 + 19f1c8e commit 9613727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/matrix-client-element/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ matrix_client_element_container_image_self_build_repo: "/~https://github.com/vecto
# - /~https://github.com/vector-im/element-web/issues/19544
matrix_client_element_container_image_self_build_low_memory_system_patch_enabled: "{{ ansible_memtotal_mb < 4096 }}"

matrix_client_element_version: v1.11.8
matrix_client_element_version: v1.11.9
matrix_client_element_docker_image: "{{ matrix_client_element_docker_image_name_prefix }}vectorim/element-web:{{ matrix_client_element_version }}"
matrix_client_element_docker_image_name_prefix: "{{ 'localhost/' if matrix_client_element_container_image_self_build else matrix_container_global_registry_prefix }}"
matrix_client_element_docker_image_force_pull: "{{ matrix_client_element_docker_image.endswith(':latest') }}"
Expand Down

0 comments on commit 9613727

Please sign in to comment.