diff --git a/charts/newrelic-logging/Chart.yaml b/charts/newrelic-logging/Chart.yaml index a8bd0d57f..7fcfa99cd 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.23.5 +version: 1.23.6 appVersion: 2.1.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/configmap.yaml b/charts/newrelic-logging/templates/configmap.yaml index 4b1d89014..4c0bd84af 100644 --- a/charts/newrelic-logging/templates/configmap.yaml +++ b/charts/newrelic-logging/templates/configmap.yaml @@ -31,6 +31,8 @@ data: {{- end }} {{- if and (.Values.fluentBit.sendMetrics) (.Values.fluentBit.config.metricInstrumentation) }} {{- .Values.fluentBit.config.metricInstrumentation | nindent 4}} + {{ printf "add_label namespace %s" .Release.Namespace | nindent 8}} + {{ printf "add_label helm_release_name %s" .Release.Name | nindent 8}} {{- end }} parsers.conf: | {{- if .Values.fluentBit.config.parsers }}