From d325523a775f237c4d291f055b5a78092b73d19d Mon Sep 17 00:00:00 2001 From: Alex Kerney Date: Mon, 26 Aug 2024 18:18:52 -0400 Subject: [PATCH] Update ohw.values.yaml for cert change --- 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 42940c688b..60b2de19dd 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:4059588" + image: "ghcr.io/oceanhackweek/python:461a00b" default_url: "/lab" mem_limit: 8G mem_guarantee: 4G @@ -35,7 +35,7 @@ basehub: - display_name: "R using RStudio" description: "~2 CPU, ~8G RAM" kubespawner_override: - image: "ghcr.io/oceanhackweek/r:2b505d5" + image: "ghcr.io/oceanhackweek/r:e18dea3" default_url: "/rstudio" mem_limit: 8G mem_guarantee: 4G