Skip to content

Commit 7d808fa

Browse files
[otel/kube-stack] Update EDOT SDK k8s auto-instrumentation images to their latest versions (#11001)
* chore: Update Elastic OTEL Node.js image in values.yaml Made with ❤️️ by updatecli * chore: Update Elastic OTEL Java image in values.yaml Made with ❤️️ by updatecli * chore: Update Elastic OTEL Python image in managed_otlp/values.yaml Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 77028f5 commit 7d808fa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

deploy/helm/edot-collector/kube-stack/managed_otlp/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -604,12 +604,12 @@ instrumentation:
604604
type: parentbased_traceidratio # Sampler type
605605
argument: "1.0" # Sampling rate set to 100% (all traces are sampled).
606606
java:
607-
image: docker.elastic.co/observability/elastic-otel-javaagent:1.6.0
607+
image: docker.elastic.co/observability/elastic-otel-javaagent:1.7.0
608608
nodejs:
609-
image: docker.elastic.co/observability/elastic-otel-node:1.5.0
609+
image: docker.elastic.co/observability/elastic-otel-node:1.6.0
610610
dotnet:
611611
image: docker.elastic.co/observability/elastic-otel-dotnet:1.1.0
612612
python:
613-
image: docker.elastic.co/observability/elastic-otel-python:1.9.0
613+
image: docker.elastic.co/observability/elastic-otel-python:1.10.0
614614
go:
615615
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.23.0

deploy/helm/edot-collector/kube-stack/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -609,12 +609,12 @@ instrumentation:
609609
type: parentbased_traceidratio # Sampler type
610610
argument: "1.0" # Sampling rate set to 100% (all traces are sampled).
611611
java:
612-
image: docker.elastic.co/observability/elastic-otel-javaagent:1.6.0
612+
image: docker.elastic.co/observability/elastic-otel-javaagent:1.7.0
613613
nodejs:
614-
image: docker.elastic.co/observability/elastic-otel-node:1.5.0
614+
image: docker.elastic.co/observability/elastic-otel-node:1.6.0
615615
dotnet:
616616
image: docker.elastic.co/observability/elastic-otel-dotnet:1.1.0
617617
python:
618-
image: docker.elastic.co/observability/elastic-otel-python:1.9.0
618+
image: docker.elastic.co/observability/elastic-otel-python:1.10.0
619619
go:
620620
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.23.0

0 commit comments

Comments
 (0)