Skip to content

Commit

Permalink
bump Node.js SDK and elastic-agent image (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll authored Feb 21, 2025
1 parent 6b84093 commit d95382e
Show file tree
Hide file tree
Showing 5 changed files with 1,884 additions and 618 deletions.
2 changes: 1 addition & 1 deletion .env.override
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ KAFKA_SERVICE_DOCKERFILE=./src/kafka/Dockerfile.elastic
# *********************
# Elastic Collector
# *********************
COLLECTOR_CONTRIB_IMAGE=docker.elastic.co/beats/elastic-agent:8.16.0
COLLECTOR_CONTRIB_IMAGE=docker.elastic.co/beats/elastic-agent:8.18.0-SNAPSHOT
OTEL_COLLECTOR_CONFIG=./src/otel-collector/otelcol-elastic-config.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
tag: 8.18.0-SNAPSHOT

securityContext:
runAsUser: 0
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/elastic-helm/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ default:
opentelemetry-collector:
image:
repository: docker.elastic.co/beats/elastic-agent
tag: 8.16.0
tag: 8.18.0-SNAPSHOT
mode: "deployment"
useGOMEMLIMIT: false
resources:
Expand Down
Loading

0 comments on commit d95382e

Please # to comment.