Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions charts/nri-bundle/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
dependencies:
- name: newrelic-infrastructure
repository: https://newrelic.github.io/nri-kubernetes
version: 4.0.0
version: 4.0.1
- name: nri-prometheus
repository: https://newrelic.github.io/nri-prometheus
version: 2.1.22
- name: newrelic-prometheus-agent
repository: https://newrelic.github.io/newrelic-prometheus-configurator
version: 2.9.0
version: 2.9.1
- name: nri-metadata-injection
repository: https://newrelic.github.io/k8s-metadata-injection
version: 4.33.2
version: 4.33.3
- name: newrelic-k8s-metrics-adapter
repository: https://newrelic.github.io/newrelic-k8s-metrics-adapter
version: 1.19.1
version: 1.19.2
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 6.1.5
- name: nri-kube-events
repository: https://newrelic.github.io/nri-kube-events
version: 3.19.2
version: 3.19.3
- name: newrelic-logging
repository: https://newrelic.github.io/helm-charts
version: 1.35.0
Expand All @@ -28,7 +28,7 @@ dependencies:
version: 2.1.6
- name: nr-ebpf-agent
repository: https://newrelic.github.io/helm-charts
version: 1.3.1
version: 1.3.2
- name: k8s-agents-operator
repository: https://newrelic.github.io/k8s-agents-operator
version: 0.40.1
Expand All @@ -37,6 +37,6 @@ dependencies:
version: 0.1.7
- name: newrelic-infra-operator
repository: https://newrelic.github.io/newrelic-infra-operator
version: 2.19.1
digest: sha256:4ab5bb32e455bb0c4e8929ba849e3caf2e829657035f1e7458edd664d04b7c4f
generated: "2026-04-15T12:42:32.442316-04:00"
version: 2.19.2
digest: sha256:67bcdc581bdd76f305508be22dace8c31065e6bff1e001561798e530a763d3a0
generated: "2026-04-20T14:22:12.192312663Z"
16 changes: 8 additions & 8 deletions charts/nri-bundle/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ sources:
- 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: 7.0.2
version: 7.0.4

dependencies:
- name: newrelic-infrastructure
repository: https://newrelic.github.io/nri-kubernetes
condition: infrastructure.enabled,newrelic-infrastructure.enabled
version: 4.0.0
version: 4.0.1

- name: nri-prometheus
repository: https://newrelic.github.io/nri-prometheus
Expand All @@ -34,17 +34,17 @@ dependencies:
- name: newrelic-prometheus-agent
repository: https://newrelic.github.io/newrelic-prometheus-configurator
condition: newrelic-prometheus-agent.enabled
version: 2.9.0
version: 2.9.1

- name: nri-metadata-injection
repository: https://newrelic.github.io/k8s-metadata-injection
condition: webhook.enabled,nri-metadata-injection.enabled
version: 4.33.2
version: 4.33.3

- name: newrelic-k8s-metrics-adapter
repository: https://newrelic.github.io/newrelic-k8s-metrics-adapter
condition: metrics-adapter.enabled,newrelic-k8s-metrics-adapter.enabled
version: 1.19.1
version: 1.19.2

- name: kube-state-metrics
version: 6.1.5
Expand All @@ -54,7 +54,7 @@ dependencies:
- name: nri-kube-events
repository: https://newrelic.github.io/nri-kube-events
condition: kubeEvents.enabled,nri-kube-events.enabled
version: 3.19.2
version: 3.19.3

- name: newrelic-logging
repository: https://newrelic.github.io/helm-charts
Expand All @@ -67,7 +67,7 @@ dependencies:
version: 2.1.6

- name: nr-ebpf-agent
version: 1.3.1
version: 1.3.2
condition: newrelic-eapm-agent.enabled,nr-ebpf-agent.enabled
repository: https://newrelic.github.io/helm-charts

Expand All @@ -88,7 +88,7 @@ dependencies:
- name: newrelic-infra-operator
repository: https://newrelic.github.io/newrelic-infra-operator
condition: newrelic-infra-operator.enabled
version: 2.19.1
version: 2.19.2

maintainers:
- name: Philip-R-Beckwith
Expand Down
Loading