jupyterhub / binderhub

Run your code in the cloud, with technology so advanced, it feels like magic!
https://binderhub.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.54k stars 388 forks source link

Remove redundant kubernetes version pin #1760

Closed yuvipanda closed 12 months ago

yuvipanda commented 12 months ago

It's already specified in the requirements.txt in the root of the repo, so everyone developing binderhub locally has probably been using a much newer version anyway.

I've left the jupyterhub pin in as it might need to be co-ordinated with the version of z2jh the chart uses.

Fixes https://github.com/jupyterhub/binderhub/issues/1494