Skip to content

Commit

Permalink
update images used in tests
Browse files Browse the repository at this point in the history
they were very out of date
  • Loading branch information
minrk committed Jun 12, 2024
1 parent 25928f8 commit d29a008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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": "jupyterhub/jupyterhub:1.3",
"image": "quay.io/jupyterhub/jupyterhub:5.0",
"name": "hub",
"volumeMounts": volume_mounts,
"args": [
Expand Down Expand Up @@ -625,7 +625,7 @@ async def exec_python(kube_client, kube_ns):
spec=V1PodSpec(
containers=[
{
"image": "python:3.8",
"image": "python:3.12-slim",
"name": "python",
"args": ["/bin/sh", "-c", "while true; do sleep 5; done"],
}
Expand Down

0 comments on commit d29a008

Please sign in to comment.