Skip to content
Open
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.34.0
appVersion: 3.2.1
version: 1.35.0
appVersion: 3.4.0
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: docker.io/newrelic/newrelic-fluentbit-output:3.2.1
value: docker.io/newrelic/newrelic-fluentbit-output:3.4.0
template: templates/daemonset.yaml
- equal:
path: spec.template.spec.containers[0].image
value: docker.io/newrelic/newrelic-fluentbit-output:3.2.1-windows-ltsc-2019
value: docker.io/newrelic/newrelic-fluentbit-output:3.4.0-windows-ltsc-2019
template: templates/daemonset-windows.yaml
documentIndex: 0
- equal:
path: spec.template.spec.containers[0].image
value: docker.io/newrelic/newrelic-fluentbit-output:3.2.1-windows-ltsc-2022
value: docker.io/newrelic/newrelic-fluentbit-output:3.4.0-windows-ltsc-2022
template: templates/daemonset-windows.yaml
documentIndex: 1
- it: global registry is used if set
Expand Down
Loading