File tree 2 files changed +4
-4
lines changed
src/grafana/provisioning/datasources
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ IMAGE_NAME=ghcr.io/open-telemetry/demo
6
6
DEMO_VERSION = latest
7
7
8
8
# Dependent images
9
- COLLECTOR_CONTRIB_IMAGE = otel/opentelemetry-collector-contrib:0.99 .0
9
+ COLLECTOR_CONTRIB_IMAGE = otel/opentelemetry-collector-contrib:0.100 .0
10
10
GRAFANA_IMAGE = grafana/grafana:10.4.2
11
11
JAEGERTRACING_IMAGE = jaegertracing/all-in-one:1.55
12
- # must also update version field in /src/grafana/provisioning/datasources/opensearch.yml
13
- OPENSEARCH_IMAGE = opensearchproject/opensearch:2.12 .0
12
+ # must also update version field in . /src/grafana/provisioning/datasources/opensearch.yml
13
+ OPENSEARCH_IMAGE = opensearchproject/opensearch:2.13 .0
14
14
POSTGRES_IMAGE = postgres:16.2
15
15
PROMETHEUS_IMAGE = quay.io/prometheus/prometheus:v2.51.2
16
16
REDIS_IMAGE = redis:7.2-alpine
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ datasources:
17
17
logMessageField : body
18
18
pplEnabled : true
19
19
timeField : observedTimestamp
20
- version : 2.12 .0
20
+ version : 2.13 .0
You can’t perform that action at this time.
0 commit comments