We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36687c4 commit 9dd2305Copy full SHA for 9dd2305
roles/custom/matrix-dendrite/defaults/main.yml
@@ -29,7 +29,7 @@ matrix_dendrite_docker_image_registry_prefix: "{{ 'localhost/' if matrix_dendrit
29
matrix_dendrite_docker_image_registry_prefix_upstream: "{{ matrix_dendrite_docker_image_registry_prefix_upstream_default }}"
30
matrix_dendrite_docker_image_registry_prefix_upstream_default: docker.io/
31
# renovate: datasource=docker depName=matrixdotorg/dendrite-monolith
32
-matrix_dendrite_docker_image_tag: "v0.15.0"
+matrix_dendrite_docker_image_tag: "v0.15.1"
33
matrix_dendrite_docker_image_force_pull: "{{ matrix_dendrite_docker_image.endswith(':latest') }}"
34
35
matrix_dendrite_base_path: "{{ matrix_base_data_path }}/dendrite"
0 commit comments