-
Notifications
You must be signed in to change notification settings - Fork 191
/
old_version_oc
132 lines (127 loc) · 7.58 KB
/
old_version_oc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
commit 3de9857e2795cf73d8b2c26435dbb1ef6008b61a
Author: mlycore <[email protected]>
Date: Mon May 13 18:19:36 2024 +0800
chore: update proxy version to 5.5.0 in docs
Signed-off-by: mlycore <[email protected]>
diff --git a/docs/content/user-manual/cn-sn-operator/_index.cn.md b/docs/content/user-manual/cn-sn-operator/_index.cn.md
index 1a62260..3e6d990 100644
--- a/docs/content/user-manual/cn-sn-operator/_index.cn.md
+++ b/docs/content/user-manual/cn-sn-operator/_index.cn.md
@@ -85,7 +85,7 @@ ShardingSphereProxy
配置项 | 描述 | 类型 | 示例
------------------ | --------------------------|------------------------------------------------------ | ----------------------------------------
-`.spec.version` | ShardingSphere Proxy 版本 | string | `5.4.1`
+`.spec.version` | ShardingSphere Proxy 版本 | string | `5.5.0`
`.spec.serviceType.type` | 服务类型 | string | `NodePort`
`.spec.serviceType.nodePort` | 服务 NodePort | number | `33307`
`.spec.replicas` | 副本数 | number | `3`
@@ -147,7 +147,7 @@ metadata:
name: shardingsphere-cluster-shardingsphere-proxy
namespace: shardingsphere-operator
spec:
- version: 5.4.1
+ version: 5.5.0
serviceType:
type: ClusterIP
replicas: 3
@@ -212,7 +212,7 @@ helm install [RELEASE_NAME] shardingsphere/apache-shardingsphere-operator-charts
`metadata.namespace` | 计划部署的命名空间,默认为 default | string | | `shardingsphere-system`
`spec.storageNodeConnector.type` | 后端驱动类型 | string | `mysql`
`spec.storageNodeConnector.version` | 后端驱动版本| string | `5.1.47`
-`spec.serverVersion` | ShardingSphere Proxy 版本 | string | `5.4.1`
+`spec.serverVersion` | ShardingSphere Proxy 版本 | string | `5.5.0`
`spec.replicas ` | 计划部署的实例数量 | number | `3`
`spec.selectors` | 实例选择器,同 Deployment.Spec.Selectors | number | `3`
`spec.portBindings[0].name` | 对外暴露的端口名称 | string | | `3307`
@@ -270,7 +270,7 @@ spec:
storageNodeConnector:
type: mysql
version: 5.1.47
- serverVersion: 5.4.1
+ serverVersion: 5.5.0
replicas: 3
selector:
matchLabels:
diff --git a/docs/content/user-manual/cn-sn-operator/_index.en.md b/docs/content/user-manual/cn-sn-operator/_index.en.md
index a4b2b4c..ea19d37 100644
--- a/docs/content/user-manual/cn-sn-operator/_index.en.md
+++ b/docs/content/user-manual/cn-sn-operator/_index.en.md
@@ -85,7 +85,7 @@ ShardingSphereProxy
Configuration item | Description | Type | Examples
------------------ | --------------------------|------------------------------------------------------ | ----------------------------------------
-`.spec.version` | ShardingSphere-Proxy version | string | `5.4.1`
+`.spec.version` | ShardingSphere-Proxy version | string | `5.5.0`
`.spec.serviceType.type` | Service type | string | `NodePort`
`.spec.serviceType.nodePort` | Node Port service | number | `33307`
`.spec.replicas` | Operstor replica count | number | `3`
@@ -147,7 +147,7 @@ metadata:
name: shardingsphere-cluster-shardingsphere-proxy
namespace: shardingsphere-operator
spec:
- version: 5.4.1
+ version: 5.5.0
serviceType:
type: ClusterIP
replicas: 3
@@ -212,7 +212,7 @@ Configuration item| Description | Type | Examples
`metadata.namespace` | Default namespace of deployment plan | string | | `shardingsphere-system`
`spec.storageNodeConnector.type` | Back end driver type | string | `mysql`
`spec.storageNodeConnector.version` | Back end driver version| string | `5.1.47`
-`spec.serverVersion` | ShardingSphere-Proxy version | string | `5.4.1`
+`spec.serverVersion` | ShardingSphere-Proxy version | string | `5.5.0`
`spec.replicas ` | Deployment plan instance | number | `3`
`spec.selectors` | Instance selector, same as Deployment.Spec.Selectors | number | `3`
`spec.portBindings[0].name` | Name of exposed port | string | | `3307`
@@ -270,7 +270,7 @@ spec:
storageNodeConnector:
type: mysql
version: 5.1.47
- serverVersion: 5.4.1
+ serverVersion: 5.5.0
replicas: 3
selector:
matchLabels:
diff --git a/docs/content/user-manual/helm/_index.cn.md b/docs/content/user-manual/helm/_index.cn.md
index dcfd609..50f5ee3 100644
--- a/docs/content/user-manual/helm/_index.cn.md
+++ b/docs/content/user-manual/helm/_index.cn.md
@@ -83,7 +83,7 @@ helm uninstall shardingsphere-proxy
| ----------------------------------- | ------------------------------------------------------------ |-------------------------------|
| `compute.image.repository` | Image name of ShardingSphere-Proxy. | `apache/shardingsphere-proxy` |
| `compute.image.pullPolicy` | The policy for pulling ShardingSphere-Proxy image | `IfNotPresent` |
-| `compute.image.tag` | ShardingSphere-Proxy image tag | `5.4.1` |
+| `compute.image.tag` | ShardingSphere-Proxy image tag | `5.5.0` |
| `compute.imagePullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `compute.resources.limits` | The resources limits for the ShardingSphere-Proxy containers | `{}` |
| `compute.resources.requests.memory` | The requested memory for the ShardingSphere-Proxy containers | `2Gi` |
@@ -153,7 +153,7 @@ compute:
pullPolicy: IfNotPresent
## Overrides the image tag whose default is the chart appVersion.
##
- tag: "5.4.1"
+ tag: "5.5.0"
## @param compute.imagePullSecrets Specify docker-registry secret names as an array
## e.g:
## imagePullSecrets:
diff --git a/docs/content/user-manual/helm/_index.en.md b/docs/content/user-manual/helm/_index.en.md
index c7de844..2bc599d 100644
--- a/docs/content/user-manual/helm/_index.en.md
+++ b/docs/content/user-manual/helm/_index.en.md
@@ -81,7 +81,7 @@ helm uninstall shardingsphere-proxy
| ----------------------------------- | ------------------------------------------------------------ |-------------------------------|
| `compute.image.repository` | Image name of ShardingSphere-Proxy. | `apache/shardingsphere-proxy` |
| `compute.image.pullPolicy` | The policy for pulling ShardingSphere-Proxy image | `IfNotPresent` |
-| `compute.image.tag` | ShardingSphere-Proxy image tag | `5.4.1` |
+| `compute.image.tag` | ShardingSphere-Proxy image tag | `5.5.0` |
| `compute.imagePullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `compute.resources.limits` | The resources limits for the ShardingSphere-Proxy containers | `{}` |
| `compute.resources.requests.memory` | The requested memory for the ShardingSphere-Proxy containers | `2Gi` |
@@ -151,7 +151,7 @@ compute:
pullPolicy: IfNotPresent
## Overrides the image tag whose default is the chart appVersion.
##
- tag: "5.4.1"
+ tag: "5.5.0"
## @param compute.imagePullSecrets Specify docker-registry secret names as an array
## e.g:
## imagePullSecrets: