diff --git a/incubator/etcd/Chart.yaml b/incubator/etcd/Chart.yaml index e43f697fbb16..0c2d5765d2a0 100755 --- a/incubator/etcd/Chart.yaml +++ b/incubator/etcd/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: etcd home: https://github.com/coreos/etcd -version: 0.7.4 +version: 0.7.5 appVersion: 3.2.26 description: Distributed reliable key-value store for the most critical data of a distributed system. diff --git a/incubator/etcd/templates/statefulset.yaml b/incubator/etcd/templates/statefulset.yaml index b4b0176add02..22ccf71c0251 100644 --- a/incubator/etcd/templates/statefulset.yaml +++ b/incubator/etcd/templates/statefulset.yaml @@ -1,7 +1,7 @@ {{- $etcdPeerProtocol := include "etcd.peerProtocol" . }} {{- $etcdClientProtocol := include "etcd.clientProtocol" . }} {{- $etcdAuthOptions := include "etcd.authOptions" . }} -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: StatefulSet metadata: name: {{ template "etcd.fullname" . }}