Skip to content

Commit 1d5126b

Browse files
rogercollmviitane
andauthored
chore(deps): upgrade otel collector contrib and opensearch (#1566)
Co-authored-by: Mikko Viitanen <74129181+mviitane@users.noreply.github.com>
1 parent 9ea9eda commit 1d5126b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.env

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

88
# Dependent images
9-
COLLECTOR_CONTRIB_IMAGE=otel/opentelemetry-collector-contrib:0.99.0
9+
COLLECTOR_CONTRIB_IMAGE=otel/opentelemetry-collector-contrib:0.100.0
1010
GRAFANA_IMAGE=grafana/grafana:10.4.2
1111
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
1414
POSTGRES_IMAGE=postgres:16.2
1515
PROMETHEUS_IMAGE=quay.io/prometheus/prometheus:v2.51.2
1616
REDIS_IMAGE=redis:7.2-alpine

src/grafana/provisioning/datasources/opensearch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ datasources:
1717
logMessageField: body
1818
pplEnabled: true
1919
timeField: observedTimestamp
20-
version: 2.12.0
20+
version: 2.13.0

0 commit comments

Comments
 (0)