File tree 3 files changed +9
-9
lines changed
src/grafana/provisioning/datasources
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ 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.104 .0
10
- FLAGD_IMAGE = ghcr.io/open-feature/flagd:v0.10.2
11
- GRAFANA_IMAGE = grafana/grafana:10.4.3
12
- JAEGERTRACING_IMAGE = jaegertracing/all-in-one:1.57
9
+ COLLECTOR_CONTRIB_IMAGE = otel/opentelemetry-collector-contrib:0.105 .0
10
+ FLAGD_IMAGE = ghcr.io/open-feature/flagd:v0.11.1
11
+ GRAFANA_IMAGE = grafana/grafana:11.1.1
12
+ JAEGERTRACING_IMAGE = jaegertracing/all-in-one:1.59
13
13
# must also update version field in ./src/grafana/provisioning/datasources/opensearch.yaml
14
- OPENSEARCH_IMAGE = opensearchproject/opensearch:2.14 .0
14
+ OPENSEARCH_IMAGE = opensearchproject/opensearch:2.15 .0
15
15
POSTGRES_IMAGE = postgres:16.3
16
- PROMETHEUS_IMAGE = quay.io/prometheus/prometheus:v2.52.0
16
+ PROMETHEUS_IMAGE = quay.io/prometheus/prometheus:v2.53.1
17
17
VALKEY_IMAGE = valkey/valkey:7.2-alpine
18
18
# must also update the version arg in ./test/tracetesting/Dockerfile
19
- TRACETEST_IMAGE = kubeshop/tracetest:v1.3.0
19
+ TRACETEST_IMAGE = kubeshop/tracetest:v1.4.2
20
20
21
21
# Demo Platform
22
22
ENV_PLATFORM = local
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.14 .0
20
+ version : 2.15 .0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM alpine
7
7
WORKDIR /app
8
8
9
9
# The build-images workflow action does not set a build-arg so we need to specify a default value here
10
- ARG TRACETEST_IMAGE_VERSION=v1.3.0
10
+ ARG TRACETEST_IMAGE_VERSION=v1.4.2
11
11
12
12
RUN apk --update add bash jq curl
13
13
RUN curl -L https://raw.githubusercontent.com/kubeshop/tracetest/main/install-cli.sh | bash -s -- $TRACETEST_IMAGE_VERSION
You can’t perform that action at this time.
0 commit comments