diff --git a/stable/newrelic-infrastructure/Chart.yaml b/stable/newrelic-infrastructure/Chart.yaml index 9c603f810e..6dc6a0d698 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.4.0 +version: 0.4.1 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 9ec6c6a189..dd85c2a07b 100644 --- a/stable/newrelic-infrastructure/templates/daemonset.yaml +++ b/stable/newrelic-infrastructure/templates/daemonset.yaml @@ -1,5 +1,5 @@ {{- if and .Values.licenseKey .Values.cluster }} -apiVersion: apps/v1 +apiVersion: apps/v1beta2 kind: DaemonSet metadata: labels: {{ include "newrelic.labels" . | indent 4 }}