Skip to content

Commit

Permalink
Merge pull request #56 from xmudrii/etcd-revert-3.2
Browse files Browse the repository at this point in the history
Make etcdproxy containers use etcd 3.2.24 instead of 3.3.8
  • Loading branch information
xmudrii committed Jul 26, 2018
2 parents 9aa685e + 16eceb5 commit f75e12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func NewEtcdProxyControllerOptions() *EtcdProxyControllerOptions {
CoreEtcd: NewCoreEtcdOptions(),
ControllerNamespace: "kube-apiserver-storage",
KubeconfigPath: "",
ProxyImage: "quay.io/coreos/etcd:v3.3.8",
ProxyImage: "quay.io/coreos/etcd:v3.2.24",
}
}

Expand Down

0 comments on commit f75e12e

Please sign in to comment.