Skip to content

Commit 59cdb0a

Browse files
chore(deps): upgrade otel collector, grafana, jaeger and prometheus (#1490)
Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
1 parent 4185d2d commit 59cdb0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ IMAGE_NAME=ghcr.io/open-telemetry/demo
66
DEMO_VERSION=latest
77

88
# Dependent images
9-
COLLECTOR_CONTRIB_IMAGE=otel/opentelemetry-collector-contrib:0.96.0
10-
GRAFANA_IMAGE=grafana/grafana:10.4.0
9+
COLLECTOR_CONTRIB_IMAGE=otel/opentelemetry-collector-contrib:0.97.0
10+
GRAFANA_IMAGE=grafana/grafana:10.4.1
1111
JAEGERTRACING_IMAGE=jaegertracing/all-in-one:1.55
1212
# must also update version field in /src/grafana/provisioning/datasources/opensearch.yml
1313
OPENSEARCH_IMAGE=opensearchproject/opensearch:2.12.0
1414
POSTGRES_IMAGE=postgres:16.2
15-
PROMETHEUS_IMAGE=quay.io/prometheus/prometheus:v2.50.1
15+
PROMETHEUS_IMAGE=quay.io/prometheus/prometheus:v2.51.1
1616
REDIS_IMAGE=redis:7.2-alpine
1717
TRACETEST_IMAGE_VERSION=v0.16.0
1818
TRACETEST_IMAGE=kubeshop/tracetest:${TRACETEST_IMAGE_VERSION}

0 commit comments

Comments
 (0)