From 480cc32b3498bce2a93e0ebe98be35c20c08b01c Mon Sep 17 00:00:00 2001 From: inesh Date: Thu, 5 Dec 2024 14:01:16 +0000 Subject: [PATCH] upggrade to R v4.4.2 --- charts/rstudio-sparkr/Chart.yaml | 2 +- charts/rstudio-sparkr/values.schema.json | 6 +++--- charts/rstudio-sparkr/values.yaml | 4 ++-- charts/rstudio/Chart.yaml | 2 +- charts/rstudio/values.schema.json | 6 +++--- charts/rstudio/values.yaml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index 64943a0a..e13af2a2 100644 --- a/charts/rstudio-sparkr/Chart.yaml +++ b/charts/rstudio-sparkr/Chart.yaml @@ -23,7 +23,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.1.16 +version: 2.1.17 dependencies: - name: library-chart version: 1.5.33 diff --git a/charts/rstudio-sparkr/values.schema.json b/charts/rstudio-sparkr/values.schema.json index f06d4e82..4157f987 100644 --- a/charts/rstudio-sparkr/values.schema.json +++ b/charts/rstudio-sparkr/values.schema.json @@ -24,7 +24,7 @@ "description": "supported versions", "type": "string", "listEnum": [ - "inseefrlab/onyxia-rstudio-sparkr:r4.4.1-spark3.5.3", + "inseefrlab/onyxia-rstudio-sparkr:r4.4.2-spark3.5.3", "inseefrlab/onyxia-rstudio-sparkr:r4.3.3-spark3.5.3" ], "render": "list", @@ -32,7 +32,7 @@ "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-rstudio-sparkr:r4.4.1-spark3.5.3" + "default": "inseefrlab/onyxia-rstudio-sparkr:r4.4.2-spark3.5.3" }, "custom": { "description": "use a custom RStudio docker image", @@ -50,7 +50,7 @@ "version": { "description": "RStudio unsupported version", "type": "string", - "default": "inseefrlab/onyxia-rstudio-sparkr:r4.4.1-spark3.5.3", + "default": "inseefrlab/onyxia-rstudio-sparkr:r4.4.2-spark3.5.3", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/rstudio-sparkr/values.yaml b/charts/rstudio-sparkr/values.yaml index b4b2b712..c78b9a2d 100644 --- a/charts/rstudio-sparkr/values.yaml +++ b/charts/rstudio-sparkr/values.yaml @@ -4,11 +4,11 @@ global: service: image: - version: "inseefrlab/onyxia-rstudio-sparkr:r4.4.1-spark3.5.3" + version: "inseefrlab/onyxia-rstudio-sparkr:r4.4.2-spark3.5.3" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-rstudio-sparkr:r4.4.1-spark3.5.3" + version: "inseefrlab/onyxia-rstudio-sparkr:r4.4.2-spark3.5.3" spark: sparkui: false diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index d2672c13..7a94dbfb 100644 --- a/charts/rstudio/Chart.yaml +++ b/charts/rstudio/Chart.yaml @@ -22,7 +22,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.1.13 +version: 2.1.14 dependencies: - name: library-chart version: 1.5.33 diff --git a/charts/rstudio/values.schema.json b/charts/rstudio/values.schema.json index ddb319bc..a0c351b8 100644 --- a/charts/rstudio/values.schema.json +++ b/charts/rstudio/values.schema.json @@ -24,7 +24,7 @@ "description": "supported versions", "type": "string", "listEnum": [ - "inseefrlab/onyxia-rstudio:r4.4.1", + "inseefrlab/onyxia-rstudio:r4.4.2", "inseefrlab/onyxia-rstudio:r4.3.3" ], "render": "list", @@ -32,7 +32,7 @@ "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-rstudio:r4.4.1" + "default": "inseefrlab/onyxia-rstudio:r4.4.2" }, "custom": { "description": "use a custom RStudio docker image", @@ -50,7 +50,7 @@ "version": { "description": "RStudio unsupported version", "type": "string", - "default": "inseefrlab/onyxia-rstudio:r4.4.1", + "default": "inseefrlab/onyxia-rstudio:r4.4.2", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/rstudio/values.yaml b/charts/rstudio/values.yaml index 335f6cab..96c3b6ad 100644 --- a/charts/rstudio/values.yaml +++ b/charts/rstudio/values.yaml @@ -4,11 +4,11 @@ global: service: image: - version: "inseefrlab/onyxia-rstudio:r4.4.1" + version: "inseefrlab/onyxia-rstudio:r4.4.2" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-rstudio:r4.4.1" + version: "inseefrlab/onyxia-rstudio:r4.4.2" security: password: "changeme"