Skip to content

Commit

Permalink
use latest hub image in test
Browse files Browse the repository at this point in the history
matches host version in pip and default user image
  • Loading branch information
minrk committed Jun 12, 2024
1 parent d29a008 commit d753195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ async def create_hub_pod(kube_client, kube_ns, pod_name="hub", ssl=False):
volumes=volumes,
containers=[
{
"image": "quay.io/jupyterhub/jupyterhub:5.0",
"image": "quay.io/jupyterhub/jupyterhub:latest",
"name": "hub",
"volumeMounts": volume_mounts,
"args": [
Expand Down

0 comments on commit d753195

Please sign in to comment.