Skip to content

Commit 820a8fe

Browse files
authored
Merge branch 'master' into renovate/common-library-1.x
2 parents 2018b4a + 0b1bf57 commit 820a8fe

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/workflows/lint_test_charts.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
version: 'v3.19.2'
3636

3737
- name: Set up helm-unittest
38-
run: helm plugin install https://github.com/helm-unittest/helm-unittest --version v1.0.2
38+
# workaround for https://github.com/helm-unittest/helm-unittest/issues/790
39+
run: helm plugin install https://github.com/helm-unittest/helm-unittest --version 1.0.2
3940

4041
- name: Lint charts
4142
run: ct lint --config .github/ct-lint.yaml

charts/nri-bundle/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies:
22
- name: newrelic-infrastructure
33
repository: https://newrelic.github.io/nri-kubernetes
4-
version: 3.56.0
4+
version: 3.56.1
55
- name: nri-prometheus
66
repository: https://newrelic.github.io/nri-prometheus
77
version: 2.1.21
@@ -31,12 +31,12 @@ dependencies:
3131
version: 1.0.0
3232
- name: k8s-agents-operator
3333
repository: https://newrelic.github.io/k8s-agents-operator
34-
version: 0.33.0
34+
version: 0.34.0
3535
- name: pixie-operator-chart
3636
repository: https://pixie-operator-charts.storage.googleapis.com
3737
version: 0.1.7
3838
- name: newrelic-infra-operator
3939
repository: https://newrelic.github.io/newrelic-infra-operator
4040
version: 2.18.2
41-
digest: sha256:498ccbd26a08baf02cc2fbef974d07dc3f3122f8e77d243bb0e560a48549bd56
42-
generated: "2025-12-09T17:53:27.834973025Z"
41+
digest: sha256:c7b8a3e277aa495b7377c6b7898b024450825b801bd9e0d6353635b34d42f72d
42+
generated: "2025-12-15T18:08:23.784732076Z"

charts/nri-bundle/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ sources:
1818
- https://github.com/newrelic/newrelic-infra-operator/tree/master/charts/newrelic-infra-operator
1919
- https://github.com/newrelic/k8s-agents-operator/tree/master/charts/k8s-agents-operator
2020

21-
version: 6.0.29
21+
version: 6.0.30
2222

2323
dependencies:
2424
- name: newrelic-infrastructure
2525
repository: https://newrelic.github.io/nri-kubernetes
2626
condition: infrastructure.enabled,newrelic-infrastructure.enabled
27-
version: 3.56.0
27+
version: 3.56.1
2828

2929
- name: nri-prometheus
3030
repository: https://newrelic.github.io/nri-prometheus
@@ -74,7 +74,7 @@ dependencies:
7474
- name: k8s-agents-operator
7575
repository: https://newrelic.github.io/k8s-agents-operator
7676
condition: k8s-agents-operator.enabled
77-
version: 0.33.0
77+
version: 0.34.0
7878

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

0 commit comments

Comments
 (0)