diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index 3c96d745..ac272440 100644 --- a/charts/jupyter-pyspark/Chart.yaml +++ b/charts/jupyter-pyspark/Chart.yaml @@ -24,7 +24,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: 3.0.1 +version: 3.0.2 dependencies: - name: library-chart version: 2.0.3 diff --git a/charts/jupyter-pyspark/values.schema.json b/charts/jupyter-pyspark/values.schema.json index be5a4606..dad87a12 100644 --- a/charts/jupyter-pyspark/values.schema.json +++ b/charts/jupyter-pyspark/values.schema.json @@ -24,7 +24,7 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark4.0.1", + "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.0.1", "inseefrlab/onyxia-jupyter-pyspark:py3.12.12-spark4.0.1" ], "render": "list", @@ -32,7 +32,7 @@ "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark4.0.1" + "default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.0.1" }, "custom": { "title": "Custom image", @@ -49,7 +49,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark4.0.1", + "default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.0.1", "hidden": { "value": false, "path": "enabled", diff --git a/charts/jupyter-pyspark/values.yaml b/charts/jupyter-pyspark/values.yaml index 689f96ce..7698d851 100644 --- a/charts/jupyter-pyspark/values.yaml +++ b/charts/jupyter-pyspark/values.yaml @@ -7,11 +7,11 @@ service: image: "inseefrlab/onyxia-base:latest" pullPolicy: IfNotPresent image: - version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark4.0.1" + version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.0.1" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark4.0.1" + version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.0.1" spark: ui: false diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index 0462a011..4d65d54d 100644 --- a/charts/jupyter-python/Chart.yaml +++ b/charts/jupyter-python/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.3.28 +version: 2.3.29 dependencies: - name: library-chart version: 2.0.3 diff --git a/charts/jupyter-python/values.schema.json b/charts/jupyter-python/values.schema.json index f5eac145..616286dd 100644 --- a/charts/jupyter-python/values.schema.json +++ b/charts/jupyter-python/values.schema.json @@ -24,7 +24,7 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-jupyter-python:py3.13.8", + "inseefrlab/onyxia-jupyter-python:py3.13.11", "inseefrlab/onyxia-jupyter-python:py3.12.12" ], "render": "list", @@ -32,7 +32,7 @@ "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-python:py3.13.8" + "default": "inseefrlab/onyxia-jupyter-python:py3.13.11" }, "custom": { "title": "Custom image", @@ -49,7 +49,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-jupyter-python:py3.13.8", + "default": "inseefrlab/onyxia-jupyter-python:py3.13.11", "hidden": { "value": false, "path": "enabled", diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index 4e109445..54fda83f 100644 --- a/charts/vscode-pyspark/Chart.yaml +++ b/charts/vscode-pyspark/Chart.yaml @@ -24,7 +24,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: 3.0.1 +version: 3.0.2 dependencies: - name: library-chart version: 2.0.3 diff --git a/charts/vscode-pyspark/values.schema.json b/charts/vscode-pyspark/values.schema.json index e4e775d6..666ba96f 100644 --- a/charts/vscode-pyspark/values.schema.json +++ b/charts/vscode-pyspark/values.schema.json @@ -24,7 +24,7 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-vscode-pyspark:py3.13.8-spark4.0.1", + "inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.0.1", "inseefrlab/onyxia-vscode-pyspark:py3.12.12-spark4.0.1" ], "render": "list", @@ -32,7 +32,7 @@ "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-vscode-pyspark:py3.13.8-spark4.0.1" + "default": "inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.0.1" }, "custom": { "title": "Custom image", @@ -49,7 +49,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-vscode-pyspark:py3.13.8-spark4.0.1", + "default": "inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.0.1", "hidden": { "value": false, "path": "enabled", diff --git a/charts/vscode-pyspark/values.yaml b/charts/vscode-pyspark/values.yaml index f1946deb..b2af0518 100644 --- a/charts/vscode-pyspark/values.yaml +++ b/charts/vscode-pyspark/values.yaml @@ -7,11 +7,11 @@ service: image: "inseefrlab/onyxia-base:latest" pullPolicy: IfNotPresent image: - version: "inseefrlab/onyxia-vscode-pyspark:py3.13.8-spark4.0.1" + version: "inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.0.1" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-vscode-pyspark:py3.13.8-spark4.0.1" + version: "inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.0.1" spark: ui: false diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index 0331752c..e0f6d007 100644 --- a/charts/vscode-python/Chart.yaml +++ b/charts/vscode-python/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.4.3 +version: 2.4.4 dependencies: - name: library-chart version: 2.0.3 diff --git a/charts/vscode-python/values.schema.json b/charts/vscode-python/values.schema.json index f54db14f..0cf58495 100644 --- a/charts/vscode-python/values.schema.json +++ b/charts/vscode-python/values.schema.json @@ -23,9 +23,9 @@ "version": { "title": "Name of the service's Docker image", "type": "string", - "default": "inseefrlab/onyxia-vscode-python:py3.13.8", + "default": "inseefrlab/onyxia-vscode-python:py3.13.11", "listEnum": [ - "inseefrlab/onyxia-vscode-python:py3.13.8", + "inseefrlab/onyxia-vscode-python:py3.13.11", "inseefrlab/onyxia-vscode-python:py3.12.12" ], "render": "list", @@ -49,7 +49,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-vscode-python:py3.13.8", + "default": "inseefrlab/onyxia-vscode-python:py3.13.11", "hidden": { "value": false, "path": "enabled", diff --git a/charts/vscode-python/values.yaml b/charts/vscode-python/values.yaml index 1fa30cd5..79a31591 100644 --- a/charts/vscode-python/values.yaml +++ b/charts/vscode-python/values.yaml @@ -7,11 +7,11 @@ service: image: "inseefrlab/onyxia-base:latest" pullPolicy: IfNotPresent image: - version: "inseefrlab/onyxia-vscode-python:py3.13.8" + version: "inseefrlab/onyxia-vscode-python:py3.13.11" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-vscode-python:py3.13.8" + version: "inseefrlab/onyxia-vscode-python:py3.13.11" security: password: "changeme" diff --git a/utils/charts-inheritance.yaml b/utils/charts-inheritance.yaml index 201f5d8e..58327a94 100644 --- a/utils/charts-inheritance.yaml +++ b/utils/charts-inheritance.yaml @@ -12,7 +12,7 @@ jupyter-python: jupyter-r-python-julia: description: The JupyterLab IDE with Python, R, Julia, and a collection of standard data science packages images: - - inseefrlab/onyxia-jupyter-r-python-julia:r4.5.2-py3.13.8 + - inseefrlab/onyxia-jupyter-r-python-julia:r4.5.2-py3.13.11 jupyter-pyspark: [] @@ -22,7 +22,7 @@ rstudio: rstudio-r-python-julia: description: The RStudio IDE with Python, R, Julia, and a collection of standard data science packages images: - - inseefrlab/onyxia-rstudio-r-python-julia:r4.5.2-py3.13.8 + - inseefrlab/onyxia-rstudio-r-python-julia:r4.5.2-py3.13.11 rstudio-sparkr: [] @@ -40,6 +40,6 @@ vscode-python: vscode-r-python-julia: description: The VSCode IDE with minimal installations of R, Python and Julia. images: - - inseefrlab/onyxia-vscode-r-python-julia:r4.5.2-py3.13.8 + - inseefrlab/onyxia-vscode-r-python-julia:r4.5.2-py3.13.11 vscode-pyspark: []