dosubot[bot] commented on issue #31142: URL: https://github.com/apache/superset/issues/31142#issuecomment-2497330240
<!-- Greeting --> Hey there, @yaalsn! I'm here to help with any bugs, questions, or contributions you have for Superset. Let's tackle this together while we wait for a human maintainer. 😊 <!-- Answer --> The 404 Not Found error you're encountering is due to using an incorrect URL for the Superset Helm chart repository. The correct command to add the Superset Helm repository is: ```sh helm repo add superset https://apache.github.io/superset ``` However, if you're still facing issues, it might be related to a temporary problem or a change in the repository setup. According to a similar closed issue, this problem should be fixed now <sup>[[1]](https://github.com/apache/superset/issues/24954)</sup>. If the issue persists, ensure that your Helm client is up to date and try again. <!-- 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]
