From ce595da23ece8185888f71912f402574a46b29e9 Mon Sep 17 00:00:00 2001 From: avouacr Date: Tue, 28 Nov 2023 18:00:41 +0000 Subject: [PATCH] chore(deps): remove legacy images of pyspark --- charts/jupyter-pyspark/Chart.yaml | 2 +- charts/jupyter-pyspark/values.schema.json | 4 +--- charts/vscode-pyspark/Chart.yaml | 2 +- charts/vscode-pyspark/values.schema.json | 6 ++---- 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index ecd90bbb..86a4e869 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: 1.32.26 +version: 1.32.27 dependencies: - name: library-chart diff --git a/charts/jupyter-pyspark/values.schema.json b/charts/jupyter-pyspark/values.schema.json index 2465c22a..b6929586 100644 --- a/charts/jupyter-pyspark/values.schema.json +++ b/charts/jupyter-pyspark/values.schema.json @@ -26,8 +26,6 @@ "listEnum": [ "inseefrlab/onyxia-jupyter-pyspark:py3.11.6-spark3.5.0", "inseefrlab/onyxia-jupyter-pyspark:py3.10.13-spark3.5.0", - "inseefrlab/onyxia-jupyter-pyspark:py3.11.6-spark3.4.1", - "inseefrlab/onyxia-jupyter-pyspark:py3.10.13-spark3.4.1", "inseefrlab/trevas-jupyter:0.4.1" ], "render": "list", @@ -50,7 +48,7 @@ "version": { "description": "jupyter unsupported version", "type": "string", - "default": "inseefrlab/onyxia-jupyter-pyspark:py3.10.13-spark3.4.1", + "default": "inseefrlab/onyxia-jupyter-pyspark:py3.10.13-spark3.5.0", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index 254f365b..27d56003 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: 1.3.19 +version: 1.3.20 dependencies: - name: library-chart diff --git a/charts/vscode-pyspark/values.schema.json b/charts/vscode-pyspark/values.schema.json index 7be03a38..70e20f93 100644 --- a/charts/vscode-pyspark/values.schema.json +++ b/charts/vscode-pyspark/values.schema.json @@ -25,9 +25,7 @@ "type": "string", "listEnum": [ "inseefrlab/onyxia-vscode-pyspark:py3.11.6-spark3.5.0", - "inseefrlab/onyxia-vscode-pyspark:py3.10.13-spark3.5.0", - "inseefrlab/onyxia-vscode-pyspark:py3.11.6-spark3.4.1", - "inseefrlab/onyxia-vscode-pyspark:py3.10.13-spark3.4.1" + "inseefrlab/onyxia-vscode-pyspark:py3.10.13-spark3.5.0" ], "render": "list", "hidden": { @@ -49,7 +47,7 @@ "version": { "description": "vscode unsupported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-pyspark:py3.10.13-spark3.4.1", + "default": "inseefrlab/onyxia-vscode-pyspark:py3.10.13-spark3.5.0", "hidden": { "value": false, "path": "service/image/custom/enabled"