eclipse-theia / theia-cloud-helm

Eclipse Public License 2.0
6 stars 7 forks source link

404 Not Found on Helm repo #74

Closed monodot closed 2 months ago

monodot commented 2 months ago

Hello! Has the Helm repo URL changed recently? I'm getting a 404 today when I try to perform a helm repo update:

$ helm repo list | grep theia
theia-cloud-remote      https://github.eclipsesource.com/theia-cloud-helm         
$ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Unable to get an update from the "theia-cloud-remote" chart repository (https://github.eclipsesource.com/theia-cloud-helm):
        failed to fetch https://github.eclipsesource.com/theia-cloud-helm/index.yaml : 404 Not Found

I checked the docs and the URL seems to be the same.

monodot commented 2 months ago

I see the URL has been changed to:

https://eclipse-theia.github.io/theia-cloud-helm/

in https://main--theia-cloud.netlify.app/documentation/setuptheiacloud/#theia-cloud-helm-charts

Closing!