[stable/newrelic-infrastructure] Retain support for Kubernetes 1.8 (#5557)

* [stable/newrelic-infrastructure] Retain support for Kubernetes 1.8

* Remove conditional
This commit is contained in:
Corey O'Brien
2018-06-08 09:45:54 -07:00
committed by k8s-ci-robot
parent fdc470edbe
commit 537f3ca556
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
@@ -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 }}