Skip to content

Commit

Permalink
bump to grafana/tempo:2.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Weifeng Wang <qclaogui@gmail.com>

bump to grafana/tempo:2.5.0

Signed-off-by: Weifeng Wang <qclaogui@gmail.com>
  • Loading branch information
qclaogui committed Jun 4, 2024
1 parent a41ce88 commit c841059
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose/common/compose-include/tempo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
labels:
metrics.grafana.com/scrape: false
depends_on: { minio: { condition: service_healthy } }
image: ${TEMPO_IMAGE:-docker.io/grafana/tempo:2.4.1}
image: ${TEMPO_IMAGE:-docker.io/grafana/tempo:2.5.0}
configs:
- source: tempo_config_file
target: /etc/tempo/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/common/config/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ALLOY_IMAGE=grafana/alloy:v1.1.1
LOKI_IMAGE=grafana/loki:3.0.0
GRAFANA_IMAGE=grafana/grafana:11.0.0
TEMPO_IMAGE=grafana/tempo:2.4.1
TEMPO_IMAGE=grafana/tempo:2.5.0
MIMIR_IMAGE=grafana/mimir:2.12.0
MIMIRTOOL_IMAGE=grafana/mimirtool:2.12.0
PYROSCOPE_IMAGE=grafana/pyroscope:1.6.0
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/microservices-mode/traces/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:

distributor:
depends_on: { ingester: { condition: service_healthy } }
image: &tempoImage ${TEMPO_IMAGE:-docker.io/grafana/tempo:2.4.1}
image: &tempoImage ${TEMPO_IMAGE:-docker.io/grafana/tempo:2.5.0}
configs:
- source: tempo_config_file
target: /etc/tempo/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/monolithic-mode/all-in-one/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ services:
metrics.grafana.com/scrape: false
profiles.grafana.com/service_name: tempo
depends_on: { minio: { condition: service_healthy }, mimir: { condition: service_healthy } }
image: ${TEMPO_IMAGE:-docker.io/grafana/tempo:2.4.1}
image: ${TEMPO_IMAGE:-docker.io/grafana/tempo:2.5.0}
configs:
- source: tempo_config_file
target: /etc/tempo/config.yaml
Expand Down

0 comments on commit c841059

Please sign in to comment.