Skip to content

Commit 899ab14

Browse files
authored
Merge branch 'main' into main
2 parents 91b8466 + b0889b5 commit 899ab14

File tree

108 files changed

+317
-317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+317
-317
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ in a Kubernetes cluster. More detailed documentation can be found in
4343

4444
The chart can be used to install [OpenTelemetry eBPF Instrumentation](https://github.com/open-telemetry/opentelemetry-ebpf-instrumentation)
4545
in a Kubernetes cluster. More detailed documentation can be found in
46-
[OpenTelemetry Operator chart directory](./charts/opentelemetry-ebpf-instrumentation).
46+
[OpenTelemetry eBPF Instrumentation chart directory](./charts/opentelemetry-ebpf-instrumentation).
4747

4848
## Contributing
4949

charts/opentelemetry-ebpf-instrumentation/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: v2
33
name: opentelemetry-ebpf-instrumentation
4-
version: 0.2.0
4+
version: 0.2.1
55
description: OpenTelemetry eBPF instrumentation Helm chart for Kubernetes
66
type: application
77
home: https://opentelemetry.io/

charts/opentelemetry-ebpf-instrumentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OpenTelemetry Collector eBPF Helm Chart
1+
# OpenTelemetry eBPF Instrumentation Helm Chart
22

33
The helm chart installs [OpenTelemetry eBPF Instrumentation](https://github.com/open-telemetry/opentelemetry-ebpf-instrumentation)
44
in kubernetes cluster.

charts/opentelemetry-ebpf-instrumentation/examples/default/rendered/clusterrole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kind: ClusterRole
55
metadata:
66
name: example-opentelemetry-ebpf-instrumentation
77
labels:
8-
helm.sh/chart: opentelemetry-ebpf-instrumentation-0.2.0
8+
helm.sh/chart: opentelemetry-ebpf-instrumentation-0.2.1
99
app.kubernetes.io/name: opentelemetry-ebpf-instrumentation
1010
app.kubernetes.io/instance: example
1111
app.kubernetes.io/version: "v0.2.0"

charts/opentelemetry-ebpf-instrumentation/examples/default/rendered/clusterrolebinding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kind: ClusterRoleBinding
55
metadata:
66
name: example-opentelemetry-ebpf-instrumentation
77
labels:
8-
helm.sh/chart: opentelemetry-ebpf-instrumentation-0.2.0
8+
helm.sh/chart: opentelemetry-ebpf-instrumentation-0.2.1
99
app.kubernetes.io/name: opentelemetry-ebpf-instrumentation
1010
app.kubernetes.io/instance: example
1111
app.kubernetes.io/version: "v0.2.0"

charts/opentelemetry-ebpf-instrumentation/examples/default/rendered/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: example-opentelemetry-ebpf-instrumentation
77
namespace: default
88
labels:
9-
helm.sh/chart: opentelemetry-ebpf-instrumentation-0.2.0
9+
helm.sh/chart: opentelemetry-ebpf-instrumentation-0.2.1
1010
app.kubernetes.io/name: opentelemetry-ebpf-instrumentation
1111
app.kubernetes.io/instance: example
1212
app.kubernetes.io/version: "v0.2.0"

charts/opentelemetry-ebpf-instrumentation/examples/default/rendered/daemonset.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: example-opentelemetry-ebpf-instrumentation
77
namespace: default
88
labels:
9-
helm.sh/chart: opentelemetry-ebpf-instrumentation-0.2.0
9+
helm.sh/chart: opentelemetry-ebpf-instrumentation-0.2.1
1010
app.kubernetes.io/name: opentelemetry-ebpf-instrumentation
1111
app.kubernetes.io/instance: example
1212
app.kubernetes.io/version: "v0.2.0"
@@ -23,9 +23,9 @@ spec:
2323
template:
2424
metadata:
2525
annotations:
26-
checksum/config: edcdacaf9140a7414e8f9415b2fd9a53d09467d611df7d0e2da103c240cb5d5c
26+
checksum/config: 84b040b9fda0789aea1326e3f57e013dbea53a09649b931d61d078395d16eb3c
2727
labels:
28-
helm.sh/chart: opentelemetry-ebpf-instrumentation-0.2.0
28+
helm.sh/chart: opentelemetry-ebpf-instrumentation-0.2.1
2929
app.kubernetes.io/name: opentelemetry-ebpf-instrumentation
3030
app.kubernetes.io/instance: example
3131
app.kubernetes.io/version: "v0.2.0"

charts/opentelemetry-ebpf-instrumentation/examples/default/rendered/serviceaccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: example-opentelemetry-ebpf-instrumentation
77
namespace: default
88
labels:
9-
helm.sh/chart: opentelemetry-ebpf-instrumentation-0.2.0
9+
helm.sh/chart: opentelemetry-ebpf-instrumentation-0.2.1
1010
app.kubernetes.io/name: opentelemetry-ebpf-instrumentation
1111
app.kubernetes.io/instance: example
1212
app.kubernetes.io/version: "v0.2.0"

charts/opentelemetry-ebpf-instrumentation/examples/with-k8s-cache/rendered/cache-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: opentelemetry-ebpf-instrumentation-k8s-cache
77
namespace: default
88
labels:
9-
helm.sh/chart: opentelemetry-ebpf-instrumentation-0.2.0
9+
helm.sh/chart: opentelemetry-ebpf-instrumentation-0.2.1
1010
app.kubernetes.io/name: opentelemetry-ebpf-instrumentation-k8s-cache
1111
app.kubernetes.io/instance: example
1212
app.kubernetes.io/version: "v0.2.0"
@@ -21,7 +21,7 @@ spec:
2121
template:
2222
metadata:
2323
labels:
24-
helm.sh/chart: opentelemetry-ebpf-instrumentation-0.2.0
24+
helm.sh/chart: opentelemetry-ebpf-instrumentation-0.2.1
2525
app.kubernetes.io/name: opentelemetry-ebpf-instrumentation-k8s-cache
2626
app.kubernetes.io/instance: example
2727
app.kubernetes.io/version: "v0.2.0"

charts/opentelemetry-ebpf-instrumentation/examples/with-k8s-cache/rendered/cache-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: opentelemetry-ebpf-instrumentation-k8s-cache
77
namespace: default
88
labels:
9-
helm.sh/chart: opentelemetry-ebpf-instrumentation-0.2.0
9+
helm.sh/chart: opentelemetry-ebpf-instrumentation-0.2.1
1010
app.kubernetes.io/name: opentelemetry-ebpf-instrumentation-k8s-cache
1111
app.kubernetes.io/instance: example
1212
app.kubernetes.io/version: "v0.2.0"

0 commit comments

Comments
 (0)