[incubator/fluentd-cloudwatch] Update api version for daemonset to apps/v1 (#22588)

Signed-off-by: Thomas Schmitt <thomas.schmitt@ni.com>
This commit is contained in:
tschmittni
2020-05-30 07:11:53 -07:00
committed by GitHub
parent e2df0ed686
commit 374bdfd02b
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: fluentd-cloudwatch
version: 0.12.1
version: 0.12.2
appVersion: v1.7.3-debian-cloudwatch-1.0
description: A Fluentd CloudWatch Helm chart for Kubernetes.
home: https://www.fluentd.org/
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: {{ template "fluentd-cloudwatch.fullname" . }}
@@ -8,6 +8,10 @@ metadata:
heritage: "{{ .Release.Service }}"
release: "{{ .Release.Name }}"
spec:
selector:
matchLabels:
app: {{ template "fluentd-cloudwatch.name" . }}
release: "{{ .Release.Name }}"
template:
metadata:
labels: