Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update proxy version to 5.5.0 in examples and docs #487

Merged
merged 2 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/content/user-manual/cn-sn-operator/_index.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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`
Expand Down Expand Up @@ -270,7 +270,7 @@ spec:
storageNodeConnector:
type: mysql
version: 5.1.47
serverVersion: 5.4.1
serverVersion: 5.5.0
replicas: 3
selector:
matchLabels:
Expand Down
8 changes: 4 additions & 4 deletions docs/content/user-manual/cn-sn-operator/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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`
Expand Down Expand Up @@ -270,7 +270,7 @@ spec:
storageNodeConnector:
type: mysql
version: 5.1.47
serverVersion: 5.4.1
serverVersion: 5.5.0
replicas: 3
selector:
matchLabels:
Expand Down
4 changes: 2 additions & 2 deletions docs/content/user-manual/helm/_index.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions docs/content/user-manual/helm/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
storageNodeConnector:
type: mysql
version: 5.1.47
serverVersion: 5.4.1
serverVersion: 5.5.0
replicas: 1
selector:
matchLabels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
storageNodeConnector:
type: mysql
version: 5.1.47
serverVersion: 5.4.1
serverVersion: 5.5.0
replicas: 1
selector:
matchLabels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
storageNodeConnector:
type: mysql
version: 5.1.47
serverVersion: 5.4.1
serverVersion: 5.5.0
replicas: 1
selector:
matchLabels:
Expand Down
Loading