Skip to content

Commit 78338fd

Browse files
authored
Merge pull request #3614 from cal-itp/test_jupyterhub_images
Add a new profile to test a jupyterhub image
2 parents 9da708b + 866ace5 commit 78338fd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ci/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[tool.poetry]
22
name = "ci"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = ""
55
authors = ["Andrew Vaccaro"]
66
readme = "README.md"
7+
package-mode = false
78

89
[tool.poetry.dependencies]
910
python = "^3.9"

kubernetes/apps/charts/jupyterhub/values.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jupyterhub:
3939
mem_limit: "12G"
4040
mem_guarantee: "10G"
4141
cpu_guarantee: 1.5
42+
- display_name: "Prototype Image - 2024.5.24"
43+
description: "This is the next image we will deploy."
44+
kubespawner_override:
45+
image:
46+
name: ghcr.io/cal-itp/data-infra/jupyter-singleuser
47+
tag: 2024.5.24
4248
scheduling:
4349
userPods:
4450
nodeAffinity:

0 commit comments

Comments
 (0)