diff --git a/stable/newrelic-infrastructure/Chart.yaml b/stable/newrelic-infrastructure/Chart.yaml index 46fef1cf93..9c603f810e 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.3.0 +version: 0.4.0 appVersion: 0.0.19 home: https://hub.docker.com/r/newrelic/infrastructure/ source: diff --git a/stable/newrelic-infrastructure/templates/daemonset.yaml b/stable/newrelic-infrastructure/templates/daemonset.yaml index 0b5dfc9ab9..9ec6c6a189 100644 --- a/stable/newrelic-infrastructure/templates/daemonset.yaml +++ b/stable/newrelic-infrastructure/templates/daemonset.yaml @@ -57,7 +57,7 @@ spec: volumeMounts: {{- if .Values.config }} - name: config - mountPath: /etc/newrelic + mountPath: /etc/newrelic-infra.yml subPath: newrelic-infra.yml {{- end }} - name: dev