From 810faf3c72c53e976be3c1c973af03064bfe2a4a Mon Sep 17 00:00:00 2001 From: avouacr Date: Thu, 25 Jan 2024 10:18:12 +0000 Subject: [PATCH] chore(python): reorder python versions in images list --- charts/jupyter-python/Chart.yaml | 2 +- charts/jupyter-python/values.schema.json | 8 ++++---- charts/vscode-python/Chart.yaml | 2 +- charts/vscode-python/values.schema.json | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index 459471c9..289653d7 100644 --- a/charts/jupyter-python/Chart.yaml +++ b/charts/jupyter-python/Chart.yaml @@ -23,7 +23,7 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.13.23 +version: 1.13.24 dependencies: - name: library-chart diff --git a/charts/jupyter-python/values.schema.json b/charts/jupyter-python/values.schema.json index 1f648ea8..ca4f7755 100644 --- a/charts/jupyter-python/values.schema.json +++ b/charts/jupyter-python/values.schema.json @@ -24,15 +24,15 @@ "description": "supported versions", "type": "string", "listEnum": [ - "inseefrlab/onyxia-jupyter-python:py3.10.13", - "inseefrlab/onyxia-jupyter-python:py3.11.6" + "inseefrlab/onyxia-jupyter-python:py3.11.6", + "inseefrlab/onyxia-jupyter-python:py3.10.13" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-python:py3.10.13" + "default": "inseefrlab/onyxia-jupyter-python:py3.11.6" }, "custom": { "description": "use a custom jupyter docker image", @@ -47,7 +47,7 @@ "version": { "description": "jupyter unsupported version", "type": "string", - "default": "inseefrlab/onyxia-jupyter-python:py3.10.13", + "default": "inseefrlab/onyxia-jupyter-python:py3.11.6", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index e790cc9d..0441d8bb 100644 --- a/charts/vscode-python/Chart.yaml +++ b/charts/vscode-python/Chart.yaml @@ -23,7 +23,7 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.11.21 +version: 1.11.22 dependencies: - name: library-chart diff --git a/charts/vscode-python/values.schema.json b/charts/vscode-python/values.schema.json index 268f99a6..33b532fd 100644 --- a/charts/vscode-python/values.schema.json +++ b/charts/vscode-python/values.schema.json @@ -137,10 +137,10 @@ "version": { "description": "vscode supported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-python:py3.10.13", + "default": "inseefrlab/onyxia-vscode-python:py3.11.6", "listEnum": [ - "inseefrlab/onyxia-vscode-python:py3.10.13", - "inseefrlab/onyxia-vscode-python:py3.11.6" + "inseefrlab/onyxia-vscode-python:py3.11.6", + "inseefrlab/onyxia-vscode-python:py3.10.13" ], "render": "list", "hidden": { @@ -161,7 +161,7 @@ "version": { "description": "vscode unsupported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-python:py3.10.13", + "default": "inseefrlab/onyxia-vscode-python:py3.11.6", "hidden": { "value": false, "path": "service/image/custom/enabled"