File tree 5 files changed +8
-7
lines changed
src/grafana/provisioning/datasources
5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ COLLECTOR_CONTRIB_IMAGE=otel/opentelemetry-collector-contrib:0.108.0
10
10
FLAGD_IMAGE = ghcr.io/open-feature/flagd:v0.11.2
11
11
GRAFANA_IMAGE = grafana/grafana:11.2.0
12
12
JAEGERTRACING_IMAGE = jaegertracing/all-in-one:1.60
13
- # must also update version field in ./src/grafana/provisioning/datasources/opensearch.yaml
14
- OPENSEARCH_IMAGE = opensearchproject/opensearch:2.16.0
13
+ OPENSEARCH_IMAGE_VERSION = 2.17.1
14
+ OPENSEARCH_IMAGE = opensearchproject/opensearch:${ OPENSEARCH_IMAGE_VERSION }
15
15
POSTGRES_IMAGE = postgres:16.4
16
16
PROMETHEUS_IMAGE = quay.io/prometheus/prometheus:v2.54.1
17
17
VALKEY_IMAGE = valkey/valkey:8.0-alpine
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ the release.
15
15
([ #1709 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1709 ) )
16
16
* [ chore] Add depends on to otelcol to wait on healthy opensearch
17
17
([ #1724 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1724 ) )
18
+ * [ flagd-ui] Add UI for managing Flagd feature flags
19
+ ([ #1725 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1725 ) )
18
20
* [ accountingservice] bump OpenTelemetry .NET Automatic Instrumentation
19
21
to 1.8.0 together with other dependencies
20
22
([ #1727 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1727 ) )
@@ -23,8 +25,8 @@ the release.
23
25
* [ frontend] fix imageSlowLoad headers not applied
24
26
to 1.8.0 together with other dependencies
25
27
([ #1733 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1733 ) )
26
- * [ flagd-ui ] Add UI for managing Flagd feature flags
27
- ([ #1725 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1725 ) )
28
+ * [ chore ] Move opensearch image version to .env file
29
+ ([ #1743 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1743 ) )
28
30
29
31
## 1.11.1
30
32
Original file line number Diff line number Diff line change @@ -565,7 +565,7 @@ services:
565
565
memory : 100M
566
566
restart : unless-stopped
567
567
environment :
568
- - " GF_INSTALL_PLUGINS=grafana-opensearch-datasource"
568
+ - " GF_INSTALL_PLUGINS=grafana-opensearch-datasource ${OPENSEARCH_IMAGE_VERSION} "
569
569
volumes :
570
570
- ./src/grafana/grafana.ini:/etc/grafana/grafana.ini
571
571
- ./src/grafana/provisioning/:/etc/grafana/provisioning/
Original file line number Diff line number Diff line change @@ -707,7 +707,7 @@ services:
707
707
memory : 100M
708
708
restart : unless-stopped
709
709
environment :
710
- - " GF_INSTALL_PLUGINS=grafana-opensearch-datasource"
710
+ - " GF_INSTALL_PLUGINS=grafana-opensearch-datasource ${OPENSEARCH_IMAGE_VERSION} "
711
711
volumes :
712
712
- ./src/grafana/grafana.ini:/etc/grafana/grafana.ini
713
713
- ./src/grafana/provisioning/:/etc/grafana/provisioning/
Original file line number Diff line number Diff line change @@ -17,4 +17,3 @@ datasources:
17
17
logMessageField : body
18
18
pplEnabled : true
19
19
timeField : observedTimestamp
20
- version : 2.16.0
You can’t perform that action at this time.
0 commit comments