Skip to content

Commit b262e81

Browse files
authored
Chore/obi new k8s cache image (#225)
* add changelog * use otel-k8s-cache image instead of beyla * rename cache service * update version
1 parent 903b9f7 commit b262e81

3 files changed

Lines changed: 15 additions & 6 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: v2
33
name: opentelemetry-ebpf-instrumentation
4-
version: 0.1.0
4+
version: 0.1.1
55
description: OpenTelemetry eBPF instrumentation Helm chart for Kubernetes
66
type: application
77
home: https://opentelemetry.io/
@@ -11,4 +11,4 @@ sources:
1111
icon: https://opentelemetry.io/img/logos/opentelemetry-logo-nav.png
1212
maintainers:
1313
- name: nimrodavni78
14-
appVersion: 0.1.0
14+
appVersion: 0.1.1

charts/opentelemetry-ebpf-instrumentation/values.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)