You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/02/17 05:19:07 UTC

[GitHub] [pulsar-helm-chart] tuteng opened a new pull request #231: Fixed release yaml file

tuteng opened a new pull request #231:
URL: https://github.com/apache/pulsar-helm-chart/pull/231


   Fixes #<xyz>
   
   ### Motivation
   
   This update fixes an issue with the site release that caused the helm chart to no longer be used. 
   
   Exception: 
   ```
   ...Unable to get an update from the "apache-pulsar" chart repository (https://pulsar.apache.org/charts):
   	failed to fetch https://pulsar.apache.org/charts/index.yaml : 404 Not Found
   ```
   
   ### Modifications
   
   * Update release yaml file
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   


-- 
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: dev-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar-helm-chart] tuteng commented on pull request #231: Fixed release yaml file

Posted by GitBox <gi...@apache.org>.
tuteng commented on pull request #231:
URL: https://github.com/apache/pulsar-helm-chart/pull/231#issuecomment-1042593947


   It is duplicated with pr #232  and I will close it


-- 
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: dev-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar-helm-chart] tuteng closed pull request #231: Fixed release yaml file

Posted by GitBox <gi...@apache.org>.
tuteng closed pull request #231:
URL: https://github.com/apache/pulsar-helm-chart/pull/231


   


-- 
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: dev-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar-helm-chart] urfreespace commented on a change in pull request #231: Fixed release yaml file

Posted by GitBox <gi...@apache.org>.
urfreespace commented on a change in pull request #231:
URL: https://github.com/apache/pulsar-helm-chart/pull/231#discussion_r808689895



##########
File path: .ci/release.sh
##########
@@ -71,9 +71,9 @@ function release::git_setup() {
 
 function release::publish_charts() {
     release::git_setup
-    git clone https://${GITHUB_TOKEN}@github.com/apache/pulsar
-    cd pulsar
-    git checkout asf-site
+    git clone https://${GITHUB_TOKEN}@github.com/apache/pulsar-site

Review comment:
       the default branch is `asf-site` for now, However, the JIRA has been submitted for modification, it's recommend change it to `git clone -b main https://${GITHUB_TOKEN}@github.com/apache/pulsar-site` @tuteng 




-- 
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: dev-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar-helm-chart] urfreespace commented on a change in pull request #231: Fixed release yaml file

Posted by GitBox <gi...@apache.org>.
urfreespace commented on a change in pull request #231:
URL: https://github.com/apache/pulsar-helm-chart/pull/231#discussion_r808690607



##########
File path: .ci/release.sh
##########
@@ -71,9 +71,9 @@ function release::git_setup() {
 
 function release::publish_charts() {
     release::git_setup
-    git clone https://${GITHUB_TOKEN}@github.com/apache/pulsar
-    cd pulsar
-    git checkout asf-site
+    git clone https://${GITHUB_TOKEN}@github.com/apache/pulsar-site

Review comment:
       Of course, it doesn't matter, because you switched branches to `asf-site-next`




-- 
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: dev-unsubscribe@pulsar.apache.org

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