Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump otel-demo to 8.16.0 #124

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env.override
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PLACE YOUR .env ENVIRONMENT VARIABLES OVERRIDES IN THIS FILE

# Demo Elastic App version
IMAGE_VERSION=1.11.5
IMAGE_VERSION=1.12.1
IMAGE_NAME=ghcr.io/elastic/opentelemetry-demo

# *********************
Expand All @@ -15,7 +15,7 @@ KAFKA_SERVICE_DOCKERFILE=./src/kafka/Dockerfile.elastic
# *********************
# Elastic Collector
# *********************
COLLECTOR_CONTRIB_IMAGE=docker.elastic.co/beats/elastic-agent:8.16.0-SNAPSHOT
COLLECTOR_CONTRIB_IMAGE=docker.elastic.co/beats/elastic-agent:8.16.0
OTEL_COLLECTOR_CONFIG=./src/otelcollector/otelcol-elastic-config.yaml
OTEL_COLLECTOR_CONFIG_EXTRAS=./src/otelcollector/otelcol-elastic-config-extras.yaml
ELASTIC_AGENT_OTEL=true
2 changes: 1 addition & 1 deletion kubernetes/elastic-helm/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ presets:

image:
repository: docker.elastic.co/beats/elastic-agent
tag: 8.16.0-SNAPSHOT
tag: 8.16.0

securityContext:
runAsUser: 0
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/elastic-helm/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default:
image:
repository: ghcr.io/elastic/opentelemetry-demo
tag: 1.11.5
tag: 1.12.1
envOverrides:
- name: OTEL_SERVICE_NAME
valueFrom:
Expand Down Expand Up @@ -35,7 +35,7 @@ default:
opentelemetry-collector:
image:
repository: docker.elastic.co/beats/elastic-agent
tag: 8.16.0-SNAPSHOT
tag: 8.16.0
mode: "deployment"
presets:
kubernetesAttributes:
Expand Down
Loading