[fluentd-elasticsearch] add missing release label (#5962)

* add missing release label

* Update Chart.yaml

* Update Chart.yaml

* Update Chart.yaml

* Update Chart.yaml
This commit is contained in:
Giancarlo Rubio
2018-06-18 11:12:31 -07:00
committed by k8s-ci-robot
parent 12de98d102
commit 2ce12e2ba0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: fluentd-elasticsearch
version: 0.6.3
version: 0.6.4
appVersion: 2.0.4
home: https://www.fluentd.org/
description: A Fluentd Helm chart for Kubernetes with Elasticsearch output
@@ -24,6 +24,7 @@ spec:
heritage: "{{ .Release.Service }}"
kubernetes.io/cluster-service: "true"
version: {{ .Values.image.tag }}
release: "{{ .Release.Name }}"
# This annotation ensures that fluentd does not get evicted if the node
# supports critical pod annotation based priority scheme.
# Note that this does not guarantee admission on the nodes (#40573).