diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index 030254b9..9409cd73 100644 --- a/charts/jupyter-pyspark/Chart.yaml +++ b/charts/jupyter-pyspark/Chart.yaml @@ -24,8 +24,8 @@ 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.2.11 +version: 2.3.0 dependencies: - name: library-chart - version: 1.6.17 + version: 1.7.0 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/jupyter-pyspark/README.md b/charts/jupyter-pyspark/README.md index 2623fb26..39699026 100644 --- a/charts/jupyter-pyspark/README.md +++ b/charts/jupyter-pyspark/README.md @@ -15,7 +15,7 @@ The JupyterLab IDE with PySpark, an interface to use Apache Spark from Python. | Repository | Name | Version | |------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.6.17 | +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.7.0 | ## Values diff --git a/charts/jupyter-pyspark/templates/statefulset.yaml b/charts/jupyter-pyspark/templates/statefulset.yaml index bfadd724..cf12e588 100644 --- a/charts/jupyter-pyspark/templates/statefulset.yaml +++ b/charts/jupyter-pyspark/templates/statefulset.yaml @@ -308,23 +308,23 @@ spec: - mountPath: /dev/shm name: dshm {{- if (.Values.s3).enabled }} - - mountPath: /opt/hadoop/etc/hadoop/core-site.xml + - mountPath: /usr/local/lib/hadoop/etc/hadoop/core-site.xml subPath: coresite/core-site.xml name: config-files {{- end }} {{- if (.Values.spark).default }} - name: config-files - mountPath: /opt/spark/conf/spark-defaults.conf + mountPath: /usr/local/lib/spark/conf/spark-defaults.conf subPath: spark/spark-defaults.conf {{- end }} {{- if and (.Values.spark.default) (.Values.repository.mavenRepository) }} - name: config-files - mountPath: /opt/spark/conf/ivysettings.xml + mountPath: /usr/local/lib/spark/conf/ivysettings.xml subPath: ivysettings/ivysettings.xml {{- end }} {{- if (.Values.discovery).hive }} - name: config-files - mountPath: /opt/hive/conf/hive-site.xml + mountPath: /usr/local/lib/hive/conf/hive-site.xml subPath: hive/hive-site.xml {{- end }} {{- if (.Values.discovery).metaflow }} diff --git a/charts/jupyter-pyspark/values.schema.json b/charts/jupyter-pyspark/values.schema.json index c142ab4b..53f6b710 100644 --- a/charts/jupyter-pyspark/values.schema.json +++ b/charts/jupyter-pyspark/values.schema.json @@ -25,7 +25,7 @@ "type": "string", "listEnum": [ "inseefrlab/onyxia-jupyter-pyspark:py3.12.9-spark3.5.5", - "inseefrlab/onyxia-jupyter-pyspark:py3.11.11-spark3.5.5" + "inseefrlab/onyxia-jupyter-pyspark:py3.11.12-spark3.5.5" ], "render": "list", "hidden": { diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index 0d1f98b6..f141bba0 100644 --- a/charts/jupyter-python/Chart.yaml +++ b/charts/jupyter-python/Chart.yaml @@ -22,8 +22,8 @@ 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.2.12 +version: 2.3.0 dependencies: - name: library-chart - version: 1.6.17 + version: 1.7.0 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/jupyter-python/README.md b/charts/jupyter-python/README.md index a469a20b..0b5138cc 100644 --- a/charts/jupyter-python/README.md +++ b/charts/jupyter-python/README.md @@ -15,7 +15,7 @@ The JupyterLab IDE with Python and a collection of standard data science package | Repository | Name | Version | |------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.6.17 | +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.7.0 | ## Values diff --git a/charts/jupyter-python/templates/statefulset.yaml b/charts/jupyter-python/templates/statefulset.yaml index 9924ac72..d59d5b3f 100644 --- a/charts/jupyter-python/templates/statefulset.yaml +++ b/charts/jupyter-python/templates/statefulset.yaml @@ -260,7 +260,7 @@ spec: name: dshm {{- if (.Values.discovery).hive }} - name: config-files - mountPath: /opt/hive/conf/hive-site.xml + mountPath: /usr/local/lib/hive/conf/hive-site.xml subPath: hive/hive-site.xml {{- end }} {{- if (.Values.discovery).metaflow }} diff --git a/charts/jupyter-python/values.schema.json b/charts/jupyter-python/values.schema.json index ab680950..4c54e0df 100644 --- a/charts/jupyter-python/values.schema.json +++ b/charts/jupyter-python/values.schema.json @@ -25,7 +25,7 @@ "type": "string", "listEnum": [ "inseefrlab/onyxia-jupyter-python:py3.12.9", - "inseefrlab/onyxia-jupyter-python:py3.11.11" + "inseefrlab/onyxia-jupyter-python:py3.11.12" ], "render": "list", "hidden": { diff --git a/charts/jupyter-r-python-julia/README.md b/charts/jupyter-r-python-julia/README.md index a229024e..2089c29a 100644 --- a/charts/jupyter-r-python-julia/README.md +++ b/charts/jupyter-r-python-julia/README.md @@ -115,9 +115,9 @@ The JupyterLab IDE with Python, R, Julia, and a collection of standard data scie | securityContext | object | `{}` | | | service.customPythonEnv | bool | `false` | | | service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-r-python-julia:r4.4.2-py3.12.9-dev"` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-r-python-julia:r4.5.0-py3.12.9"` | | | service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-r-python-julia:r4.4.2-py3.12.9-dev"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-r-python-julia:r4.5.0-py3.12.9"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | diff --git a/charts/jupyter-r-python-julia/templates/statefulset.yaml b/charts/jupyter-r-python-julia/templates/statefulset.yaml index 9924ac72..d59d5b3f 100644 --- a/charts/jupyter-r-python-julia/templates/statefulset.yaml +++ b/charts/jupyter-r-python-julia/templates/statefulset.yaml @@ -260,7 +260,7 @@ spec: name: dshm {{- if (.Values.discovery).hive }} - name: config-files - mountPath: /opt/hive/conf/hive-site.xml + mountPath: /usr/local/lib/hive/conf/hive-site.xml subPath: hive/hive-site.xml {{- end }} {{- if (.Values.discovery).metaflow }} diff --git a/charts/jupyter-r-python-julia/values.schema.json b/charts/jupyter-r-python-julia/values.schema.json index ed4cd0ad..428d2091 100644 --- a/charts/jupyter-r-python-julia/values.schema.json +++ b/charts/jupyter-r-python-julia/values.schema.json @@ -24,14 +24,14 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-jupyter-r-python-julia:r4.4.2-py3.12.9-dev" + "inseefrlab/onyxia-jupyter-r-python-julia:r4.5.0-py3.12.9" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-r-python-julia:r4.4.2-py3.12.9-dev" + "default": "inseefrlab/onyxia-jupyter-r-python-julia:r4.5.0-py3.12.9" }, "custom": { "title": "Custom image", @@ -48,7 +48,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-jupyter-r-python-julia:r4.4.2-py3.12.9-dev", + "default": "inseefrlab/onyxia-jupyter-r-python-julia:r4.5.0-py3.12.9", "hidden": { "value": false, "path": "enabled", diff --git a/charts/jupyter-r-python-julia/values.yaml b/charts/jupyter-r-python-julia/values.yaml index 5cb1b29e..8c91e2a9 100644 --- a/charts/jupyter-r-python-julia/values.yaml +++ b/charts/jupyter-r-python-julia/values.yaml @@ -2,11 +2,11 @@ global: suspend: false service: image: - version: inseefrlab/onyxia-jupyter-r-python-julia:r4.4.2-py3.12.9-dev + version: inseefrlab/onyxia-jupyter-r-python-julia:r4.5.0-py3.12.9 pullPolicy: IfNotPresent custom: enabled: false - version: inseefrlab/onyxia-jupyter-r-python-julia:r4.4.2-py3.12.9-dev + version: inseefrlab/onyxia-jupyter-r-python-julia:r4.5.0-py3.12.9 customPythonEnv: false security: password: changeme diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index 740c1e06..1e592ac4 100644 --- a/charts/rstudio-sparkr/Chart.yaml +++ b/charts/rstudio-sparkr/Chart.yaml @@ -23,8 +23,8 @@ 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.2.10 +version: 2.3.0 dependencies: - name: library-chart - version: 1.6.17 + version: 1.7.0 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/rstudio-sparkr/README.md b/charts/rstudio-sparkr/README.md index f336b02d..756ab766 100644 --- a/charts/rstudio-sparkr/README.md +++ b/charts/rstudio-sparkr/README.md @@ -15,7 +15,7 @@ The RStudio IDE with a collection of standard data science packages. It includes | Repository | Name | Version | |------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.6.17 | +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.7.0 | ## Values @@ -108,9 +108,9 @@ The RStudio IDE with a collection of standard data science packages. It includes | security.password | string | `"changeme"` | | | securityContext | object | `{}` | | | service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-rstudio-sparkr:r4.4.2-spark3.5.5"` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.5"` | | | service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-rstudio-sparkr:r4.4.2-spark3.5.5"` | | +| service.image.version | string | `"inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.5"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | diff --git a/charts/rstudio-sparkr/templates/statefulset.yaml b/charts/rstudio-sparkr/templates/statefulset.yaml index 62d6efde..8cfacd39 100644 --- a/charts/rstudio-sparkr/templates/statefulset.yaml +++ b/charts/rstudio-sparkr/templates/statefulset.yaml @@ -268,23 +268,23 @@ spec: - mountPath: /dev/shm name: dshm {{- if .Values.s3.enabled }} - - mountPath: /opt/hadoop/etc/hadoop/core-site.xml + - mountPath: /usr/local/lib/hadoop/etc/hadoop/core-site.xml subPath: coresite/core-site.xml name: config-files {{- end }} {{- if .Values.spark.default }} - name: config-files - mountPath: /opt/spark/conf/spark-defaults.conf + mountPath: /usr/local/lib/spark/conf/spark-defaults.conf subPath: spark/spark-defaults.conf {{- end }} {{- if and (.Values.spark.default) (.Values.repository.mavenRepository) }} - name: config-files - mountPath: /opt/spark/conf/ivysettings.xml + mountPath: /usr/local/lib/spark/conf/ivysettings.xml subPath: ivysettings/ivysettings.xml {{- end }} {{- if .Values.discovery.hive }} - name: config-files - mountPath: /opt/hive/conf/hive-site.xml + mountPath: /usr/local/lib/hive/conf/hive-site.xml subPath: hive/hive-site.xml {{- end }} {{- if and .Values.certificates .Values.certificates.pathToCaBundle }} diff --git a/charts/rstudio-sparkr/values.schema.json b/charts/rstudio-sparkr/values.schema.json index 8b100318..e3c39825 100644 --- a/charts/rstudio-sparkr/values.schema.json +++ b/charts/rstudio-sparkr/values.schema.json @@ -24,15 +24,15 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-rstudio-sparkr:r4.4.2-spark3.5.5", - "inseefrlab/onyxia-rstudio-sparkr:r4.3.3-spark3.5.5" + "inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.5", + "inseefrlab/onyxia-rstudio-sparkr:r4.4.3-spark3.5.5" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-rstudio-sparkr:r4.4.2-spark3.5.5" + "default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.5" }, "custom": { "title": "Custom image", @@ -49,7 +49,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-rstudio-sparkr:r4.4.2-spark3.5.5", + "default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.5", "hidden": { "value": false, "path": "enabled", diff --git a/charts/rstudio-sparkr/values.yaml b/charts/rstudio-sparkr/values.yaml index d34e391d..a74de3f9 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.2-spark3.5.5" + version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.5" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-rstudio-sparkr:r4.4.2-spark3.5.5" + version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.5" spark: sparkui: false diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index add134da..8f5cfa44 100644 --- a/charts/rstudio/Chart.yaml +++ b/charts/rstudio/Chart.yaml @@ -22,8 +22,8 @@ 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.2.8 +version: 2.3.0 dependencies: - name: library-chart - version: 1.6.17 + version: 1.7.0 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/rstudio/README.md b/charts/rstudio/README.md index 7855a546..3da9c2d5 100644 --- a/charts/rstudio/README.md +++ b/charts/rstudio/README.md @@ -15,7 +15,7 @@ The RStudio IDE with a collection of standard data science packages. | Repository | Name | Version | |------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.6.17 | +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.7.0 | ## Values @@ -101,9 +101,9 @@ The RStudio IDE with a collection of standard data science packages. | security.password | string | `"changeme"` | | | securityContext | object | `{}` | | | service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-rstudio:r4.4.2"` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-rstudio:r4.5.0"` | | | service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-rstudio:r4.4.2"` | | +| service.image.version | string | `"inseefrlab/onyxia-rstudio:r4.5.0"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | diff --git a/charts/rstudio/values.schema.json b/charts/rstudio/values.schema.json index 4583c36c..c88710c2 100644 --- a/charts/rstudio/values.schema.json +++ b/charts/rstudio/values.schema.json @@ -24,15 +24,15 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-rstudio:r4.4.2", - "inseefrlab/onyxia-rstudio:r4.3.3" + "inseefrlab/onyxia-rstudio:r4.5.0", + "inseefrlab/onyxia-rstudio:r4.4.3" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-rstudio:r4.4.2" + "default": "inseefrlab/onyxia-rstudio:r4.5.0" }, "custom": { "title": "Custom image", @@ -49,7 +49,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-rstudio:r4.4.2", + "default": "inseefrlab/onyxia-rstudio:r4.5.0", "hidden": { "value": false, "path": "enabled", diff --git a/charts/rstudio/values.yaml b/charts/rstudio/values.yaml index dfddfc64..5e5e12b5 100644 --- a/charts/rstudio/values.yaml +++ b/charts/rstudio/values.yaml @@ -4,11 +4,11 @@ global: service: image: - version: "inseefrlab/onyxia-rstudio:r4.4.2" + version: "inseefrlab/onyxia-rstudio:r4.5.0" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-rstudio:r4.4.2" + version: "inseefrlab/onyxia-rstudio:r4.5.0" security: password: "changeme" diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index 60b9de01..de7b9cf4 100644 --- a/charts/vscode-pyspark/Chart.yaml +++ b/charts/vscode-pyspark/Chart.yaml @@ -24,8 +24,8 @@ 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.2.14 +version: 2.3.0 dependencies: - name: library-chart - version: 1.6.17 + version: 1.7.0 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/vscode-pyspark/README.md b/charts/vscode-pyspark/README.md index 2aad0dae..c9d7ac47 100644 --- a/charts/vscode-pyspark/README.md +++ b/charts/vscode-pyspark/README.md @@ -15,7 +15,7 @@ The Visual Studio Code IDE with PySpark, an interface to use Apache Spark from P | Repository | Name | Version | |------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.6.17 | +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.7.0 | ## Values diff --git a/charts/vscode-pyspark/templates/statefulset.yaml b/charts/vscode-pyspark/templates/statefulset.yaml index fb122906..22ae01fd 100644 --- a/charts/vscode-pyspark/templates/statefulset.yaml +++ b/charts/vscode-pyspark/templates/statefulset.yaml @@ -323,23 +323,23 @@ spec: name: config-files {{- end }} {{- if (.Values.s3).enabled }} - - mountPath: /opt/hadoop/etc/hadoop/core-site.xml + - mountPath: /usr/local/lib/hadoop/etc/hadoop/core-site.xml subPath: coresite/core-site.xml name: config-files {{- end }} {{- if (.Values.spark).default }} - name: config-files - mountPath: /opt/spark/conf/spark-defaults.conf + mountPath: /usr/local/lib/spark/conf/spark-defaults.conf subPath: spark/spark-defaults.conf {{- end }} {{- if and (.Values.spark.default) (.Values.repository.mavenRepository) }} - name: config-files - mountPath: /opt/spark/conf/ivysettings.xml + mountPath: /usr/local/lib/spark/conf/ivysettings.xml subPath: ivysettings/ivysettings.xml {{- end }} {{- if (.Values.discovery).hive }} - name: config-files - mountPath: /opt/hive/conf/hive-site.xml + mountPath: /usr/local/lib/hive/conf/hive-site.xml subPath: hive/hive-site.xml {{- end }} {{- if (.Values.discovery).metaflow }} diff --git a/charts/vscode-pyspark/values.schema.json b/charts/vscode-pyspark/values.schema.json index 777ba022..e91ec7cc 100644 --- a/charts/vscode-pyspark/values.schema.json +++ b/charts/vscode-pyspark/values.schema.json @@ -25,7 +25,7 @@ "type": "string", "listEnum": [ "inseefrlab/onyxia-vscode-pyspark:py3.12.9-spark3.5.5", - "inseefrlab/onyxia-vscode-pyspark:py3.11.11-spark3.5.5" + "inseefrlab/onyxia-vscode-pyspark:py3.11.12-spark3.5.5" ], "render": "list", "hidden": { diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index a6976031..79afa6c4 100644 --- a/charts/vscode-python/Chart.yaml +++ b/charts/vscode-python/Chart.yaml @@ -22,8 +22,8 @@ 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.2.14 +version: 2.3.0 dependencies: - name: library-chart - version: 1.6.17 + version: 1.7.0 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/vscode-python/README.md b/charts/vscode-python/README.md index 108ba6bb..7d6e4d5e 100644 --- a/charts/vscode-python/README.md +++ b/charts/vscode-python/README.md @@ -15,7 +15,7 @@ The Visual Studio Code IDE with Python, Julia, and a collection of standard data | Repository | Name | Version | |------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.6.17 | +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.7.0 | ## Values diff --git a/charts/vscode-python/templates/statefulset.yaml b/charts/vscode-python/templates/statefulset.yaml index 00b2331d..8cfa2a43 100644 --- a/charts/vscode-python/templates/statefulset.yaml +++ b/charts/vscode-python/templates/statefulset.yaml @@ -264,7 +264,7 @@ spec: {{- end }} {{- if (.Values.discovery).hive }} - name: config-files - mountPath: /opt/hive/conf/hive-site.xml + mountPath: /usr/local/lib/hive/conf/hive-site.xml subPath: hive/hive-site.xml {{- end }} {{- if (.Values.discovery).metaflow }} diff --git a/charts/vscode-python/values.schema.json b/charts/vscode-python/values.schema.json index f4d140ce..4b876d91 100644 --- a/charts/vscode-python/values.schema.json +++ b/charts/vscode-python/values.schema.json @@ -26,7 +26,7 @@ "default": "inseefrlab/onyxia-vscode-python:py3.12.9", "listEnum": [ "inseefrlab/onyxia-vscode-python:py3.12.9", - "inseefrlab/onyxia-vscode-python:py3.11.11" + "inseefrlab/onyxia-vscode-python:py3.11.12" ], "render": "list", "hidden": {