diff --git a/incubator/zookeeper/Chart.yaml b/incubator/zookeeper/Chart.yaml index 341d0ec9799e..dc271857f3b3 100644 --- a/incubator/zookeeper/Chart.yaml +++ b/incubator/zookeeper/Chart.yaml @@ -1,8 +1,9 @@ apiVersion: v1 name: zookeeper home: https://zookeeper.apache.org/ -version: 2.0.2 +version: 2.1.0 appVersion: 3.5.5 +kubeVersion: "^1.10.0-0" 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 dc8de063bdb8..c0f060ef7576 100644 --- a/incubator/zookeeper/README.md +++ b/incubator/zookeeper/README.md @@ -3,7 +3,7 @@ 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 -* Kubernetes 1.6+ +* Kubernetes 1.10+ * PersistentVolume support on the underlying infrastructure * A dynamic provisioner for the PersistentVolumes * A familiarity with [Apache ZooKeeper 3.5.x](https://zookeeper.apache.org/doc/r3.5.5/) diff --git a/incubator/zookeeper/templates/statefulset.yaml b/incubator/zookeeper/templates/statefulset.yaml index 22ce68cc949d..6d508a6970c4 100644 --- a/incubator/zookeeper/templates/statefulset.yaml +++ b/incubator/zookeeper/templates/statefulset.yaml @@ -1,4 +1,4 @@ -apiVersion: apps/v1beta1 +apiVersion: apps/v1 kind: StatefulSet metadata: name: {{ template "zookeeper.fullname" . }}