Skip to content

Commit

Permalink
[incubator/etcd] Update StatefulSet apiVersion to apps/v1 (helm#23470)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Jowett <[email protected]>

Co-authored-by: Chris Jowett <[email protected]>
  • Loading branch information
cryptk and Chris Jowett authored Aug 8, 2020
1 parent c276d21 commit 47f5c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion incubator/etcd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion incubator/etcd/templates/statefulset.yaml
Original file line number Diff line number Diff line change
@@ -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" . }}
Expand Down

0 comments on commit 47f5c2c

Please sign in to comment.