mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
k8s-ci-robot
parent
fdc470edbe
commit
537f3ca556
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user