From 79efb8245b352dafd74f2fa34901010840401331 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Sat, 7 Apr 2018 17:36:08 +0800 Subject: [PATCH] Add home key for fluentd (#4761) The key "home" is needed for ci testing, it's missing in this yaml. That sometimes will cause testing failure. --- incubator/fluentd/Chart.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/incubator/fluentd/Chart.yaml b/incubator/fluentd/Chart.yaml index 8a227f7dfb..c2b0cd51ab 100644 --- a/incubator/fluentd/Chart.yaml +++ b/incubator/fluentd/Chart.yaml @@ -2,8 +2,9 @@ apiVersion: v1 description: A Fluentd Elasticsearch Helm chart for Kubernetes. icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png name: fluentd -version: 0.1.3 +version: 0.1.4 appVersion: 0.12 +home: https://www.fluentd.org/ sources: - https://quay.io/repository/coreos/fluentd-kubernetes - https://github.com/coreos/fluentd-kubernetes-daemonset