Browse Source

Merge pull request #2128 from xyzst/update-dendrite-version

dendrite: update image tag version
pull/2129/head
Slavi Pantaleev 3 years ago
committed by GitHub
parent
commit
ea85cedcb5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/matrix-dendrite/defaults/main.yml

+ 1
- 1
roles/matrix-dendrite/defaults/main.yml View File

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

matrix_dendrite_base_path: "{{ matrix_base_data_path }}/dendrite"


Loading…
Cancel
Save