You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/22 09:24:27 UTC

[GitHub] [pulsar] lhotari opened a new issue, #17799: [Bug] Pulsar Helm Charts are missing: https://pulsar.apache.org/charts/ returns 404

lhotari opened a new issue, #17799:
URL: https://github.com/apache/pulsar/issues/17799

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
   
   
   ### Version
   
   Any
   
   ### Minimal reproduce step
   
   ```
   ❯ helm repo update
   Hang tight while we grab the latest from your chart repositories...
   ...Unable to get an update from the "apache" chart repository (https://pulsar.apache.org/charts):
   	failed to fetch https://pulsar.apache.org/charts/index.yaml : 404 Not Found
   Update Complete. ⎈Happy Helming!⎈
   ```
   
   ### What did you expect to see?
   
   https://pulsar.apache.org/charts should contain Pulsar Helm Charts
   
   ### What did you see instead?
   
   A 404 was returned
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


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

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


[GitHub] [pulsar] tisonkun commented on issue #17799: [Bug] Pulsar Helm Charts are missing: https://pulsar.apache.org/charts/ returns 404

Posted by GitBox <gi...@apache.org>.
tisonkun commented on issue #17799:
URL: https://github.com/apache/pulsar/issues/17799#issuecomment-1254886460

   The issue reported here should be fixed now. Please confirm and close if it works.


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

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


[GitHub] [pulsar] lhotari closed issue #17799: [Bug] Pulsar Helm Charts are missing: https://pulsar.apache.org/charts/ returns 404

Posted by GitBox <gi...@apache.org>.
lhotari closed issue #17799: [Bug] Pulsar Helm Charts are missing: https://pulsar.apache.org/charts/ returns 404
URL: https://github.com/apache/pulsar/issues/17799


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

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


[GitHub] [pulsar] lhotari commented on issue #17799: [Bug] Pulsar Helm Charts are missing: https://pulsar.apache.org/charts/ returns 404

Posted by GitBox <gi...@apache.org>.
lhotari commented on issue #17799:
URL: https://github.com/apache/pulsar/issues/17799#issuecomment-1254779259

   > @lhotari root cause located. Will push commits for this issue. Although, shall the helm chart be self-contained? Said depend on artifacts under its code repo.
   
   Thanks @tisonkun . I guess the location is where it is because of some legacy reasons: that's where it was published initially...


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

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


[GitHub] [pulsar] tisonkun commented on issue #17799: [Bug] Pulsar Helm Charts are missing: https://pulsar.apache.org/charts/ returns 404

Posted by GitBox <gi...@apache.org>.
tisonkun commented on issue #17799:
URL: https://github.com/apache/pulsar/issues/17799#issuecomment-1254787434

   @lhotari sure...
   
   In any aspect we should keep the original file, but it would be reasonable to be self-contained.


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

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


[GitHub] [pulsar] lhotari commented on issue #17799: [Bug] Pulsar Helm Charts are missing: https://pulsar.apache.org/charts/ returns 404

Posted by GitBox <gi...@apache.org>.
lhotari commented on issue #17799:
URL: https://github.com/apache/pulsar/issues/17799#issuecomment-1254762673

   @tisonkun can you help in resolving this? thanks


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

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


[GitHub] [pulsar] lhotari commented on issue #17799: [Bug] Pulsar Helm Charts are missing: https://pulsar.apache.org/charts/ returns 404

Posted by GitBox <gi...@apache.org>.
lhotari commented on issue #17799:
URL: https://github.com/apache/pulsar/issues/17799#issuecomment-1254891774

   @tisonkun Thanks. Confirming to be fixed.


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

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


[GitHub] [pulsar] tisonkun commented on issue #17799: [Bug] Pulsar Helm Charts are missing: https://pulsar.apache.org/charts/ returns 404

Posted by GitBox <gi...@apache.org>.
tisonkun commented on issue #17799:
URL: https://github.com/apache/pulsar/issues/17799#issuecomment-1254793168

   Supposed the Helm Chart is part of the Apache release, perhaps upload the index.yaml to https://dist.apache.org/repos/dist/release/pulsar/.


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

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


[GitHub] [pulsar] tisonkun commented on issue #17799: [Bug] Pulsar Helm Charts are missing: https://pulsar.apache.org/charts/ returns 404

Posted by GitBox <gi...@apache.org>.
tisonkun commented on issue #17799:
URL: https://github.com/apache/pulsar/issues/17799#issuecomment-1254773990

   @lhotari root cause located. Will push commits for this issue. Although, shall the helm chart be self-contained? Said depend on artifacts under its code repo.


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

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


[GitHub] [pulsar] tisonkun commented on issue #17799: [Bug] Pulsar Helm Charts are missing: https://pulsar.apache.org/charts/ returns 404

Posted by GitBox <gi...@apache.org>.
tisonkun commented on issue #17799:
URL: https://github.com/apache/pulsar/issues/17799#issuecomment-1254788203

   Perhaps change logics under https://github.com/apache/pulsar-helm-chart/blob/master/.ci/release.sh.


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

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


[GitHub] [pulsar] michaeljmarshall commented on issue #17799: [Bug] Pulsar Helm Charts are missing: https://pulsar.apache.org/charts/ returns 404

Posted by GitBox <gi...@apache.org>.
michaeljmarshall commented on issue #17799:
URL: https://github.com/apache/pulsar/issues/17799#issuecomment-1255745062

   > Supposed the Helm Chart is part of the Apache release. Perhaps upload the index.yaml file to https://dist.apache.org/repos/dist/release/pulsar/.
   
   I started a thread on this back in June, but I wasn't able to find the time to update the release process. Here is a link to the thread: https://lists.apache.org/thread/2xmks3zzkh5cm4ghrqt4ys6zwh4c3gbj.
   
   I agree that we should fix the release process. Updating where the `index.yaml` is stored will probably take a little time to change unless we can respond with an appropriate "moved" error to the helm client.


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

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