aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-10-17 14:41:19 +0000
committerGitHub <noreply@github.com>2025-10-17 14:41:19 +0000
commit6167a4d634bba683066b5cca69d34d06f9229401 (patch)
treec6bb862e7f8bc9b977b7fa9370012ffb6924580f /contrib
parent7532abe98072f2bab5ab36aa921feb5c4e9d3c56 (diff)
downloadwarden-6167a4d634bba683066b5cca69d34d06f9229401.tar.bz2
warden-6167a4d634bba683066b5cca69d34d06f9229401.zip
chore(deps): update grafana/tempo docker tag to v2.9.0 (#69)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/docker-compose/compose-monitoring.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/docker-compose/compose-monitoring.yaml b/contrib/docker-compose/compose-monitoring.yaml
index df856dd..d3cc30f 100644
--- a/contrib/docker-compose/compose-monitoring.yaml
+++ b/contrib/docker-compose/compose-monitoring.yaml
@@ -34,7 +34,7 @@ services:
# Tempo runs as user 10001, and docker compose creates the volume as root.
# As such, we need to chown the volume in order for Tempo to start correctly.
init:
- image: &tempoImage grafana/tempo:2.8.2
+ image: &tempoImage grafana/tempo:2.9.0
user: root
entrypoint:
- "chown"