From e150eae03eeed036b845bdb2702646f4c9586efa Mon Sep 17 00:00:00 2001 From: j-awada Date: Tue, 4 Mar 2025 16:36:31 +0100 Subject: [PATCH] upgrade rstudio image and chart versions --- fixtures/apps_fixtures.json | 2 +- fixtures/projects_templates.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fixtures/apps_fixtures.json b/fixtures/apps_fixtures.json index dde591eaa..412450c47 100644 --- a/fixtures/apps_fixtures.json +++ b/fixtures/apps_fixtures.json @@ -233,7 +233,7 @@ { "fields": { "category": "develop", - "chart": "ghcr.io/scilifelabdatacentre/serve-charts/rstudio:1.0.4", + "chart": "ghcr.io/scilifelabdatacentre/serve-charts/rstudio:1.0.5", "created_on": "2023-08-31T09:30:00.000Z", "description": "", "logo": "rstudio-logo.svg", diff --git a/fixtures/projects_templates.json b/fixtures/projects_templates.json index 8f01633bb..1d53be425 100644 --- a/fixtures/projects_templates.json +++ b/fixtures/projects_templates.json @@ -47,7 +47,7 @@ }, "Default RStudio": { "app": "rstudio", - "image": "serve-rstudio:231030-1146", + "image": "serve-rstudio:250304-1611", "repository": "ghcr.io/scilifelabdatacentre" } },