Update all stable non-major dependencies
Some checks failed
/ Ansible Lint (pull_request) Failing after 2m10s
/ Ansible Lint (push) Failing after 2m13s

This commit is contained in:
Renovate 2025-11-18 20:30:35 +00:00
commit 745d90b57c
8 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@
services:
prometheus:
image: docker.io/prom/prometheus:v3.7.2
image: docker.io/prom/prometheus:v3.7.3
container_name: prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yml'
@ -19,7 +19,7 @@ services:
- prom_data:/prometheus
alertmanager:
image: docker.io/prom/alertmanager:v0.28.1
image: docker.io/prom/alertmanager:v0.29.0
container_name: alertmanager
command:
- '--config.file=/etc/alertmanager/alertmanager.yaml'
@ -59,7 +59,7 @@ services:
- /dev/null:/etc/prometheus/pve.yml
loki:
image: docker.io/grafana/loki:3.5.7
image: docker.io/grafana/loki:3.6.0
container_name: loki
ports:
- 13100:3100