Skip to content

Commit 473769c

Browse files
[newrelic-logging]: Bump chart to 1.39.0 / appVersion 3.7.0
## Summary - Bump chart version to 1.39.0 - Bump appVersion to 3.7.0 (Fluent Bit 5.0.8 Linux / 5.0.6 Windows) - Update image test assertions Related: newrelic/newrelic-fluent-bit-output#261
1 parent f0ab282 commit 473769c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/newrelic-logging/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
description: A Helm chart to deploy New Relic Kubernetes Logging as a DaemonSet, supporting both Linux and Windows nodes and containers
33
name: newrelic-logging
4-
version: 1.38.3
5-
appVersion: 3.6.0
4+
version: 1.39.0
5+
appVersion: 3.7.0
66
home: https://github.com/newrelic/kubernetes-logging
77
icon: https://newrelic.com/assets/newrelic/source/NewRelic-logo-square.svg
88
maintainers:

charts/newrelic-logging/tests/images_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ tests:
1717
asserts:
1818
- equal:
1919
path: spec.template.spec.containers[0].image
20-
value: docker.io/newrelic/newrelic-fluentbit-output:3.6.0
20+
value: docker.io/newrelic/newrelic-fluentbit-output:3.7.0
2121
template: templates/daemonset.yaml
2222
- equal:
2323
path: spec.template.spec.containers[0].image
24-
value: docker.io/newrelic/newrelic-fluentbit-output:3.6.0-windows-ltsc-2019
24+
value: docker.io/newrelic/newrelic-fluentbit-output:3.7.0-windows-ltsc-2019
2525
template: templates/daemonset-windows.yaml
2626
documentIndex: 0
2727
- equal:
2828
path: spec.template.spec.containers[0].image
29-
value: docker.io/newrelic/newrelic-fluentbit-output:3.6.0-windows-ltsc-2022
29+
value: docker.io/newrelic/newrelic-fluentbit-output:3.7.0-windows-ltsc-2022
3030
template: templates/daemonset-windows.yaml
3131
documentIndex: 1
3232
- it: global registry is used if set

0 commit comments

Comments
 (0)