yuvipanda / jupyterhub-ssh

SSH Access to JupyterHubs
BSD 3-Clause "New" or "Revised" License
94 stars 29 forks source link

Helm chart jupyterhub-ssh not found in https://yuvipanda.github.io/jupyterhub-ssh/ repository #62

Closed MarineChap closed 3 years ago

MarineChap commented 3 years ago

Hello,

Did the helm chart move to another place ? I have an error when trying to install the helm chart following the Readme documentation. Did I miss an info somewhere ?

helm install jupyterhub-ssh  --repo https://yuvipanda.github.io/jupyterhub-ssh/ jupyterhub-ssh    --set hubUrl=https://jupyter.example.org    --set ssh.enabled=true    --set sftp.enabled=false

Error: chart "jupyterhub-ssh" not found in https://yuvipanda.github.io/jupyterhub-ssh/ repository

Thanks. Have a good day.

MarineChap commented 3 years ago

And of course I found this issue two minutes later : #35 and adding the --version 0.0.1-n142.h402a3d6 works.

(Eventually considere to make the ReadMe a little more explicit about the version would be nice)

I will close it. Sorry for the noise.

consideRatio commented 3 years ago

Thanks for solving this yourself @MarineChap! I agree it would be useful, I consider this issue represented currently by https://github.com/yuvipanda/jupyterhub-ssh/issues/45 - with a single version that isn't considered a pre-release like 0.0.1-n142.h402a3d6 is considered, then that will be used instead.