File tree Expand file tree Collapse file tree
charts/opentelemetry-ebpf-instrumentation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## OpenTelemetry eBPF Instrumentation
4+
5+ ### v0.1.1 / 2025-06-17
6+ - [ Feat] Use new ` otel/opentelemetry-ebpf-k8s-cache ` image instead of beyla one
7+ - [ Fix] rename ` otel-ebpf-k8s-cache ` to ` opentelemetry-ebpf-instrumentation-k8s-cache `
8+
9+ ### v0.1.0 / 2025-06-15
10+ - [ Feat] New chart for OpenTelemetry eBPF Instrumentation
Original file line number Diff line number Diff line change 11---
22apiVersion : v2
33name : opentelemetry-ebpf-instrumentation
4- version : 0.1.0
4+ version : 0.1.1
55description : OpenTelemetry eBPF instrumentation Helm chart for Kubernetes
66type : application
77home : https://opentelemetry.io/
@@ -11,4 +11,4 @@ sources:
1111icon : https://opentelemetry.io/img/logos/opentelemetry-logo-nav.png
1212maintainers :
1313 - name : nimrodavni78
14- appVersion : 0.1.0
14+ appVersion : 0.1.1
Original file line number Diff line number Diff line change @@ -302,10 +302,9 @@ k8sCache:
302302 # -- K8s Cache image registry (defaults to docker.io)
303303 registry : " docker.io"
304304 # -- K8s Cache image repository.
305- # TODO remove k8s cache?
306- repository : grafana/beyla-k8s-cache
305+ repository : otel/opentelemetry-ebpf-k8s-cache
307306 # -- (string) K8s Cache image tag. When empty, the Chart's appVersion is used.
308- tag : 2.2.4
307+ tag : main
309308 # -- K8s Cache image's SHA256 digest (either in format "sha256:XYZ" or "XYZ"). When set, will override `image.tag`.
310309 digest : null
311310 # -- K8s Cache image pull policy.
@@ -314,7 +313,7 @@ k8sCache:
314313 pullSecrets : []
315314 service :
316315 # -- Name of both the Service and Deployment
317- name : otel -ebpf-k8s-cache
316+ name : opentelemetry -ebpf-instrumentation -k8s-cache
318317 # -- Port of the Kubernetes metadata cache service.
319318 port : 50055
320319 # -- Service annotations.
You can’t perform that action at this time.
0 commit comments