diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index f8c1f7a4..680cb405 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: 2.3.10 +version: 2.3.11 dependencies: - name: library-chart version: 1.7.5 diff --git a/charts/jupyter-pyspark/values.schema.json b/charts/jupyter-pyspark/values.schema.json index 518c4ff6..f4eb26ac 100644 --- a/charts/jupyter-pyspark/values.schema.json +++ b/charts/jupyter-pyspark/values.schema.json @@ -24,15 +24,15 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-jupyter-pyspark:py3.12.9-spark3.5.5", - "inseefrlab/onyxia-jupyter-pyspark:py3.11.12-spark3.5.5" + "inseefrlab/onyxia-jupyter-pyspark:py3.12.11-spark3.5.5", + "inseefrlab/onyxia-jupyter-pyspark:py3.11.13-spark3.5.5" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.9-spark3.5.5" + "default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.11-spark3.5.5" }, "custom": { "title": "Custom image", @@ -49,7 +49,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.9-spark3.5.5", + "default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.11-spark3.5.5", "hidden": { "value": false, "path": "enabled", diff --git a/charts/jupyter-pyspark/values.yaml b/charts/jupyter-pyspark/values.yaml index 1e951e27..189515c9 100644 --- a/charts/jupyter-pyspark/values.yaml +++ b/charts/jupyter-pyspark/values.yaml @@ -4,11 +4,11 @@ global: service: image: - version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.9-spark3.5.5" + version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.11-spark3.5.5" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.9-spark3.5.5" + version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.11-spark3.5.5" spark: sparkui: false diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index 96f3967d..1ac661a3 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.11 +version: 2.3.12 dependencies: - name: library-chart version: 1.7.5 diff --git a/charts/jupyter-python/values.schema.json b/charts/jupyter-python/values.schema.json index dce0e7ce..c54929fa 100644 --- a/charts/jupyter-python/values.schema.json +++ b/charts/jupyter-python/values.schema.json @@ -24,15 +24,15 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-jupyter-python:py3.12.9", - "inseefrlab/onyxia-jupyter-python:py3.11.12" + "inseefrlab/onyxia-jupyter-python:py3.12.11", + "inseefrlab/onyxia-jupyter-python:py3.11.13" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-python:py3.12.9" + "default": "inseefrlab/onyxia-jupyter-python:py3.12.11" }, "custom": { "title": "Custom image", @@ -49,7 +49,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-jupyter-python:py3.12.9", + "default": "inseefrlab/onyxia-jupyter-python:py3.12.11", "hidden": { "value": false, "path": "enabled", diff --git a/charts/jupyter-python/values.yaml b/charts/jupyter-python/values.yaml index dd91e943..70612879 100644 --- a/charts/jupyter-python/values.yaml +++ b/charts/jupyter-python/values.yaml @@ -4,11 +4,11 @@ global: service: image: - version: "inseefrlab/onyxia-jupyter-python:py3.12.9" + version: "inseefrlab/onyxia-jupyter-python:py3.12.11" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-jupyter-python:py3.12.9" + version: "inseefrlab/onyxia-jupyter-python:py3.12.11" security: password: "changeme" diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index 05301d15..6190af03 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: 2.3.10 +version: 2.3.11 dependencies: - name: library-chart version: 1.7.5 diff --git a/charts/vscode-pyspark/values.schema.json b/charts/vscode-pyspark/values.schema.json index 023b54e9..b27c4ac9 100644 --- a/charts/vscode-pyspark/values.schema.json +++ b/charts/vscode-pyspark/values.schema.json @@ -24,15 +24,15 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-vscode-pyspark:py3.12.9-spark3.5.5", - "inseefrlab/onyxia-vscode-pyspark:py3.11.12-spark3.5.5" + "inseefrlab/onyxia-vscode-pyspark:py3.12.11-spark3.5.5", + "inseefrlab/onyxia-vscode-pyspark:py3.11.13-spark3.5.5" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-vscode-pyspark:py3.12.9-spark3.5.5" + "default": "inseefrlab/onyxia-vscode-pyspark:py3.12.11-spark3.5.5" }, "custom": { "title": "Custom image", @@ -49,7 +49,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-vscode-pyspark:py3.12.9-spark3.5.5", + "default": "inseefrlab/onyxia-vscode-pyspark:py3.12.11-spark3.5.5", "hidden": { "value": false, "path": "enabled", diff --git a/charts/vscode-pyspark/values.yaml b/charts/vscode-pyspark/values.yaml index c8364242..632b0429 100644 --- a/charts/vscode-pyspark/values.yaml +++ b/charts/vscode-pyspark/values.yaml @@ -4,11 +4,11 @@ global: service: image: - version: "inseefrlab/onyxia-vscode-pyspark:py3.12.9-spark3.5.5" + version: "inseefrlab/onyxia-vscode-pyspark:py3.12.11-spark3.5.5" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-vscode-pyspark:py3.12.9-spark3.5.5" + version: "inseefrlab/onyxia-vscode-pyspark:py3.12.11-spark3.5.5" spark: sparkui: false diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index 6c99f2b1..ab561e82 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.3.11 +version: 2.3.12 dependencies: - name: library-chart version: 1.7.5 diff --git a/charts/vscode-python/values.schema.json b/charts/vscode-python/values.schema.json index e4ae386f..90490159 100644 --- a/charts/vscode-python/values.schema.json +++ b/charts/vscode-python/values.schema.json @@ -23,10 +23,10 @@ "version": { "title": "Name of the service's Docker image", "type": "string", - "default": "inseefrlab/onyxia-vscode-python:py3.12.9", + "default": "inseefrlab/onyxia-vscode-python:py3.12.11", "listEnum": [ - "inseefrlab/onyxia-vscode-python:py3.12.9", - "inseefrlab/onyxia-vscode-python:py3.11.12" + "inseefrlab/onyxia-vscode-python:py3.12.11", + "inseefrlab/onyxia-vscode-python:py3.11.13" ], "render": "list", "hidden": { @@ -49,7 +49,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-vscode-python:py3.12.9", + "default": "inseefrlab/onyxia-vscode-python:py3.12.11", "hidden": { "value": false, "path": "enabled", diff --git a/charts/vscode-python/values.yaml b/charts/vscode-python/values.yaml index ee67e4ea..1e78e278 100644 --- a/charts/vscode-python/values.yaml +++ b/charts/vscode-python/values.yaml @@ -4,11 +4,11 @@ global: service: image: - version: "inseefrlab/onyxia-vscode-python:py3.12.9" + version: "inseefrlab/onyxia-vscode-python:py3.12.11" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-vscode-python:py3.12.9" + version: "inseefrlab/onyxia-vscode-python:py3.12.11" security: password: "changeme"