Procházet zdrojové kódy

Upgrade Dendrite (0.5.0 -> 0.5.1)

pull/818/head
Slavi Pantaleev před 4 roky
rodič
revize
ea0ac24e8c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/matrix-dendrite/defaults/main.yml

+ 1
- 1
roles/matrix-dendrite/defaults/main.yml Zobrazit soubor

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

matrix_dendrite_base_path: "{{ matrix_base_data_path }}/dendrite"


Načítá se…
Zrušit
Uložit