Skip to content

Commit

Permalink
[newrelic-logging] Bump newrelic-fluentbit-output image to 2.0.2 (#1487)
Browse files Browse the repository at this point in the history
#### 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.0.2 that user fluent-bit 3.1.2 for docker images.
Related PR:
newrelic/newrelic-fluent-bit-output#166
#### Which issue this PR fixes
*(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)`
format, will close that issue when PR gets merged)*
  - fixes #NR-310459
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.
1. Unit test: helm unittest charts/newrelic-logging
2. 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.]
- [ x] Chart Version bumped
- [ ] Variables are documented in the README.md
- [ x] Title of the PR starts with chart name (e.g. `[mychartname]`)
  • Loading branch information
maya-jha committed Sep 25, 2024
1 parent 7d3f528 commit 77ae959
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/newrelic-logging/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: A Helm chart to deploy New Relic Kubernetes Logging as a DaemonSet, supporting both Linux and Windows nodes and containers
name: newrelic-logging
version: 1.22.4
appVersion: 2.0.0
version: 1.23.0
appVersion: 2.0.2
home: https://github.com/newrelic/kubernetes-logging
icon: https://newrelic.com/assets/newrelic/source/NewRelic-logo-square.svg
maintainers:
Expand Down
6 changes: 3 additions & 3 deletions charts/newrelic-logging/tests/images_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ tests:
asserts:
- equal:
path: spec.template.spec.containers[0].image
value: newrelic/newrelic-fluentbit-output:2.0.0
value: newrelic/newrelic-fluentbit-output:2.0.2
template: templates/daemonset.yaml
- equal:
path: spec.template.spec.containers[0].image
value: newrelic/newrelic-fluentbit-output:2.0.0-windows-ltsc-2019
value: newrelic/newrelic-fluentbit-output:2.0.2-windows-ltsc-2019
template: templates/daemonset-windows.yaml
documentIndex: 0
- equal:
path: spec.template.spec.containers[0].image
value: newrelic/newrelic-fluentbit-output:2.0.0-windows-ltsc-2022
value: newrelic/newrelic-fluentbit-output:2.0.2-windows-ltsc-2022
template: templates/daemonset-windows.yaml
documentIndex: 1
- it: global registry is used if set
Expand Down

0 comments on commit 77ae959

Please sign in to comment.