jupyterhub / kubespawner

Kubernetes spawner for JupyterHub
https://jupyterhub-kubespawner.readthedocs.io
BSD 3-Clause "New" or "Revised" License
531 stars 299 forks source link

update images used in tests #841

Closed minrk closed 3 weeks ago

minrk commented 3 weeks ago

they were very out of date

for whatever reason, I couldn't run the tests locally with the old images, but they run fine with these

closes #833

consideRatio commented 3 weeks ago

Nice, closes #833 i think!

I think it could make sense to use latest or similar instead of a version tag here, as we otherwise will fail to update this is require adding a machinery that updates it. Self merge as is or update then merge!

minrk commented 3 weeks ago

@consideRatio good point! We don't have upper bound on the hub and :latest is the default tag in KubeSpawner.image, so latest is probably the most consistent choice with versions coming from elsewhere.