Explorar el Código

Upgrade Dendrite (0.3.8 -> 0.3.9)

pull/1520/head
Jip J. Dekker hace 5 años
committed by Slavi Pantaleev
padre
commit
cde2504966
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

@@ -5,7 +5,7 @@ matrix_dendrite_enabled: false

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.3.8"
matrix_dendrite_docker_image_tag: "v0.3.9"
matrix_dendrite_docker_image_force_pull: "{{ matrix_dendrite_docker_image.endswith(':latest') }}"

matrix_dendrite_base_path: "{{ matrix_base_data_path }}/dendrite"


Cargando…
Cancelar
Guardar