Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/zookeeper] Update api versions to support k8s 1.16 (#18049)
Browse files Browse the repository at this point in the history
* Update api versions to support k8s 1.16

Signed-off-by: Anton Gorkovenko <gostom@gmail.com>

* Update api versions to support k8s 1.16

Signed-off-by: Anton Gorkovenko <gostom@gmail.com>
  • Loading branch information
antongorkovenko authored and k8s-ci-robot committed Oct 21, 2019
1 parent d049e4a commit 2215d0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion incubator/zookeeper/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion incubator/zookeeper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion incubator/zookeeper/templates/statefulset.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: {{ template "zookeeper.fullname" . }}
Expand Down

0 comments on commit 2215d0f

Please sign in to comment.