From 18b438e245f66e45146e0464a5ec77737d18db26 Mon Sep 17 00:00:00 2001 From: ihiverlet Date: Wed, 2 Oct 2024 09:19:09 +0000 Subject: [PATCH] fix default vscode-python version & update corresponding values.yaml properties --- charts/jupyter-pyspark/Chart.yaml | 2 +- charts/jupyter-pyspark/values.yaml | 4 ++-- charts/jupyter-python/Chart.yaml | 2 +- charts/jupyter-python/values.yaml | 4 ++-- charts/vscode-pyspark/Chart.yaml | 2 +- charts/vscode-pyspark/values.yaml | 4 ++-- charts/vscode-python/Chart.yaml | 2 +- charts/vscode-python/values.schema.json | 2 +- charts/vscode-python/values.yaml | 4 ++-- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index c8349832..fd072ab1 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.1.3 +version: 2.1.4 dependencies: - name: library-chart diff --git a/charts/jupyter-pyspark/values.yaml b/charts/jupyter-pyspark/values.yaml index 37fef732..1efa25e9 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.5-spark3.5.2" + version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2" + version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2" spark: sparkui: false diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index 51af3d9a..bdac60a4 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.1.3 +version: 2.1.4 dependencies: - name: library-chart diff --git a/charts/jupyter-python/values.yaml b/charts/jupyter-python/values.yaml index 61be0103..84824014 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.5" + version: "inseefrlab/onyxia-jupyter-python:py3.12.6" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-jupyter-python:py3.12.5" + version: "inseefrlab/onyxia-jupyter-python:py3.12.6" security: password: "changeme" diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index b6662ffb..9c81cd87 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.1.3 +version: 2.1.4 dependencies: - name: library-chart diff --git a/charts/vscode-pyspark/values.yaml b/charts/vscode-pyspark/values.yaml index 062954c9..83ccafe2 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.5-spark3.5.2" + version: "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.2" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2" + version: "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.2" spark: sparkui: false diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index 51bf7520..3fb84c64 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.1.3 +version: 2.1.4 dependencies: - name: library-chart diff --git a/charts/vscode-python/values.schema.json b/charts/vscode-python/values.schema.json index c58323e9..660e97b6 100644 --- a/charts/vscode-python/values.schema.json +++ b/charts/vscode-python/values.schema.json @@ -23,7 +23,7 @@ "version": { "description": "vscode supported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-python:py3.12.5", + "default": "inseefrlab/onyxia-vscode-python:py3.12.6", "listEnum": [ "inseefrlab/onyxia-vscode-python:py3.12.6", "inseefrlab/onyxia-vscode-python:py3.11.10" diff --git a/charts/vscode-python/values.yaml b/charts/vscode-python/values.yaml index b4e49383..bdc20548 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.5" + version: "inseefrlab/onyxia-vscode-python:py3.12.6" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-vscode-python:py3.12.5" + version: "inseefrlab/onyxia-vscode-python:py3.12.6" security: password: "changeme"