ソースを参照

Merge pull request #2567 from array-in-a-matrix/patch-18

Update dendrite to v0.12.0
pull/2569/head
Slavi Pantaleev 3年前
committed by GitHub
コミット
75cc50d2ab
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roles/custom/matrix-dendrite/defaults/main.yml

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

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

matrix_dendrite_base_path: "{{ matrix_base_data_path }}/dendrite"


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