diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index c30549f7..a6e9fe26 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.18 +version: 2.1.19 dependencies: - name: library-chart diff --git a/charts/jupyter-pyspark/values.schema.json b/charts/jupyter-pyspark/values.schema.json index 4e17eb5e..0742057f 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.6-spark3.5.3", + "inseefrlab/onyxia-jupyter-pyspark:py3.12.7-spark3.5.3", "inseefrlab/onyxia-jupyter-pyspark:py3.11.10-spark3.5.3" ], "render": "list", @@ -32,7 +32,7 @@ "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.3" + "default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.7-spark3.5.3" }, "custom": { "description": "use a custom jupyter docker image", diff --git a/charts/jupyter-pyspark/values.yaml b/charts/jupyter-pyspark/values.yaml index 9626a789..e13d6862 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.6-spark3.5.3" + version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.7-spark3.5.3" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.3" + version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.7-spark3.5.3" customPythonEnv: false spark: sparkui: false diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index 4cfdcc4c..f29d10ac 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.17 +version: 2.1.18 dependencies: - name: library-chart diff --git a/charts/jupyter-python/values.schema.json b/charts/jupyter-python/values.schema.json index 36d7a02e..470b6c59 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.6", + "inseefrlab/onyxia-jupyter-python:py3.12.7", "inseefrlab/onyxia-jupyter-python:py3.11.10" ], "render": "list", @@ -32,7 +32,7 @@ "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-python:py3.12.6" + "default": "inseefrlab/onyxia-jupyter-python:py3.12.7" }, "custom": { "description": "use a custom jupyter docker image", diff --git a/charts/jupyter-python/values.yaml b/charts/jupyter-python/values.yaml index 882b8c5d..92d6a26f 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.6" + version: "inseefrlab/onyxia-jupyter-python:py3.12.7" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-jupyter-python:py3.12.6" + version: "inseefrlab/onyxia-jupyter-python:py3.12.7" customPythonEnv: false security: diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index 9c1447fa..c2da1869 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.19 +version: 2.1.20 dependencies: - name: library-chart diff --git a/charts/vscode-pyspark/values.schema.json b/charts/vscode-pyspark/values.schema.json index f2b51fd4..581610c3 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.6-spark3.5.3", + "inseefrlab/onyxia-vscode-pyspark:py3.12.7-spark3.5.3", "inseefrlab/onyxia-vscode-pyspark:py3.11.10-spark3.5.3" ], "render": "list", @@ -32,7 +32,7 @@ "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.3" + "default": "inseefrlab/onyxia-vscode-pyspark:py3.12.7-spark3.5.3" }, "custom": { "description": "use a custom vscode docker image", diff --git a/charts/vscode-pyspark/values.yaml b/charts/vscode-pyspark/values.yaml index 59706e0e..c1bca508 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.6-spark3.5.3" + version: "inseefrlab/onyxia-vscode-pyspark:py3.12.7-spark3.5.3" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.3" + version: "inseefrlab/onyxia-vscode-pyspark:py3.12.7-spark3.5.3" customPythonEnv: false spark: diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index 7d716fb5..021dd013 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.18 +version: 2.1.19 dependencies: - name: library-chart diff --git a/charts/vscode-python/values.schema.json b/charts/vscode-python/values.schema.json index aa294c7c..a5d5cafe 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.6", + "default": "inseefrlab/onyxia-vscode-python:py3.12.7", "listEnum": [ - "inseefrlab/onyxia-vscode-python:py3.12.6", + "inseefrlab/onyxia-vscode-python:py3.12.7", "inseefrlab/onyxia-vscode-python:py3.11.10" ], "render": "list", @@ -50,7 +50,7 @@ "version": { "description": "vscode unsupported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-python:py3.12.6", + "default": "inseefrlab/onyxia-vscode-python:py3.12.7", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/vscode-python/values.yaml b/charts/vscode-python/values.yaml index bce639d0..c60bec87 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.6" + version: "inseefrlab/onyxia-vscode-python:py3.12.7" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-vscode-python:py3.12.6" + version: "inseefrlab/onyxia-vscode-python:py3.12.7" customPythonEnv: false security: