Skip to content

Commit e45c3fd

Browse files
authored
[Spark] Keep spark v3 images in values.schema.json (#289)
1 parent 8ed89bf commit e45c3fd

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

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.0.2
27+
version: 3.0.3
2828
dependencies:
2929
- name: library-chart
3030
version: 2.0.3

charts/jupyter-pyspark/values.schema.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
"type": "string",
2626
"listEnum": [
2727
"inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.0.1",
28-
"inseefrlab/onyxia-jupyter-pyspark:py3.12.12-spark4.0.1"
28+
"inseefrlab/onyxia-jupyter-pyspark:py3.12.12-spark4.0.1",
29+
"inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark3.5.7",
30+
"inseefrlab/onyxia-jupyter-pyspark:py3.12.12-spark3.5.7"
2931
],
3032
"render": "list",
3133
"hidden": {

charts/rstudio-sparkr/Chart.yaml

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

charts/rstudio-sparkr/values.schema.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
"type": "string",
2626
"listEnum": [
2727
"inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.0.1",
28-
"inseefrlab/onyxia-rstudio-sparkr:r4.4.3-spark4.0.1"
28+
"inseefrlab/onyxia-rstudio-sparkr:r4.4.3-spark4.0.1",
29+
"inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark3.5.7",
30+
"inseefrlab/onyxia-rstudio-sparkr:r4.4.3-spark3.5.7"
2931
],
3032
"render": "list",
3133
"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.0.3
27+
version: 3.0.4
2828
dependencies:
2929
- name: library-chart
3030
version: 2.0.3

charts/vscode-pyspark/values.schema.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
"type": "string",
2626
"listEnum": [
2727
"inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.0.1",
28-
"inseefrlab/onyxia-vscode-pyspark:py3.12.12-spark4.0.1"
28+
"inseefrlab/onyxia-vscode-pyspark:py3.12.12-spark4.0.1",
29+
"inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark3.5.7",
30+
"inseefrlab/onyxia-jupyter-pyspark:py3.12.12-spark3.5.7"
2931
],
3032
"render": "list",
3133
"hidden": {

0 commit comments

Comments
 (0)