From 9a3dae246d1b4efd3625f00e9e9b555153de11d0 Mon Sep 17 00:00:00 2001 From: Gaspi Date: Tue, 17 Sep 2024 12:53:39 +0000 Subject: [PATCH] Charts use the new python 3.12.5 images --- charts/jupyter-pyspark/Chart.yaml | 2 +- charts/jupyter-pyspark/values.schema.json | 6 +++--- charts/jupyter-pyspark/values.yaml | 4 ++-- charts/jupyter-python/Chart.yaml | 2 +- charts/jupyter-python/values.schema.json | 6 +++--- charts/jupyter-python/values.yaml | 4 ++-- charts/vscode-pyspark/Chart.yaml | 2 +- charts/vscode-pyspark/values.schema.json | 6 +++--- charts/vscode-pyspark/values.yaml | 4 ++-- charts/vscode-python/Chart.yaml | 2 +- charts/vscode-python/values.schema.json | 6 +++--- charts/vscode-python/values.yaml | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index f492c103..f87a14d6 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.0.7 +version: 2.0.8 dependencies: - name: library-chart diff --git a/charts/jupyter-pyspark/values.schema.json b/charts/jupyter-pyspark/values.schema.json index e5a6c8cf..5e3ecd27 100644 --- a/charts/jupyter-pyspark/values.schema.json +++ b/charts/jupyter-pyspark/values.schema.json @@ -24,7 +24,7 @@ "description": "supported versions", "type": "string", "listEnum": [ - "inseefrlab/onyxia-jupyter-pyspark:py3.12.4-spark3.5.2", + "inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2", "inseefrlab/onyxia-jupyter-pyspark:py3.11.9-spark3.5.2" ], "render": "list", @@ -32,7 +32,7 @@ "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.4-spark3.5.2" + "default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2" }, "custom": { "description": "use a custom jupyter docker image", @@ -50,7 +50,7 @@ "version": { "description": "jupyter unsupported version", "type": "string", - "default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.4-spark3.5.2", + "default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/jupyter-pyspark/values.yaml b/charts/jupyter-pyspark/values.yaml index c67a3683..37fef732 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.4-spark3.5.2" + version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.4-spark3.5.2" + version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2" spark: sparkui: false diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index cfb658da..2a11d3d1 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.0.7 +version: 2.0.8 dependencies: - name: library-chart diff --git a/charts/jupyter-python/values.schema.json b/charts/jupyter-python/values.schema.json index c7992b43..c0d827b0 100644 --- a/charts/jupyter-python/values.schema.json +++ b/charts/jupyter-python/values.schema.json @@ -24,7 +24,7 @@ "description": "supported versions", "type": "string", "listEnum": [ - "inseefrlab/onyxia-jupyter-python:py3.12.4", + "inseefrlab/onyxia-jupyter-python:py3.12.5", "inseefrlab/onyxia-jupyter-python:py3.11.9" ], "render": "list", @@ -32,7 +32,7 @@ "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-python:py3.12.4" + "default": "inseefrlab/onyxia-jupyter-python:py3.12.5" }, "custom": { "description": "use a custom jupyter docker image", @@ -50,7 +50,7 @@ "version": { "description": "jupyter unsupported version", "type": "string", - "default": "inseefrlab/onyxia-jupyter-python:py3.12.4", + "default": "inseefrlab/onyxia-jupyter-python:py3.12.5", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/jupyter-python/values.yaml b/charts/jupyter-python/values.yaml index f84d42d0..61be0103 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.4" + version: "inseefrlab/onyxia-jupyter-python:py3.12.5" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-jupyter-python:py3.12.4" + version: "inseefrlab/onyxia-jupyter-python:py3.12.5" security: password: "changeme" diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index ac893916..90643948 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.0.6 +version: 2.0.7 dependencies: - name: library-chart diff --git a/charts/vscode-pyspark/values.schema.json b/charts/vscode-pyspark/values.schema.json index 2b60ed79..2071d9ee 100644 --- a/charts/vscode-pyspark/values.schema.json +++ b/charts/vscode-pyspark/values.schema.json @@ -24,7 +24,7 @@ "description": "supported versions", "type": "string", "listEnum": [ - "inseefrlab/onyxia-vscode-pyspark:py3.12.4-spark3.5.2", + "inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2", "inseefrlab/onyxia-vscode-pyspark:py3.11.9-spark3.5.2" ], "render": "list", @@ -32,7 +32,7 @@ "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-vscode-pyspark:py3.12.4-spark3.5.2" + "default": "inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2" }, "custom": { "description": "use a custom vscode docker image", @@ -50,7 +50,7 @@ "version": { "description": "vscode unsupported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-pyspark:py3.12.4-spark3.5.2", + "default": "inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/vscode-pyspark/values.yaml b/charts/vscode-pyspark/values.yaml index 5c01c342..062954c9 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.4-spark3.5.2" + version: "inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-vscode-pyspark:py3.12.4-spark3.5.2" + version: "inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2" spark: sparkui: false diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index 86077faf..a2127a2e 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.0.6 +version: 2.0.7 dependencies: - name: library-chart diff --git a/charts/vscode-python/values.schema.json b/charts/vscode-python/values.schema.json index e0459695..3b65065e 100644 --- a/charts/vscode-python/values.schema.json +++ b/charts/vscode-python/values.schema.json @@ -23,9 +23,9 @@ "version": { "description": "vscode supported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-python:py3.12.4", + "default": "inseefrlab/onyxia-vscode-python:py3.12.5", "listEnum": [ - "inseefrlab/onyxia-vscode-python:py3.12.4", + "inseefrlab/onyxia-vscode-python:py3.12.5", "inseefrlab/onyxia-vscode-python:py3.11.9" ], "render": "list", @@ -50,7 +50,7 @@ "version": { "description": "vscode unsupported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-python:py3.12.4", + "default": "inseefrlab/onyxia-vscode-python:py3.12.5", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/vscode-python/values.yaml b/charts/vscode-python/values.yaml index 1502e290..b4e49383 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.4" + version: "inseefrlab/onyxia-vscode-python:py3.12.5" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-vscode-python:py3.12.4" + version: "inseefrlab/onyxia-vscode-python:py3.12.5" security: password: "changeme"