From 1298aef2f84ea1362ba0f4125e5c7d4e9fd479df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taavi=20V=C3=A4=C3=A4n=C3=A4nen?= Date: Sun, 1 Dec 2024 15:59:37 +0200 Subject: [PATCH] singleuser: Support Wikifunctions and Wikitech (#465) * singleuser: Support Wikifunctions and Wikitech * auto update of tag --------- Co-authored-by: Github Action --- images/singleuser/user-config.py | 2 ++ paws/values.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/images/singleuser/user-config.py b/images/singleuser/user-config.py index 5482887e..7180c995 100644 --- a/images/singleuser/user-config.py +++ b/images/singleuser/user-config.py @@ -30,6 +30,8 @@ "wikivoyage", "wikinews", "species", + "wikifunctions", + "wikitech", ): usernames[fam]["*"] = os.environ["USER"] # noqa: F821 diff --git a/paws/values.yaml b/paws/values.yaml index e5b738ce..25c8ee47 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -280,7 +280,7 @@ jupyterhub: fsGid: 52771 image: name: quay.io/wikimedia-paws-prod/singleuser - tag: pr-462 # singleuser tag managed by github actions + tag: pr-465 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 0.70G