diff --git a/charts/apache-shardingsphere-proxy-charts/Chart.yaml b/charts/apache-shardingsphere-proxy-charts/Chart.yaml index 971fab1b..a928c154 100644 --- a/charts/apache-shardingsphere-proxy-charts/Chart.yaml +++ b/charts/apache-shardingsphere-proxy-charts/Chart.yaml @@ -16,10 +16,10 @@ # apiVersion: v2 -appVersion: 5.3.1 +appVersion: 5.4.0 name: apache-shardingsphere-proxy-charts description: A Helm chart for ShardingSphere-Proxy-Cluster -version: 0.2.0 +version: 0.3.0 maintainers: - name: dev@shardingsphere.apache.org dependencies: diff --git a/charts/apache-shardingsphere-proxy-charts/README.md b/charts/apache-shardingsphere-proxy-charts/README.md index 90d824c5..62dda503 100644 --- a/charts/apache-shardingsphere-proxy-charts/README.md +++ b/charts/apache-shardingsphere-proxy-charts/README.md @@ -9,7 +9,7 @@ Use the following command to install: ``` helm repo add shardingsphere https://apache.github.io/shardingsphere-on-cloud helm repo update -helm install [RELEASE_NAME] shardingsphere/apache-shardingsphere-proxy-charts --version 0.1.0 +helm install [RELEASE_NAME] shardingsphere/apache-shardingsphere-proxy-charts --version 0.3.0 ``` ## Uninstall @@ -51,7 +51,7 @@ helm unstall [RELEASE_NAME] | ------------------------------------- | -------------------------------------------------------------- | ------------------------------- | | `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.2.0` | +| `compute.image.tag` | ShardingSphere-Proxy image tag | `5.4.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` | @@ -62,5 +62,5 @@ helm unstall [RELEASE_NAME] | `compute.mysqlConnector.version` | MySQL connector version | `5.1.49` | | `compute.startPort` | ShardingSphere-Proxy start port | `3307` | | `compute.serverConfig` | Server Configuration file for ShardingSphere-Proxy | `""` | -| `compute.agent.enabled` | switch to enable or disable the agent metrics | `true` | +| `compute.agent.enabled` | switch to enable or disable the agent metrics | `false` | | `compute.agent.config` | agent Configuration file for ShardingSphere-Proxy agent | `""` | diff --git a/charts/apache-shardingsphere-proxy-charts/values.yaml b/charts/apache-shardingsphere-proxy-charts/values.yaml index bd8d1aab..ec4dcc13 100644 --- a/charts/apache-shardingsphere-proxy-charts/values.yaml +++ b/charts/apache-shardingsphere-proxy-charts/values.yaml @@ -69,7 +69,7 @@ compute: pullPolicy: IfNotPresent ## Overrides the image tag whose default is the chart appVersion. ## - tag: "5.3.1" + tag: "5.4.0" ## @param compute.imagePullSecrets Specify docker-registry secret names as an array ## e.g: ## imagePullSecrets: @@ -161,7 +161,7 @@ compute: ## @section Compute-Node ShardingSphere-Proxy agent parameters ## @param compute.agent.enabled Switch to enable or disable the agent metrics agent: - enabled: true + enabled: false ## @section Compute-Node ShardingSphere-Proxy agent Configuration parameters ## ref: https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/observability/ ## @param compute.agent.config.plugins list the agent plugins we can use