We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9da708b + 866ace5 commit 78338fdCopy full SHA for 78338fd
ci/pyproject.toml
@@ -1,9 +1,10 @@
1
[tool.poetry]
2
name = "ci"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = ""
5
authors = ["Andrew Vaccaro"]
6
readme = "README.md"
7
+package-mode = false
8
9
[tool.poetry.dependencies]
10
python = "^3.9"
kubernetes/apps/charts/jupyterhub/values.yaml
@@ -39,6 +39,12 @@ jupyterhub:
39
mem_limit: "12G"
40
mem_guarantee: "10G"
41
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
48
scheduling:
49
userPods:
50
nodeAffinity:
0 commit comments