Skip to content

Commit 682c00a

Browse files
authored
update spark to 4.1.1 (#296)
1 parent c769c65 commit 682c00a

File tree

9 files changed

+21
-21
lines changed

9 files changed

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

charts/jupyter-pyspark/values.schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"title": "Name of the service's Docker image",
2525
"type": "string",
2626
"listEnum": [
27-
"inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.0.1",
28-
"inseefrlab/onyxia-jupyter-pyspark:py3.12.12-spark4.0.1",
27+
"inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.1.1",
28+
"inseefrlab/onyxia-jupyter-pyspark:py3.12.12-spark4.1.1",
2929
"inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark3.5.7",
3030
"inseefrlab/onyxia-jupyter-pyspark:py3.12.12-spark3.5.7"
3131
],
@@ -34,7 +34,7 @@
3434
"value": true,
3535
"path": "service/image/custom/enabled"
3636
},
37-
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.0.1"
37+
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.1.1"
3838
},
3939
"custom": {
4040
"title": "Custom image",
@@ -51,7 +51,7 @@
5151
"version": {
5252
"title": "Name of the custom image",
5353
"type": "string",
54-
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.0.1",
54+
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.1.1",
5555
"hidden": {
5656
"value": false,
5757
"path": "enabled",

charts/jupyter-pyspark/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ service:
77
image: "inseefrlab/onyxia-base:latest"
88
pullPolicy: IfNotPresent
99
image:
10-
version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.0.1"
10+
version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.1.1"
1111
pullPolicy: IfNotPresent
1212
custom:
1313
enabled: false
14-
version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.0.1"
14+
version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.1.1"
1515

1616
spark:
1717
ui: false

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.2
26+
version: 3.0.3
2727
dependencies:
2828
- name: library-chart
2929
version: 2.0.3

charts/rstudio-sparkr/values.schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"title": "Name of the service's Docker image",
2525
"type": "string",
2626
"listEnum": [
27-
"inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.0.1",
28-
"inseefrlab/onyxia-rstudio-sparkr:r4.4.3-spark4.0.1",
27+
"inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.1.1",
28+
"inseefrlab/onyxia-rstudio-sparkr:r4.4.3-spark4.1.1",
2929
"inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark3.5.7",
3030
"inseefrlab/onyxia-rstudio-sparkr:r4.4.3-spark3.5.7"
3131
],
@@ -34,7 +34,7 @@
3434
"value": true,
3535
"path": "service/image/custom/enabled"
3636
},
37-
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.0.1"
37+
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.1.1"
3838
},
3939
"custom": {
4040
"title": "Custom image",
@@ -51,7 +51,7 @@
5151
"version": {
5252
"title": "Name of the custom image",
5353
"type": "string",
54-
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.0.1",
54+
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.1.1",
5555
"hidden": {
5656
"value": false,
5757
"path": "enabled",

charts/rstudio-sparkr/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ service:
77
image: "inseefrlab/onyxia-base:latest"
88
pullPolicy: IfNotPresent
99
image:
10-
version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.0.1"
10+
version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.1.1"
1111
pullPolicy: IfNotPresent
1212
custom:
1313
enabled: false
14-
version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.0.1"
14+
version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.1.1"
1515

1616
spark:
1717
ui: false

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

charts/vscode-pyspark/values.schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"title": "Name of the service's Docker image",
2525
"type": "string",
2626
"listEnum": [
27-
"inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.0.1",
28-
"inseefrlab/onyxia-vscode-pyspark:py3.12.12-spark4.0.1",
27+
"inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.1.1",
28+
"inseefrlab/onyxia-vscode-pyspark:py3.12.12-spark4.1.1",
2929
"inseefrlab/onyxia-vscode-pyspark:py3.13.8-spark3.5.7",
3030
"inseefrlab/onyxia-vscode-pyspark:py3.12.12-spark3.5.7"
3131
],
@@ -34,7 +34,7 @@
3434
"value": true,
3535
"path": "service/image/custom/enabled"
3636
},
37-
"default": "inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.0.1"
37+
"default": "inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.1.1"
3838
},
3939
"custom": {
4040
"title": "Custom image",
@@ -51,7 +51,7 @@
5151
"version": {
5252
"title": "Name of the custom image",
5353
"type": "string",
54-
"default": "inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.0.1",
54+
"default": "inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.1.1",
5555
"hidden": {
5656
"value": false,
5757
"path": "enabled",

charts/vscode-pyspark/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ service:
77
image: "inseefrlab/onyxia-base:latest"
88
pullPolicy: IfNotPresent
99
image:
10-
version: "inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.0.1"
10+
version: "inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.1.1"
1111
pullPolicy: IfNotPresent
1212
custom:
1313
enabled: false
14-
version: "inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.0.1"
14+
version: "inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.1.1"
1515

1616
spark:
1717
ui: false

0 commit comments

Comments
 (0)