This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 0c35fa6801d feat(helm): update helm carts release doc (#23343)
0c35fa6801d is described below
commit 0c35fa6801d3130d6bf01c877c3907c82d4dfb60
Author: Ghoul_Lee <[email protected]>
AuthorDate: Thu Jan 5 15:25:27 2023 +0800
feat(helm): update helm carts release doc (#23343)
---
.../content/involved/release/shardingsphere-on-cloud.cn.md | 7 -------
.../content/involved/release/shardingsphere-on-cloud.en.md | 7 -------
2 files changed, 14 deletions(-)
diff --git
a/docs/community/content/involved/release/shardingsphere-on-cloud.cn.md
b/docs/community/content/involved/release/shardingsphere-on-cloud.cn.md
index efefee8f97c..a0617f6befc 100644
--- a/docs/community/content/involved/release/shardingsphere-on-cloud.cn.md
+++ b/docs/community/content/involved/release/shardingsphere-on-cloud.cn.md
@@ -167,7 +167,6 @@ git push origin ${RELEASE.VERSION}-release
```
~/shardingsphere-on-cloud/charts/apache-shardingsphere-operator-charts/Chart.yaml
-~/shardingsphere-on-cloud/charts/apache-shardingsphere-operator-cluster-charts/Chart.yaml
~/shardingsphere-on-cloud/charts/apache-shardingsphere-proxy-charts/Chart.yaml
```
@@ -190,9 +189,6 @@ git push origin --tags
cd ~/shardingsphere-on-cloud/charts/apache-shardingsphere-operator-charts
helm dependency build
-cd
~/shardingsphere-on-cloud/charts/apache-shardingsphere-operator-cluster-charts
-helm dependency build
-
cd
~/shardingsphere-on-cloud/charts/apache-shardingsphere-proxy-charts/charts/governance
helm dependency build
@@ -201,7 +197,6 @@ helm dependency build
cd ~/shardingsphere-on-cloud/charts
helm package --sign --key '${GPG 用户名}' --keyring ~/.gnupg/secring.gpg
apache-shardingsphere-operator-charts
-helm package --sign --key '${GPG 用户名}' --keyring ~/.gnupg/secring.gpg
apache-shardingsphere-operator-cluster-charts
helm package --sign --key '${GPG 用户名}' --keyring ~/.gnupg/secring.gpg
apache-shardingsphere-proxy-charts
```
### 5. 上传 charts,生成 index
@@ -266,7 +261,6 @@ helm verify
apache-shardingsphere-proxy-${RELEASE.VERSION}.tgz
解压缩
- `apache-shardingsphere-operator-charts-${RELEASE.VERSION}.tgz`
-- `apache-shardingsphere-operator-cluster-charts-${RELEASE.VERSION}.tgz`
- `apache-shardingsphere-proxy-charts-${RELEASE.VERSION}.tgz`
进行如下检查:
@@ -296,7 +290,6 @@ helm search repo apache
```shell
NAME CHART VERSION
APP VERSION DESCRIPTION
apache/apache-shardingsphere-operator-charts ${RELEASE.VERSION}
xxx A Helm chart for ShardingSphere-Operator
-apache/apache-shardingsphere-operator-cluster-... ${RELEASE.VERSION}
xxx A Helm chart for ShardingSphere-Operator-Cluster
apache/apache-shardingsphere-proxy-charts ${RELEASE.VERSION}
xxx A Helm chart for ShardingSphere-Proxy-Cluster
```
diff --git
a/docs/community/content/involved/release/shardingsphere-on-cloud.en.md
b/docs/community/content/involved/release/shardingsphere-on-cloud.en.md
index 43919dc941d..76e1937f987 100644
--- a/docs/community/content/involved/release/shardingsphere-on-cloud.en.md
+++ b/docs/community/content/involved/release/shardingsphere-on-cloud.en.md
@@ -168,7 +168,6 @@ Update the version in `Chart.yaml` file in release branch:
```
~/shardingsphere-on-cloud/charts/apache-shardingsphere-operator-charts/Chart.yaml
-~/shardingsphere-on-cloud/charts/apache-shardingsphere-operator-cluster-charts/Chart.yaml
~/shardingsphere-on-cloud/charts/apache-shardingsphere-proxy-charts/Chart.yaml
```
@@ -191,9 +190,6 @@ Before packaging charts, you need to download dependent
packages through `helm d
cd ~/shardingsphere-on-cloud/charts/apache-shardingsphere-operator-charts
helm dependency build
-cd
~/shardingsphere-on-cloud/charts/apache-shardingsphere-operator-cluster-charts
-helm dependency build
-
cd
~/shardingsphere-on-cloud/charts/apache-shardingsphere-proxy-charts/charts/governance
helm dependency build
@@ -202,7 +198,6 @@ helm dependency build
cd ~/shardingsphere-on-cloud/charts
helm package --sign --key '${GPG 用户名}' --keyring ~/.gnupg/secring.gpg
apache-shardingsphere-operator-charts
-helm package --sign --key '${GPG 用户名}' --keyring ~/.gnupg/secring.gpg
apache-shardingsphere-operator-cluster-charts
helm package --sign --key '${GPG 用户名}' --keyring ~/.gnupg/secring.gpg
apache-shardingsphere-proxy-charts
```
### 5. Upload charts and generate index
@@ -268,7 +263,6 @@ helm verify
apache-shardingsphere-proxy-${RELEASE.VERSION}.tgz
Decompress:
- `apache-shardingsphere-operator-charts-${RELEASE.VERSION}.tgz`
-- `apache-shardingsphere-operator-cluster-charts-${RELEASE.VERSION}.tgz`
- `apache-shardingsphere-proxy-charts-${RELEASE.VERSION}.tgz`
To check the following items:
@@ -299,7 +293,6 @@ If three products can be queried, the release is
successful, and `helm repo add`
```shell
NAME CHART VERSION
APP VERSION DESCRIPTION
apache/apache-shardingsphere-operator-charts ${RELEASE.VERSION}
xxx A Helm chart for ShardingSphere-Operator
-apache/apache-shardingsphere-operator-cluster-... ${RELEASE.VERSION}
xxx A Helm chart for ShardingSphere-Operator-Cluster
apache/apache-shardingsphere-proxy-charts ${RELEASE.VERSION}
xxx A Helm chart for ShardingSphere-Proxy-Cluster
```