-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[nri-bundle] Adding ebpf agent to nri bundle. #1520
Open
Philip-R-Beckwith
wants to merge
19
commits into
newrelic:master
Choose a base branch
from
Philip-R-Beckwith:pbeckwith/add-ebpf
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
db80853
Adding ebpf agent to bundle
Philip-R-Beckwith 2cf65e5
Undo-auto formatting in read me.
Philip-R-Beckwith c403c82
Merge branch 'master' into pbeckwith/add-ebpf
Philip-R-Beckwith f0a87eb
Updating chart URL.
Philip-R-Beckwith 6ed4c1f
pulling main
Philip-R-Beckwith 483a2de
merge conflicts.
Philip-R-Beckwith e4040b4
updating readme.
Philip-R-Beckwith 5c4607b
updating source path
Philip-R-Beckwith fcbab47
updating chart lock.
Philip-R-Beckwith ebb9ee5
supporting global secrets
Philip-R-Beckwith 66d4d4b
Merge branch 'master' into pbeckwith/add-ebpf
Philip-R-Beckwith d1956b5
updating chart versions.
Philip-R-Beckwith 4cadaac
main branch merge
Philip-R-Beckwith 3054826
Updating ebpf agent chart version
Philip-R-Beckwith 30cd2d9
Merge branch 'master' of https://github.com/newrelic/helm-charts into…
Philip-R-Beckwith 03aa454
updating ebpf chart again.
Philip-R-Beckwith 4fb413a
fixing readMes
Philip-R-Beckwith ea57bd5
Merge branch 'master' into pbeckwith/add-ebpf
Philip-R-Beckwith 3107dc6
Merge branch 'master' into pbeckwith/add-ebpf
ramkrishankumarN File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ 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/nr-ebpf-agent | ||
- 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 | ||
|
||
|
@@ -65,6 +66,11 @@ dependencies: | |
condition: newrelic-pixie.enabled | ||
version: 2.1.6 | ||
|
||
- name: nr-ebpf-agent | ||
version: 0.1.10 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 0.1.12? |
||
condition: nr-ebpf-agent.enabled | ||
repository: https://newrelic.github.io/helm-charts | ||
|
||
- name: k8s-agents-operator | ||
repository: https://newrelic.github.io/k8s-agents-operator | ||
condition: k8s-agents-operator.enabled | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's update it to 0.1.12?