Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to add Helm Chart #1953

Open
anandlingaraj opened this issue Apr 6, 2024 · 2 comments
Open

Unable to add Helm Chart #1953

anandlingaraj opened this issue Apr 6, 2024 · 2 comments

Comments

@anandlingaraj
Copy link

Error: looks like "https://googlecloudplatform.github.io/spark-on-k8s-operator" is not a valid chart repository or cannot be reached: failed to fetch https://googlecloudplatform.github.io/spark-on-k8s-operator/index.yaml : 404 Not Found

@ivanpfalcao
Copy link

Same problem here. I´m using version 1.1.27 of spark-on-k8s-operator. It´s Failing to fetch https://googlecloudplatform.github.io/spark-on-k8s-operator/index.yaml. It seems that the repo has been closed or removed.

@ChenYi015
Copy link
Contributor

Error: looks like "https://googlecloudplatform.github.io/spark-on-k8s-operator" is not a valid chart repository or cannot be reached: failed to fetch https://googlecloudplatform.github.io/spark-on-k8s-operator/index.yaml : 404 Not Found

The helm repo has moved from https://googlecloudplatform.github.io/spark-on-k8s-operator to https://kubeflow.github.io/spark-operator, you can do as following:

# Remove old helm repo
helm repo remove spark-operator

# Add new helm repo
helm repo add spark-operator https://kubeflow.github.io/spark-operator

# Update helm repo
helm repo update

# Install the chart
helm install spark-operator spark-operator/spark-operator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants