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 5fafbc9a26b7c..514ccc3a619c3 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 @@ weight = 3 ```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 @@ helm repo add shardingsphere https://shardingsphere.apache.org/charts 以 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 5a872137562d6..504abfeac125d 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 @@ Use [Helm](https://helm.sh/) to provide guidance for the installation of Shardin ```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 @@ helm repo add shardingsphere https://shardingsphere.apache.org/charts 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 ee9f1b9867c72..f1796d05add89 100644 --- a/shardingsphere-charts/README.md +++ b/shardingsphere-charts/README.md @@ -6,7 +6,7 @@ Use [Helm](https://helm.sh/) to provide guidance for the installation of Shardin ```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 @@ helm repo add shardingsphere https://shardingsphere.apache.org/charts 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 21981c30d5e22..f629986a77518 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 @@ helm repo add shardingsphere https://shardingsphere.apache.org/charts 以 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 ``` 执行上述命令以执行默认配置进行安装。