We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Same
Sorry, something went wrong.
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
--devel
@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
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
No branches or pull requests
Following the doc, has the helm chart been index been removed?
The text was updated successfully, but these errors were encountered: