Skip to content

Commit db40a48

Browse files
authored
update R 4.5.2 and spark 4.0.1 (#281)
1 parent 4174946 commit db40a48

13 files changed

Lines changed: 30 additions & 30 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: 2.3.27
27+
version: 2.3.28
2828
dependencies:
2929
- name: library-chart
3030
version: 1.7.14

charts/jupyter-pyspark/values.schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"title": "Name of the service's Docker image",
2525
"type": "string",
2626
"listEnum": [
27-
"inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark3.5.7",
28-
"inseefrlab/onyxia-jupyter-pyspark:py3.12.12-spark3.5.7"
27+
"inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark4.0.1",
28+
"inseefrlab/onyxia-jupyter-pyspark:py3.12.12-spark4.0.1"
2929
],
3030
"render": "list",
3131
"hidden": {
3232
"value": true,
3333
"path": "service/image/custom/enabled"
3434
},
35-
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark3.5.7"
35+
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark4.0.1"
3636
},
3737
"custom": {
3838
"title": "Custom image",
@@ -49,7 +49,7 @@
4949
"version": {
5050
"title": "Name of the custom image",
5151
"type": "string",
52-
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark3.5.7",
52+
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark4.0.1",
5353
"hidden": {
5454
"value": false,
5555
"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.8-spark3.5.7"
10+
version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark4.0.1"
1111
pullPolicy: IfNotPresent
1212
custom:
1313
enabled: false
14-
version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark3.5.7"
14+
version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark4.0.1"
1515

1616
spark:
1717
sparkui: 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: 2.3.17
26+
version: 2.3.18
2727
dependencies:
2828
- name: library-chart
2929
version: 1.7.14

charts/rstudio-sparkr/values.schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"title": "Name of the service's Docker image",
2525
"type": "string",
2626
"listEnum": [
27-
"inseefrlab/onyxia-rstudio-sparkr:r4.5.1-spark3.5.7",
28-
"inseefrlab/onyxia-rstudio-sparkr:r4.4.3-spark3.5.7"
27+
"inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.0.1",
28+
"inseefrlab/onyxia-rstudio-sparkr:r4.4.3-spark4.0.1"
2929
],
3030
"render": "list",
3131
"hidden": {
3232
"value": true,
3333
"path": "service/image/custom/enabled"
3434
},
35-
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.1-spark3.5.7"
35+
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.0.1"
3636
},
3737
"custom": {
3838
"title": "Custom image",
@@ -49,7 +49,7 @@
4949
"version": {
5050
"title": "Name of the custom image",
5151
"type": "string",
52-
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.1-spark3.5.7",
52+
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.0.1",
5353
"hidden": {
5454
"value": false,
5555
"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.1-spark3.5.7"
10+
version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.0.1"
1111
pullPolicy: IfNotPresent
1212
custom:
1313
enabled: false
14-
version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.1-spark3.5.7"
14+
version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.0.1"
1515

1616
spark:
1717
sparkui: false

charts/rstudio/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.3.19
25+
version: 2.3.20
2626
dependencies:
2727
- name: library-chart
2828
version: 2.0.1

charts/rstudio/values.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"title": "Name of the service's Docker image",
2525
"type": "string",
2626
"listEnum": [
27-
"inseefrlab/onyxia-rstudio:r4.5.1",
27+
"inseefrlab/onyxia-rstudio:r4.5.2",
2828
"inseefrlab/onyxia-rstudio:r4.4.3"
2929
],
3030
"render": "list",
3131
"hidden": {
3232
"value": true,
3333
"path": "service/image/custom/enabled"
3434
},
35-
"default": "inseefrlab/onyxia-rstudio:r4.5.1"
35+
"default": "inseefrlab/onyxia-rstudio:r4.5.2"
3636
},
3737
"custom": {
3838
"title": "Custom image",
@@ -49,7 +49,7 @@
4949
"version": {
5050
"title": "Name of the custom image",
5151
"type": "string",
52-
"default": "inseefrlab/onyxia-rstudio:r4.5.1",
52+
"default": "inseefrlab/onyxia-rstudio:r4.5.2",
5353
"hidden": {
5454
"value": false,
5555
"path": "enabled",

charts/rstudio/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:r4.5.1"
10+
version: "inseefrlab/onyxia-rstudio:r4.5.2"
1111
pullPolicy: IfNotPresent
1212
custom:
1313
enabled: false
14-
version: "inseefrlab/onyxia-rstudio:r4.5.1"
14+
version: "inseefrlab/onyxia-rstudio:r4.5.2"
1515

1616
security:
1717
password: "changeme"

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: 2.4.0
27+
version: 2.4.1
2828
dependencies:
2929
- name: library-chart
3030
version: 1.7.14

0 commit comments

Comments
 (0)