We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3239cda commit 946dcd9Copy full SHA for 946dcd9
2 files changed
charts/opentelemetry-ebpf-instrumentation/CHANGELOG.md
@@ -4,6 +4,7 @@
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
charts/opentelemetry-ebpf-instrumentation/values.yaml
@@ -313,7 +313,7 @@ k8sCache:
313
pullSecrets: []
314
service:
315
# -- Name of both the Service and Deployment
316
- name: otel-ebpf-k8s-cache
+ name: opentelemetry-ebpf-instrumentation-k8s-cache
317
# -- Port of the Kubernetes metadata cache service.
318
port: 50055
319
# -- Service annotations.
0 commit comments