Explorar el Código

Merge pull request #2225 from xyzst/update-dendrite-0.10.6

dendrite: update tag to v0.10.6
pull/2226/head
Slavi Pantaleev hace 3 años
committed by GitHub
padre
commit
39fb6337f3
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-dendrite/defaults/main.yml

+ 1
- 1
roles/matrix-dendrite/defaults/main.yml Ver fichero

@@ -6,7 +6,7 @@ matrix_dendrite_enabled: true

matrix_dendrite_docker_image: "{{ matrix_dendrite_docker_image_name_prefix }}matrixdotorg/dendrite-monolith:{{ matrix_dendrite_docker_image_tag }}"
matrix_dendrite_docker_image_name_prefix: "docker.io/"
matrix_dendrite_docker_image_tag: "v0.10.5"
matrix_dendrite_docker_image_tag: "v0.10.6"
matrix_dendrite_docker_image_force_pull: "{{ matrix_dendrite_docker_image.endswith(':latest') }}"

matrix_dendrite_base_path: "{{ matrix_base_data_path }}/dendrite"


Cargando…
Cancelar
Guardar