From d59be58b726784b47c10310996d0abc0cc121ef9 Mon Sep 17 00:00:00 2001 From: Emilio Mayorga Date: Fri, 4 Oct 2024 18:32:37 -0700 Subject: [PATCH] Update ohw.values.yaml, Python & R images Add Python packages and remove an R package --- config/clusters/2i2c/ohw.values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/clusters/2i2c/ohw.values.yaml b/config/clusters/2i2c/ohw.values.yaml index 2444587694..ab21eb9d55 100644 --- a/config/clusters/2i2c/ohw.values.yaml +++ b/config/clusters/2i2c/ohw.values.yaml @@ -26,7 +26,7 @@ basehub: description: "~2 CPU, ~8G RAM" default: true kubespawner_override: - image: "ghcr.io/oceanhackweek/python:27d5f52" + image: "ghcr.io/oceanhackweek/python:37f83fb" default_url: "/lab" mem_limit: 8G mem_guarantee: 4G @@ -35,7 +35,7 @@ basehub: - display_name: "R en RStudio" description: "~2 CPU, ~8G RAM" kubespawner_override: - image: "ghcr.io/oceanhackweek/r:27d5f52" + image: "ghcr.io/oceanhackweek/r:37f83fb" default_url: "/rstudio" mem_limit: 8G mem_guarantee: 4G