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,16 +1,16 @@
dependencies:
- name: newrelic-infrastructure
repository: https://newrelic.github.io/nri-kubernetes
version: 3.57.0
version: 3.58.0
- 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.5.0
version: 2.6.0
- name: nri-metadata-injection
repository: https://newrelic.github.io/k8s-metadata-injection
version: 4.31.2
version: 4.32.0
- name: newrelic-k8s-metrics-adapter
repository: https://newrelic.github.io/newrelic-k8s-metrics-adapter
version: 1.17.6
Expand All @@ -19,24 +19,24 @@ dependencies:
version: 6.1.5
- name: nri-kube-events
repository: https://newrelic.github.io/nri-kube-events
version: 3.17.0
version: 3.18.0
- name: newrelic-logging
repository: https://newrelic.github.io/helm-charts
version: 1.33.0
version: 1.33.1
- name: newrelic-pixie
repository: https://newrelic.github.io/helm-charts
version: 2.1.6
- name: nr-ebpf-agent
repository: https://newrelic.github.io/helm-charts
version: 1.1.0
version: 1.2.0
- name: k8s-agents-operator
repository: https://newrelic.github.io/k8s-agents-operator
version: 0.36.0
version: 0.37.0
- name: pixie-operator-chart
repository: https://pixie-operator-charts.storage.googleapis.com
version: 0.1.7
- name: newrelic-infra-operator
repository: https://newrelic.github.io/newrelic-infra-operator
version: 2.18.4
digest: sha256:ef4a14994e6cd03857bbdcfdbcd4ac7f458fa139be96e9759fe4b63a95757370
generated: "2026-01-13T05:29:51.658977377Z"
digest: sha256:2ef0d2222bcf7de11685887d2412da7f260ef9d13fc4c5e7c8d0310bdab9ea3c
generated: "2026-01-20T09:59:26.086356002Z"
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: 6.0.34
version: 6.0.35

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

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

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

- name: newrelic-k8s-metrics-adapter
repository: https://newrelic.github.io/newrelic-k8s-metrics-adapter
Expand All @@ -54,27 +54,27 @@ dependencies:
- name: nri-kube-events
repository: https://newrelic.github.io/nri-kube-events
condition: kubeEvents.enabled,nri-kube-events.enabled
version: 3.17.0
version: 3.18.0

- name: newrelic-logging
repository: https://newrelic.github.io/helm-charts
condition: logging.enabled,newrelic-logging.enabled
version: 1.33.0
version: 1.33.1

- name: newrelic-pixie
repository: https://newrelic.github.io/helm-charts
condition: newrelic-pixie.enabled
version: 2.1.6

- name: nr-ebpf-agent
version: 1.1.0
version: 1.2.0
condition: newrelic-eapm-agent.enabled,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
version: 0.36.0
version: 0.37.0

# Keep the version of pixie-operator-chart in sync with the CRD versions for
# olm_crd.yaml and px.dev_viziers.yaml in
Expand Down
Loading