Skip to content

Commit

Permalink
Adding ebpf agent to bundle
Browse files Browse the repository at this point in the history
Signed-off-by: pbeckwith <[email protected]>
  • Loading branch information
Philip-R-Beckwith committed Nov 4, 2024
1 parent 32930e3 commit db80853
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 57 deletions.
7 changes: 5 additions & 2 deletions charts/nri-bundle/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ dependencies:
- name: newrelic-pixie
repository: https://newrelic.github.io/helm-charts
version: 2.1.6
- name: nr-ebpf-agent
repository: https://helm-charts.newrelic.com
version: 0.1.8
- name: k8s-agents-operator
repository: https://newrelic.github.io/k8s-agents-operator
version: 0.16.1
Expand All @@ -35,5 +38,5 @@ dependencies:
- name: newrelic-infra-operator
repository: https://newrelic.github.io/newrelic-infra-operator
version: 2.12.0
digest: sha256:2530cda1be1402806b1ea3aabe4a1839765f9b0b5dd850f03bb7d96b1eaa9b6e
generated: "2024-10-28T17:46:44.820558036Z"
digest: sha256:b3128510d5a0b93f4a09579eeb5bd80adbf9a8d87e9144549bf782836c4d0f23
generated: "2024-11-04T13:26:22.864774-08:00"
8 changes: 7 additions & 1 deletion charts/nri-bundle/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ sources:
- https://github.com/newrelic/nri-kube-events/tree/master/charts/nri-kube-events
- https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-logging
- https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-pixie
- https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-pixie
- https://github.com/newrelic/newrelic-infra-operator/tree/master/charts/newrelic-infra-operator
- https://github.com/newrelic/k8s-agents-operator/tree/master/charts/k8s-agents-operator

version: 5.0.98
version: 5.1.0

dependencies:
- name: newrelic-infrastructure
Expand Down Expand Up @@ -65,6 +66,11 @@ dependencies:
condition: newrelic-pixie.enabled
version: 2.1.6

- name: nr-ebpf-agent
version: 0.1.8
condition: nr-ebpf-agent.enabled
repository: https://helm-charts.newrelic.com

- name: k8s-agents-operator
repository: https://newrelic.github.io/k8s-agents-operator
condition: k8s-agents-operator.enabled
Expand Down
Loading

0 comments on commit db80853

Please sign in to comment.