yuvipanda / jupyterhub-ssh

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

helm chart repo 404 error #65

Closed zhuzeyu22 closed 2 years ago

zhuzeyu22 commented 2 years ago

repo https://yuvipanda.github.io/jupyterhub-ssh/ is. 404 I run this command

helm install jupyterhub-ssh \ --repo https://yuvipanda.github.io/jupyterhub-ssh/ jupyterhub-ssh \ --set hubUrl=https://hub/ \ --set ssh.enabled=true \ --set sftp.enabled=false \ --namespace jupyterhub-system

And then I got a error Error: INSTALLATION FAILED: chart "jupyterhub-ssh" not found in https://yuvipanda.github.io/jupyterhub-ssh/ repository It is so sadly

consideRatio commented 2 years ago

You need to specify a version excplicitly for now, inspect index.yaml from the helm chart repo url for the latest version number.

https://yuvipanda.github.io/jupyterhub-ssh/index.yaml

0.0.1-n142.h402a3d6