Skip to content

Commit

Permalink
[newrelic-logging] Bump newrelic-fluentbit-output image to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maya-jha committed Sep 25, 2024
1 parent 7d3f528 commit 988da65
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 988da65

Please sign in to comment.