Skip to content

Commit 472e1e7

Browse files
authored
Bump newrelic-fluentbit-output image to 2.1.0 (#1517)
Is this a new chart No. What this PR does / why we need it: This PR bumps the image for newrelic-logging integration, it uses the plugin version 2.1.0 that user fluent-bit 3.1.9 for docker images. Related PR: newrelic/newrelic-fluent-bit-output#168 Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged) fixes #[NR-311475](fixes : https://new-relic.atlassian.net/browse/NR-311475) This fixes trivy ticket of the image [cf-registry.nr-ops.net/maas/docker-atlantis-fluent-bit](http://cf-registry.nr-ops.net/maas/docker-atlantis-fluent-bit). #### Special notes for your reviewer: Testing done. Unit test: helm unittest charts/newrelic-logging Installation successful: helm upgrade --install newrelic-bundle --set licenseKey=key /Users/mjha/work/helm-charts/charts/newrelic-logging -n newrelic #### Checklist [Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.] - [ ] Chart Version bumped - [ ] Variables are documented in the README.md - [ ] Title of the PR starts with chart name (e.g. `[mychartname]`) [NR-311475]: https://new-relic.atlassian.net/browse/NR-311475?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 66aa346 commit 472e1e7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.23.1
5-
appVersion: 2.0.2
4+
version: 1.23.2
5+
appVersion: 2.1.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: newrelic/newrelic-fluentbit-output:2.0.2
20+
value: newrelic/newrelic-fluentbit-output:2.1.0
2121
template: templates/daemonset.yaml
2222
- equal:
2323
path: spec.template.spec.containers[0].image
24-
value: newrelic/newrelic-fluentbit-output:2.0.2-windows-ltsc-2019
24+
value: newrelic/newrelic-fluentbit-output:2.1.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: newrelic/newrelic-fluentbit-output:2.0.2-windows-ltsc-2022
29+
value: newrelic/newrelic-fluentbit-output:2.1.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)