Skip to content

Commit d29efdd

Browse files
authored
update python version to 3.12.13 (#304)
1 parent b14ad0c commit d29efdd

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

charts/jupyter-pyspark/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type: application
2424
# This is the chart version. This version number should be incremented each time you make changes
2525
# to the chart and its templates, including the app version.
2626
# Versions are expected to follow Semantic Versioning (https://semver.org/)
27-
version: 3.1.2
27+
version: 3.1.3
2828
dependencies:
2929
- name: library-chart
3030
version: 2.0.3

charts/jupyter-pyspark/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"type": "string",
2626
"listEnum": [
2727
"inseefrlab/onyxia-jupyter-pyspark:py3.13.12-spark4.1.1",
28-
"inseefrlab/onyxia-jupyter-pyspark:py3.12.12-spark4.1.1",
28+
"inseefrlab/onyxia-jupyter-pyspark:py3.12.13-spark4.1.1",
2929
"inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark3.5.7",
30-
"inseefrlab/onyxia-jupyter-pyspark:py3.12.12-spark3.5.7"
30+
"inseefrlab/onyxia-jupyter-pyspark:py3.12.13-spark3.5.7"
3131
],
3232
"render": "list",
3333
"hidden": {

charts/jupyter-python/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type: application
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 2.4.4
25+
version: 2.4.5
2626
dependencies:
2727
- name: library-chart
2828
version: 2.0.3

charts/jupyter-python/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"type": "string",
2626
"listEnum": [
2727
"inseefrlab/onyxia-jupyter-python:py3.13.12",
28-
"inseefrlab/onyxia-jupyter-python:py3.12.12"
28+
"inseefrlab/onyxia-jupyter-python:py3.12.13"
2929
],
3030
"render": "list",
3131
"hidden": {

charts/vscode-pyspark/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type: application
2424
# This is the chart version. This version number should be incremented each time you make changes
2525
# to the chart and its templates, including the app version.
2626
# Versions are expected to follow Semantic Versioning (https://semver.org/)
27-
version: 3.1.1
27+
version: 3.1.2
2828
dependencies:
2929
- name: library-chart
3030
version: 2.0.3

charts/vscode-pyspark/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"type": "string",
2626
"listEnum": [
2727
"inseefrlab/onyxia-vscode-pyspark:py3.13.12-spark4.1.1",
28-
"inseefrlab/onyxia-vscode-pyspark:py3.12.12-spark4.1.1",
28+
"inseefrlab/onyxia-vscode-pyspark:py3.12.13-spark4.1.1",
2929
"inseefrlab/onyxia-vscode-pyspark:py3.13.8-spark3.5.7",
30-
"inseefrlab/onyxia-vscode-pyspark:py3.12.12-spark3.5.7"
30+
"inseefrlab/onyxia-vscode-pyspark:py3.12.13-spark3.5.7"
3131
],
3232
"render": "list",
3333
"hidden": {

charts/vscode-python/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type: application
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 2.5.2
25+
version: 2.5.3
2626
dependencies:
2727
- name: library-chart
2828
version: 2.0.3

charts/vscode-python/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"default": "inseefrlab/onyxia-vscode-python:py3.13.12",
2727
"listEnum": [
2828
"inseefrlab/onyxia-vscode-python:py3.13.12",
29-
"inseefrlab/onyxia-vscode-python:py3.12.12"
29+
"inseefrlab/onyxia-vscode-python:py3.12.13"
3030
],
3131
"render": "list",
3232
"hidden": {

0 commit comments

Comments
 (0)