You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/12/06 11:32:43 UTC

[GitHub] [shardingsphere] TeslaCN commented on a diff in pull request #22701: feat(release): release doc update

TeslaCN commented on code in PR #22701:
URL: https://github.com/apache/shardingsphere/pull/22701#discussion_r1040854345


##########
docs/community/content/involved/release/shardingsphere-on-cloud.en.md:
##########
@@ -205,8 +205,20 @@ helm package --sign --key '${GPG 用户名}' --keyring ~/.gnupg/secring.gpg apac
 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
+1. Upload the tgz file generated in the previous step to the Assets of release
+2. generate index.yaml
+```shell
+cd ~/shardingsphere-on-cloud/charts
+mkdir release
+mv *.tgz release
+git checkout gh-pages 
+mv ~/shardingsphere-on-cloud/index.yaml index.yaml
+helm repo index --url https://github.com/apache/shardingsphere-on-cloud/releases/download/${RELEASE.VERSION}  . --merge index.yaml
+```
+3. Replace the original index.yaml
 
-### 5. Update the download page
+### 6. Update the download page

Review Comment:
   Is step 6 required?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org