This is an automated email from the ASF dual-hosted git repository.
panjuan 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 086fd57 chore: update proxy charts version
new 316d606 Merge pull request #425 from mlycore/fix-proxy-charts
086fd57 is described below
commit 086fd57ecc45b0dfa90715f800235a8f4026bf56
Author: mlycore <[email protected]>
AuthorDate: Tue Jun 27 18:16:12 2023 +0800
chore: update proxy charts version
Signed-off-by: mlycore <[email protected]>
---
charts/apache-shardingsphere-proxy-charts/Chart.yaml | 4 ++--
charts/apache-shardingsphere-proxy-charts/README.md | 6 +++---
charts/apache-shardingsphere-proxy-charts/values.yaml | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/charts/apache-shardingsphere-proxy-charts/Chart.yaml
b/charts/apache-shardingsphere-proxy-charts/Chart.yaml
index 971fab1..a928c15 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: [email protected]
dependencies:
diff --git a/charts/apache-shardingsphere-proxy-charts/README.md
b/charts/apache-shardingsphere-proxy-charts/README.md
index 90d824c..62dda50 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 bd8d1aa..ec4dcc1 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