diff --git a/charts/newrelic-logging/Chart.yaml b/charts/newrelic-logging/Chart.yaml index ab809e33c..000ef7807 100644 --- a/charts/newrelic-logging/Chart.yaml +++ b/charts/newrelic-logging/Chart.yaml @@ -1,7 +1,7 @@ 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 +version: 1.22.5 appVersion: 2.0.0 home: https://github.com/newrelic/kubernetes-logging icon: https://newrelic.com/assets/newrelic/source/NewRelic-logo-square.svg diff --git a/charts/newrelic-logging/templates/daemonset.yaml b/charts/newrelic-logging/templates/daemonset.yaml index 7dac9e07e..610926f2d 100644 --- a/charts/newrelic-logging/templates/daemonset.yaml +++ b/charts/newrelic-logging/templates/daemonset.yaml @@ -88,6 +88,10 @@ spec: {{- end }} - name: CLUSTER_NAME value: {{ include "newrelic-logging.cluster" . }} + - name: NODE_NAME + valueFrom: + fieldRef: + fieldPath: spec.nodeName - name: LOG_LEVEL value: {{ .Values.fluentBit.logLevel | quote }} - name: LOG_PARSER @@ -116,10 +120,6 @@ spec: value: {{ include "newrelic-logging.lowDataMode" . | default "false" | quote }} - name: RETRY_LIMIT value: {{ .Values.fluentBit.retryLimit | quote }} - - name: NODE_NAME - valueFrom: - fieldRef: - fieldPath: spec.nodeName - name: HOSTNAME valueFrom: fieldRef: