From e95e0b4ac8a5bbdd45ebf14fc3c32221505210f3 Mon Sep 17 00:00:00 2001 From: Fan Wang Date: Tue, 9 Jan 2024 11:42:15 -0600 Subject: [PATCH] Update r studio version (#2738) Update r studio version to rstudio/r-base:4.2 in qa mickey --- qa-mickey.planx-pla.net/manifests/hatchery/hatchery.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa-mickey.planx-pla.net/manifests/hatchery/hatchery.json b/qa-mickey.planx-pla.net/manifests/hatchery/hatchery.json index 3ae4cb164..448e029b6 100644 --- a/qa-mickey.planx-pla.net/manifests/hatchery/hatchery.json +++ b/qa-mickey.planx-pla.net/manifests/hatchery/hatchery.json @@ -30,7 +30,7 @@ "cpu-limit": "1.0", "memory-limit": "512Mi", "name": "R Studio", - "image": "heliumdatastage/rstudio-server:1", + "image": "rstudio/r-base:4.2-focal", "env": { "DISABLE_AUTH": "true" },