ソースを参照

Upgrade Dendrite (0.3.9 -> 0.3.11)

pull/1520/head
Jip J. Dekker 4年前
committed by Slavi Pantaleev
コミット
953a9ac718
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roles/matrix-dendrite/defaults/main.yml

+ 1
- 1
roles/matrix-dendrite/defaults/main.yml ファイルの表示

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

matrix_dendrite_base_path: "{{ matrix_base_data_path }}/dendrite"


読み込み中…
キャンセル
保存