From 537f3ca5561734ac9d8c19ad77e96c3536e81120 Mon Sep 17 00:00:00 2001 From: Corey O'Brien Date: Fri, 8 Jun 2018 12:45:54 -0400 Subject: [PATCH] [stable/newrelic-infrastructure] Retain support for Kubernetes 1.8 (#5557) * [stable/newrelic-infrastructure] Retain support for Kubernetes 1.8 * Remove conditional --- stable/newrelic-infrastructure/Chart.yaml | 2 +- stable/newrelic-infrastructure/templates/daemonset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}