mirror of
https://github.com/helm/charts.git
synced 2026-08-21 05:17:23 +00:00
[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user