dosubot[bot] commented on issue #31142: URL: https://github.com/apache/superset/issues/31142#issuecomment-2498458058
<!-- Answer --> The 404 error you're encountering suggests that there might be an issue with the availability of the Helm chart repository at the specified URL. The correct URL for the Apache Superset Helm chart repository is `http://apache.github.io/superset/` <sup>[[1]](https://github.com/apache/superset/blob/master/helm/superset/README.md.gotmpl)</sup>. However, if the `gh-pages` branch is missing, as mentioned, this could be the root cause of the issue. The `gh-pages` branch is typically used to host static content for GitHub Pages, which includes the Helm chart index. If this branch is missing, the repository won't be able to serve the Helm charts, resulting in a 404 error. To resolve this, the maintainers would need to restore the `gh-pages` branch or ensure that the Helm chart index is correctly published. In the meantime, you might want to check if there are any recent updates or announcements from the maintainers regarding this issue. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
