From b70c2a32808d2c89f282b8f3367c2db465c0eecd Mon Sep 17 00:00:00 2001 From: Joe Stephenson Date: Mon, 6 Jun 2022 16:37:05 +0100 Subject: [PATCH] use 5 replicas by default, use etcd 3.5.4 --- config/samples/storageos-etcd-cluster.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/samples/storageos-etcd-cluster.yaml b/config/samples/storageos-etcd-cluster.yaml index a5d7b5d3..56ed8e5b 100644 --- a/config/samples/storageos-etcd-cluster.yaml +++ b/config/samples/storageos-etcd-cluster.yaml @@ -4,8 +4,8 @@ metadata: name: storageos-etcd namespace: storageos-etcd spec: - replicas: 3 - version: 3.5.3 + replicas: 5 + version: 3.5.4 tls: enabled: false storageOSClusterNamespace: "storageos"