Skip to content

Commit 0fd6fc5

Browse files
author
Alan Christie
committed
feat: Add cost definition and update image variants
1 parent e7e587f commit 0fd6fc5

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

roles/operator/templates/configmap-data-manager.yaml.j2

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,15 @@ data:
2121
# (i.e. do not need an ImagePullSecret).
2222
# The key is the image (including its tag).
2323
# The value is the image symbolic name.
24-
jupyter/minimal-notebook:2022-09-12 = Minimal
25-
jupyter/r-notebook:r-4.1.3 = r v4
26-
jupyter/scipy-notebook:2022-09-12 = SciPy
27-
jupyter/tensorflow-notebook:tensorflow-2.9.1 = Tensorflow 2.9
28-
jupyter/datascience-notebook:2022-09-12 = DataScience
24+
quay.io/jupyter/minimal-notebook:2025-09-16 = Minimal
25+
quay.io/jupyter/r-notebook:r-4.4.3 = r v4
26+
quay.io/jupyter/scipy-notebook:2025-09-16 = SciPy
27+
quay.io/jupyter/tensorflow-notebook:tensorflow-2.20.0 = Tensorflow 2.20
28+
quay.io/jupyter/datascience-notebook:2025-09-16 = DataScience
29+
30+
[cost]
31+
# Charging configuration
32+
cost = 1
33+
unit = PxGi
34+
period = 1 hour
35+
pro rata = yes

0 commit comments

Comments
 (0)