From 99a5a50cf534f805ea1b151757fbbb93e33825b6 Mon Sep 17 00:00:00 2001 From: Joe Stephenson Date: Thu, 19 Jan 2023 09:41:08 +0000 Subject: [PATCH] update etcds default version to 3.5.6, to avoid corruption bug (#56) Co-authored-by: Joe Stephenson --- config/samples/storageos-etcd-cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/samples/storageos-etcd-cluster.yaml b/config/samples/storageos-etcd-cluster.yaml index 5c14932b..ef64382a 100644 --- a/config/samples/storageos-etcd-cluster.yaml +++ b/config/samples/storageos-etcd-cluster.yaml @@ -5,7 +5,7 @@ metadata: namespace: storageos-etcd spec: replicas: 5 - version: 3.5.4 + version: 3.5.6 tls: enabled: false storageOSClusterNamespace: "storageos"