From 584c1a9975d92859591ef54ba17a86d731958067 Mon Sep 17 00:00:00 2001 From: Volodymyr Chernetskyi <19735328+chernetskyi@users.noreply.github.com> Date: Mon, 4 May 2026 17:52:40 +0200 Subject: [PATCH] [newrelic-logging] add helm.sh/chart label Signed-off-by: Volodymyr Chernetskyi <19735328+chernetskyi@users.noreply.github.com> --- charts/newrelic-logging/Chart.yaml | 2 +- charts/newrelic-logging/templates/_helpers.tpl | 1 + charts/newrelic-logging/templates/serviceaccount.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/newrelic-logging/Chart.yaml b/charts/newrelic-logging/Chart.yaml index 2e6d08ced3..a170ee2719 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.36.0 +version: 1.36.1 appVersion: 3.5.1 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/_helpers.tpl b/charts/newrelic-logging/templates/_helpers.tpl index 03ecb8f6aa..6726c2b88c 100644 --- a/charts/newrelic-logging/templates/_helpers.tpl +++ b/charts/newrelic-logging/templates/_helpers.tpl @@ -27,6 +27,7 @@ chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} heritage: {{.Release.Service }} release: {{.Release.Name }} app.kubernetes.io/name: {{ template "newrelic-logging.name" . }} +helm.sh/chart: {{ include "newrelic-logging.chart" . }} {{- end }} {{/* diff --git a/charts/newrelic-logging/templates/serviceaccount.yaml b/charts/newrelic-logging/templates/serviceaccount.yaml index 51da56a3e7..2353fe5bdc 100644 --- a/charts/newrelic-logging/templates/serviceaccount.yaml +++ b/charts/newrelic-logging/templates/serviceaccount.yaml @@ -11,6 +11,7 @@ metadata: chart: {{ template "newrelic-logging.chart" . }} heritage: "{{ .Release.Service }}" release: "{{ .Release.Name }}" + helm.sh/chart: {{ template "newrelic-logging.chart" . }} {{- /*include "newrelic.common.labels" . | nindent 4 /!\ Breaking change /!\ */}} name: {{ include "newrelic.common.serviceAccount.name" . }} namespace: {{ .Release.Namespace }}