mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-08-26 16:51:31 +02:00
Compare commits
6 Commits
44355ebbb4
...
f0319a4ff0
Author | SHA1 | Date | |
---|---|---|---|
|
f0319a4ff0 | ||
|
b0014f05e7 | ||
|
9d50ff7d01 | ||
|
2723d29925 | ||
|
ff251bf0fe | ||
|
9b18d75e1f |
@@ -25,7 +25,7 @@
|
||||
version: v10.4.2-0
|
||||
name: grafana
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-jitsi.git
|
||||
version: v9364-1
|
||||
version: v9457-0
|
||||
name: jitsi
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-keydb.git
|
||||
version: v6.3.4-1
|
||||
@@ -52,7 +52,7 @@
|
||||
version: v2.51.2-0
|
||||
name: prometheus
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-node-exporter.git
|
||||
version: v1.7.0-3
|
||||
version: v1.8.0-0
|
||||
name: prometheus_node_exporter
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-postgres-exporter.git
|
||||
version: v0.14.0-4
|
||||
|
@@ -12,7 +12,7 @@ matrix_synapse_admin_container_image_self_build: false
|
||||
matrix_synapse_admin_container_image_self_build_repo: "https://github.com/Awesome-Technologies/synapse-admin.git"
|
||||
|
||||
# renovate: datasource=docker depName=awesometechnologies/synapse-admin
|
||||
matrix_synapse_admin_version: 0.10.0
|
||||
matrix_synapse_admin_version: 0.10.1
|
||||
matrix_synapse_admin_docker_image: "{{ matrix_synapse_admin_docker_image_name_prefix }}awesometechnologies/synapse-admin:{{ matrix_synapse_admin_version }}"
|
||||
matrix_synapse_admin_docker_image_name_prefix: "{{ 'localhost/' if matrix_synapse_admin_container_image_self_build else matrix_container_global_registry_prefix }}"
|
||||
matrix_synapse_admin_docker_image_force_pull: "{{ matrix_synapse_admin_docker_image.endswith(':latest') }}"
|
||||
|
Reference in New Issue
Block a user