-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Error: could not find : chart docker-registry not found in https://kubernetes-charts.storage.googleapis.com/ #3047
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
Comments
@corneliusludmann could you have a look please? |
@Tiller431 Thanks for reporting. It seems that the Kubernetes charts for installing the internal Docker registry are not reachable at the moment. We had this issue recently internally as well and it suddenly worked again without any change. However, now it seems to be lasting. The update of the helm charts for the internal registry is already on our roadmap. As it seems to break the self-hosted installation now, I try to prioritize it higher. Sorry, for the inconvenience. :-( What you can do now: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@corneliusludmann is this fixed? I tried to follow steps from https://www.gitpod.io/docs/self-hosted/latest/install/install-on-aws-script/ but I am getting the same error. |
This should be fixed with https://github.com/gitpod-io/gitpod/releases/tag/v0.8.0. @lstkz Those installers are sadly deprecated and not expected to work anymore. 😕 We're planning on updating the docs with #3893. |
Describe the bug
When trying to use the docker image for the latest release. The install fails with the error:
Save error occurred: could not find : chart docker-registry not found in https://kubernetes-charts.storage.googleapis.com/ Deleting newly downloaded charts, restoring pre-update state Error: could not find : chart docker-registry not found in https://kubernetes-charts.storage.googleapis.com/
Steps to reproduce
$ docker run \ --privileged \ --name gitpod \ --publish 443:443 --publish 80:80 \ --env DOMAIN=10-0-0-5.ip.mygitpod.com \ eu.gcr.io/gitpod-core-dev/build/gitpod-k3s
The text was updated successfully, but these errors were encountered: