Skip to content

Commit b23c5df

Browse files
authored
Fix typo in jupyter-singleuser version string (#4090)
* Fixes typo in version string * Undo jupyterhub timeout increase
1 parent 7015a1d commit b23c5df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ci/kubernetes-workloads.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ calitp:
3131
secrets:
3232
- jupyterhub_jupyterhub-gcloud-service-key
3333
- jupyterhub_jupyterhub-github-config
34-
timeout: 15m0s
34+
timeout: 10m0s
3535
- name: loki
3636
driver: helm
3737
namespace: monitoring-loki

kubernetes/apps/charts/jupyterhub/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ jupyterhub:
4040
mem_limit: "12G"
4141
mem_guarantee: "10G"
4242
cpu_guarantee: 1.5
43-
- display_name: "Prototype Image - 2024.6.10, Python 3.11"
43+
- display_name: "Prototype Image - 2025.6.10, Python 3.11"
4444
description: "This is the newer environment for new package testing."
4545
kubespawner_override:
46-
image: ghcr.io/cal-itp/data-infra/jupyter-singleuser:2024.6.10
47-
- display_name: "Power Prototype Image - 2024.6.10, Python 3.11"
46+
image: ghcr.io/cal-itp/data-infra/jupyter-singleuser:2025.6.10
47+
- display_name: "Power Prototype Image - 2025.6.10, Python 3.11"
4848
description: "Your code will run on a shared machine with 10–12G of memory and 1.5–1.9 CPU cores."
4949
kubespawner_override:
5050
mem_limit: "12G"
5151
mem_guarantee: "10G"
5252
cpu_guarantee: 1.5
53-
image: ghcr.io/cal-itp/data-infra/jupyter-singleuser:2024.6.10
53+
image: ghcr.io/cal-itp/data-infra/jupyter-singleuser:2025.6.10
5454
scheduling:
5555
userPods:
5656
nodeAffinity:

0 commit comments

Comments
 (0)