File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11dependencies:
22- name: common-library
33 repository: https://helm-charts.newrelic.com
4- version: 1.3.3
5- digest: sha256:0ba54a189b03d9104713cb93542f6df09c0fa3546e785fb71fe679c1a6426d8a
6- generated: "2025-07-16T17:55:23.165414+05:30 "
4+ version: 1.4.0
5+ digest: sha256:5655aeb5921ac47b5413c3873218309e4a5a78bc0d75d6dd7aabe13ad0e63cc7
6+ generated: "2026-01-13T18:06:37.592341-08:00 "
Original file line number Diff line number Diff line change 11apiVersion : v2
22description : A Helm chart to deploy New Relic Kubernetes Logging as a DaemonSet, supporting both Linux and Windows nodes and containers
33name : newrelic-logging
4- version : 1.33.0
4+ version : 1.33.1
55appVersion : 3.2.1
66home : https://github.com/newrelic/kubernetes-logging
77icon : https://newrelic.com/assets/newrelic/source/NewRelic-logo-square.svg
@@ -15,5 +15,5 @@ keywords:
1515 - newrelic
1616dependencies :
1717 - name : common-library
18- version : 1.3.3
18+ version : 1.4.0
1919 repository : " https://helm-charts.newrelic.com"
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ tests:
1717 asserts :
1818 - equal :
1919 path : spec.template.spec.containers[0].image
20- value : newrelic/newrelic-fluentbit-output:3.2.1
20+ value : docker.io/ newrelic/newrelic-fluentbit-output:3.2.1
2121 template : templates/daemonset.yaml
2222 - equal :
2323 path : spec.template.spec.containers[0].image
24- value : newrelic/newrelic-fluentbit-output:3.2.1-windows-ltsc-2019
24+ value : docker.io/ newrelic/newrelic-fluentbit-output:3.2.1-windows-ltsc-2019
2525 template : templates/daemonset-windows.yaml
2626 documentIndex : 0
2727 - equal :
2828 path : spec.template.spec.containers[0].image
29- value : newrelic/newrelic-fluentbit-output:3.2.1-windows-ltsc-2022
29+ value : docker.io/ newrelic/newrelic-fluentbit-output:3.2.1-windows-ltsc-2022
3030 template : templates/daemonset-windows.yaml
3131 documentIndex : 1
3232 - it : global registry is used if set
You can’t perform that action at this time.
0 commit comments