Parcourir la source

Merge pull request #2145 from xyzst/update-dendrite-0.10.1

dendrite: update image tag version
pull/2146/head
Slavi Pantaleev il y a 3 ans
committed by GitHub
Parent
révision
66ef861495
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      roles/matrix-dendrite/defaults/main.yml

+ 1
- 1
roles/matrix-dendrite/defaults/main.yml Voir le fichier

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

matrix_dendrite_base_path: "{{ matrix_base_data_path }}/dendrite"


Chargement…
Annuler
Enregistrer