From 77ae959cd2d705da88953c2e10739b0fecd15310 Mon Sep 17 00:00:00 2001 From: Maya Jha Date: Wed, 25 Sep 2024 17:12:36 +0530 Subject: [PATCH] [newrelic-logging] Bump newrelic-fluentbit-output image to 2.0.2 (#1487) #### 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: https://github.com/newrelic/newrelic-fluent-bit-output/pull/166 #### Which issue this PR fixes *(optional, in `fixes #(, fixes #, ...)` 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]`) --- charts/newrelic-logging/Chart.yaml | 4 ++-- charts/newrelic-logging/tests/images_test.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/newrelic-logging/Chart.yaml b/charts/newrelic-logging/Chart.yaml index ab809e33c..b53bfac78 100644 --- a/charts/newrelic-logging/Chart.yaml +++ b/charts/newrelic-logging/Chart.yaml @@ -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: diff --git a/charts/newrelic-logging/tests/images_test.yaml b/charts/newrelic-logging/tests/images_test.yaml index 3dc5b7a4e..533a367c5 100644 --- a/charts/newrelic-logging/tests/images_test.yaml +++ b/charts/newrelic-logging/tests/images_test.yaml @@ -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