Update documents about Helm Chart
diff --git a/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.cn.md b/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.cn.md
index 5fafbc9..514ccc3 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.cn.md
@@ -9,7 +9,7 @@
 
 ```shell
 helm repo add shardingsphere https://shardingsphere.apache.org/charts
-helm install shardingsphere-proxy shardingsphere/shardingsphere-proxy
+helm install shardingsphere-proxy shardingsphere/apache-shardingsphere-proxy
 ```
 
 ## 操作步骤
@@ -37,17 +37,17 @@
 以 ShardingSphere-Proxy 命名安装 charts:
 
 ```shell
-helm install shardingsphere-proxy shardingsphere/shardingsphere-proxy
+helm install shardingsphere-proxy shardingsphere/apache-shardingsphere-proxy
 ```
 
 #### 源码安装
 ```shell
-cd shardingsphere-proxy/charts/governance
+cd apache-shardingsphere-proxy/charts/governance
 helm dependency build 
 cd ../..                               
 helm dependency build                                   
 cd ..                                                   
-helm install shardingsphere-proxy shardingsphere-proxy  
+helm install shardingsphere-proxy apache-shardingsphere-proxy
 ```
 
 执行上述命令以执行默认配置进行安装。
diff --git a/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.en.md b/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.en.md
index 5a87213..504abfe 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.en.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.en.md
@@ -9,7 +9,7 @@
 
 ```shell
 helm repo add shardingsphere https://shardingsphere.apache.org/charts
-helm install shardingsphere-proxy shardingsphere/shardingsphere-proxy
+helm install shardingsphere-proxy shardingsphere/apache-shardingsphere-proxy
 ```
 
 ## Step By Step
@@ -36,17 +36,17 @@
 2. Install ShardingSphere-Proxy charts:
 
 ```shell
-helm install shardingsphere-proxy shardingsphere/shardingsphere-proxy
+helm install shardingsphere-proxy shardingsphere/apache-shardingsphere-proxy
 ```
 
 #### Source installation
 ```shell
-cd shardingsphere-proxy/charts/governance
+cd apache-shardingsphere-proxy/charts/governance
 helm dependency build 
 cd ../..                               
 helm dependency build                                   
 cd ..                                                   
-helm install shardingsphere-proxy shardingsphere-proxy 
+helm install shardingsphere-proxy apache-shardingsphere-proxy
 ```
 
 Charts will be installed with default configuration if above commands executed.
diff --git a/shardingsphere-charts/README.md b/shardingsphere-charts/README.md
index ee9f1b9..f1796d0 100644
--- a/shardingsphere-charts/README.md
+++ b/shardingsphere-charts/README.md
@@ -6,7 +6,7 @@
 
 ```shell
 helm repo add shardingsphere https://shardingsphere.apache.org/charts
-helm install shardingsphere-proxy shardingsphere/shardingsphere-proxy
+helm install shardingsphere-proxy shardingsphere/apache-shardingsphere-proxy
 ```
 
 ## Step By Step
@@ -33,17 +33,17 @@
 Install ShardingSphere-Proxy charts:
 
 ```shell
-helm install shardingsphere-proxy shardingsphere/shardingsphere-proxy
+helm install shardingsphere-proxy shardingsphere/apache-shardingsphere-proxy
 ```
 
 #### Source installation
 ```shell
-cd shardingsphere-proxy/charts/governance
+cd apache-shardingsphere-proxy/charts/governance
 helm dependency build 
 cd ../..
 helm dependency build 
 cd ..
-helm install shardingsphere-proxy shardingsphere-proxy
+helm install shardingsphere-proxy apache-shardingsphere-proxy
 ```
 
 Charts will be installed with default configuration if above commands executed.
diff --git a/shardingsphere-charts/README_ZH.md b/shardingsphere-charts/README_ZH.md
index 21981c3..f629986 100644
--- a/shardingsphere-charts/README_ZH.md
+++ b/shardingsphere-charts/README_ZH.md
@@ -6,7 +6,7 @@
 
 ```shell
 helm repo add shardingsphere https://shardingsphere.apache.org/charts
-helm install shardingsphere-proxy shardingsphere/shardingsphere-proxy
+helm install shardingsphere-proxy shardingsphere/apache-shardingsphere-proxy
 ```
 
 ## 操作步骤
@@ -34,17 +34,17 @@
 以 ShardingSphere-Proxy 命名安装 charts:
 
 ```shell
-helm install shardingsphere-proxy shardingsphere/shardingsphere-proxy
+helm install shardingsphere-proxy shardingsphere/apache-shardingsphere-proxy
 ```
 
 #### 源码安装
 ```shell
-cd shardingsphere-proxy/charts/governance
+cd apache-shardingsphere-proxy/charts/governance
 helm dependency build 
 cd ../..
 helm dependency build 
 cd ..
-helm install shardingsphere-proxy shardingsphere-proxy 
+helm install shardingsphere-proxy apache-shardingsphere-proxy 
 ```
 
 执行上述命令以执行默认配置进行安装。