From 09e8d54daf3c7b59c10b786e5c1c7f78cd3f5ff8 Mon Sep 17 00:00:00 2001 From: mlycore Date: Wed, 25 Oct 2023 18:06:03 +0800 Subject: [PATCH] chore: update example proxy version Signed-off-by: mlycore --- .../shardingsphere-computenode-mysql-cluster-with-agent.yaml | 2 +- examples/operator/shardingsphere-computenode-mysql-cluster.yaml | 2 +- .../operator/shardingsphere-computenode-mysql-standalone.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/operator/shardingsphere-computenode-mysql-cluster-with-agent.yaml b/examples/operator/shardingsphere-computenode-mysql-cluster-with-agent.yaml index cc60499c..e7f60f59 100644 --- a/examples/operator/shardingsphere-computenode-mysql-cluster-with-agent.yaml +++ b/examples/operator/shardingsphere-computenode-mysql-cluster-with-agent.yaml @@ -30,7 +30,7 @@ spec: storageNodeConnector: type: mysql version: 5.1.47 - serverVersion: 5.3.2 + serverVersion: 5.4.1 replicas: 1 selector: matchLabels: diff --git a/examples/operator/shardingsphere-computenode-mysql-cluster.yaml b/examples/operator/shardingsphere-computenode-mysql-cluster.yaml index 332452ad..38e3c5a0 100644 --- a/examples/operator/shardingsphere-computenode-mysql-cluster.yaml +++ b/examples/operator/shardingsphere-computenode-mysql-cluster.yaml @@ -25,7 +25,7 @@ spec: storageNodeConnector: type: mysql version: 5.1.47 - serverVersion: 5.3.2 + serverVersion: 5.4.1 replicas: 1 selector: matchLabels: diff --git a/examples/operator/shardingsphere-computenode-mysql-standalone.yaml b/examples/operator/shardingsphere-computenode-mysql-standalone.yaml index 861f875a..ed08c282 100644 --- a/examples/operator/shardingsphere-computenode-mysql-standalone.yaml +++ b/examples/operator/shardingsphere-computenode-mysql-standalone.yaml @@ -25,7 +25,7 @@ spec: storageNodeConnector: type: mysql version: 5.1.47 - serverVersion: 5.3.1 + serverVersion: 5.4.1 replicas: 1 selector: matchLabels: