Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[newrelic-logging] Bump newrelic-fluentbit-output image to 2.0.2 #1487

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading