Fixes chart name in NOTES.txt (#3342)

* Fixes chart name in NOTES.txt

* Bump chart version to 0.2.1
This commit is contained in:
Stephan van Maris
2018-01-19 14:13:28 -08:00
committed by k8s-ci-robot
parent c365fb0b37
commit 92e8196a0e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: kibana
version: 0.2.0
version: 0.2.1
appVersion: 6.0.0
description: Kibana is an open source data visualization plugin for Elasticsearch
icon: https://raw.githubusercontent.com/elastic/kibana/master/src/ui/public/icons/kibana-color.svg
+1 -1
View File
@@ -1,3 +1,3 @@
To verify that oauth-proxy has started, run:
To verify that {{ template "kibana.fullname" . }} has started, run:
kubectl --namespace={{ .Release.Namespace }} get pods -l "app={{ template "kibana.fullname" . }}"