This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git
The following commit(s) were added to refs/heads/main by this push:
new 3647252 fix(version): fix default proxy version in operator
new 804d763 Merge pull request #97 from windghoul/version
3647252 is described below
commit 364725252165251a3a189e35e266c5de3e4fc9f7
Author: windghoul <[email protected]>
AuthorDate: Sat Oct 15 17:42:55 2022 +0800
fix(version): fix default proxy version in operator
Signed-off-by: windghoul <[email protected]>
---
charts/shardingsphere-operator-cluster/values.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/charts/shardingsphere-operator-cluster/values.yaml
b/charts/shardingsphere-operator-cluster/values.yaml
index e62df95..5abbef3 100644
--- a/charts/shardingsphere-operator-cluster/values.yaml
+++ b/charts/shardingsphere-operator-cluster/values.yaml
@@ -20,7 +20,7 @@
## @param proxyVersion ShardingSphere-Proxy cluster version
##
replicaCount: "3"
-proxyVersion: "5.2.0"
+proxyVersion: "5.2.1"
## @param automaticScaling.enable ShardingSphere-Proxy Whether the
ShardingSphere-Proxy cluster has auto-scaling enabled
## @param automaticScaling.scaleUpWindows ShardingSphere-Proxy automatically
scales the stable window
## @param automaticScaling.scaleDownWindows ShardingSphere-Proxy automatically
shrinks the stabilized window