diff --git a/stable/newrelic-infrastructure/Chart.yaml b/stable/newrelic-infrastructure/Chart.yaml index eb75dd7e64..7734f5f712 100644 --- a/stable/newrelic-infrastructure/Chart.yaml +++ b/stable/newrelic-infrastructure/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: A Helm chart to deploy the New Relic Infrastructure Agent as a DaemonSet name: newrelic-infrastructure -version: 0.13.15 +version: 0.13.16 appVersion: 1.11.0 home: https://hub.docker.com/r/newrelic/infrastructure-k8s/ source: diff --git a/stable/newrelic-infrastructure/templates/daemonset.yaml b/stable/newrelic-infrastructure/templates/daemonset.yaml index 9cb2a184bb..f0199cc3ea 100644 --- a/stable/newrelic-infrastructure/templates/daemonset.yaml +++ b/stable/newrelic-infrastructure/templates/daemonset.yaml @@ -21,7 +21,7 @@ spec: app: {{ template "newrelic.name" . }} release: {{.Release.Name }} {{- if .Values.podLabels}} - {{ toYaml .Values.podLabels }} +{{ toYaml .Values.podLabels | indent 8 }} {{- end }} mode: {{ template "newrelic.mode" . }} spec: