From 043563ef0792faa4ee7a8a6c7f657e726cc468b1 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Tue, 27 Mar 2018 00:21:02 +0800 Subject: [PATCH] Typo fix in zookeeper/README.md (#4426) * Add version for zookeeper Add version for zookeeper * Typo fix in zookeeper/README.md Typo fix in zookeeper/README.md --- incubator/zookeeper/Chart.yaml | 2 +- incubator/zookeeper/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incubator/zookeeper/Chart.yaml b/incubator/zookeeper/Chart.yaml index 157cb87ff4..a821aebc07 100755 --- a/incubator/zookeeper/Chart.yaml +++ b/incubator/zookeeper/Chart.yaml @@ -1,6 +1,6 @@ name: zookeeper home: https://zookeeper.apache.org/ -version: 0.6.1 +version: 0.6.2 description: Centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. icon: https://zookeeper.apache.org/images/zookeeper_small.gif diff --git a/incubator/zookeeper/README.md b/incubator/zookeeper/README.md index 9d411a2dfb..b79c6389ec 100644 --- a/incubator/zookeeper/README.md +++ b/incubator/zookeeper/README.md @@ -1,4 +1,4 @@ -# Zookeeper Helm Chart +# ZooKeeper Helm Chart This helm chart provides an implementation of the ZooKeeper [StatefulSet](http://kubernetes.io/docs/concepts/abstractions/controllers/statefulsets/) found in Kubernetes Contrib [Zookeeper StatefulSet](https://github.com/kubernetes/contrib/tree/master/statefulsets/zookeeper). ## Prerequisites