From 406fe2fb1127f670bb0f4cf945c7da14bc8051a0 Mon Sep 17 00:00:00 2001 From: Alex Kerney Date: Thu, 4 Aug 2022 22:01:47 -0400 Subject: [PATCH] OceanHackWeek image updates Updates to both the Python and R images for OceanHackWeek. I was really hoping to see the image updater do it's thing, but it [didn't appear to recognize the new tags](https://github.com/2i2c-org/infrastructure/runs/7683672070?check_suite_focus=true#step:4:19)? --- 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 b2a82011b6..fe511999a3 100644 --- a/config/clusters/2i2c/ohw.values.yaml +++ b/config/clusters/2i2c/ohw.values.yaml @@ -47,7 +47,7 @@ basehub: description: "~2 CPU, ~8G RAM" default: true kubespawner_override: - image: "ghcr.io/oceanhackweek/python:f6f8b9f" + image: "ghcr.io/oceanhackweek/python:d98b914" default_url: "/lab" mem_limit: 8G mem_guarantee: 4G @@ -56,7 +56,7 @@ basehub: - display_name: "R image" description: "~2 CPU, ~8G RAM" kubespawner_override: - image: "ghcr.io/oceanhackweek/r:f6f8b9f" + image: "ghcr.io/oceanhackweek/r:d98b914" default_url: "/rstudio" mem_limit: 8G mem_guarantee: 4G