yuvipanda / jupyterhub-ssh

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

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

Open abretonc7s opened 11 months ago

abretonc7s commented 11 months ago

Following the doc, has the helm chart been index been removed?

helm install jupyterhub-ssh --repo https://yuvipanda.github.io/jupyterhub-ssh jupyterhub-ssh --namespace jupyter --set hubUrl=https://jupyter.MYDOMAIN.net --set ssh.enabled=true --set sftp.enabled=false                                                      !? dev 
Error: INSTALLATION FAILED: chart "jupyterhub-ssh" not found in https://yuvipanda.github.io/jupyterhub-ssh repository
sbmrvv commented 6 months ago

Same

consideRatio commented 6 months ago

I think it could be because there isn't a single "stable release" (semver2 meaning, x.y.z as compared to x.y.z-something.here.making.it.a.prerelease).

Try the same but add --devel

tylerpotts commented 4 months ago

~@consideRatio It seems that the github pages aren't functioning as they should~

I was mistaken. I was able to see all of the versions with: helm search repo jupyterhub-ssh --devel --versions

I could install with either the --devel flag or one of the versions listed from the search command