Skip to content

Commit

Permalink
chore(deps): update config-no-service
Browse files Browse the repository at this point in the history
  • Loading branch information
elastic-renovate-prod[bot] committed Sep 26, 2024
1 parent ea59535 commit 6039890
Show file tree
Hide file tree
Showing 6 changed files with 893 additions and 283 deletions.
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ IMAGE_NAME=ghcr.io/open-telemetry/demo
DEMO_VERSION=latest

# Dependent images
COLLECTOR_CONTRIB_IMAGE=otel/opentelemetry-collector-contrib:0.108.0
FLAGD_IMAGE=ghcr.io/open-feature/flagd:v0.11.2
COLLECTOR_CONTRIB_IMAGE=otel/opentelemetry-collector-contrib:0.110.0
FLAGD_IMAGE=ghcr.io/open-feature/flagd:v0.11.3
GRAFANA_IMAGE=grafana/grafana:11.2.0
JAEGERTRACING_IMAGE=jaegertracing/all-in-one:1.60
# must also update version field in ./src/grafana/provisioning/datasources/opensearch.yaml
OPENSEARCH_IMAGE=opensearchproject/opensearch:2.16.0
OPENSEARCH_IMAGE=opensearchproject/opensearch:2.17.0
POSTGRES_IMAGE=postgres:16.4
PROMETHEUS_IMAGE=quay.io/prometheus/prometheus:v2.54.1
VALKEY_IMAGE=valkey/valkey:8.0-alpine
# must also update the version arg in ./test/tracetesting/Dockerfile
TRACETEST_IMAGE=kubeshop/tracetest:v1.5.2
TRACETEST_IMAGE=kubeshop/tracetest:v1.6.2

# Demo Platform
ENV_PLATFORM=local
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/component_build-images-elastic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
max-parallelism = 2
- name: Matrix Build and push demo images
if: steps.check_changes.outputs.skip == 'false'
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.4.0
with:
context: ${{ matrix.file_tag.context }}
file: ${{ matrix.file_tag.file }}
Expand Down
Loading

0 comments on commit 6039890

Please sign in to comment.