File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
src/grafana/provisioning/datasources Expand file tree Collapse file tree 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
66DEMO_VERSION = latest
77
88# 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
1313# 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
1515POSTGRES_IMAGE = postgres:16.3
16- PROMETHEUS_IMAGE = quay.io/prometheus/prometheus:v2.52.0
16+ PROMETHEUS_IMAGE = quay.io/prometheus/prometheus:v2.53.1
1717VALKEY_IMAGE = valkey/valkey:7.2-alpine
1818# 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
2020
2121# Demo Platform
2222ENV_PLATFORM = local
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ datasources:
1717 logMessageField : body
1818 pplEnabled : true
1919 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
77WORKDIR /app
88
99# 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
1111
1212RUN apk --update add bash jq curl
1313RUN 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