Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/jupyter-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.22
version: 2.3.23
dependencies:
- name: library-chart
version: 1.7.14
Expand Down
8 changes: 4 additions & 4 deletions charts/jupyter-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"title": "Name of the service's Docker image",
"type": "string",
"listEnum": [
"inseefrlab/onyxia-jupyter-pyspark:py3.13.7-spark3.5.6",
"inseefrlab/onyxia-jupyter-pyspark:py3.12.11-spark3.5.6"
"inseefrlab/onyxia-jupyter-pyspark:py3.13.7-spark3.5.7",
"inseefrlab/onyxia-jupyter-pyspark:py3.12.11-spark3.5.7"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.7-spark3.5.6"
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.7-spark3.5.7"
},
"custom": {
"title": "Custom image",
Expand All @@ -49,7 +49,7 @@
"version": {
"title": "Name of the custom image",
"type": "string",
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.7-spark3.5.6",
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.7-spark3.5.7",
"hidden": {
"value": false,
"path": "enabled",
Expand Down
4 changes: 2 additions & 2 deletions charts/jupyter-pyspark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ service:
image: "inseefrlab/onyxia-base:latest"
pullPolicy: IfNotPresent
image:
version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.7-spark3.5.6"
version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.7-spark3.5.7"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.7-spark3.5.6"
version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.7-spark3.5.7"

spark:
sparkui: false
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio-sparkr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.3.15
version: 2.3.16
dependencies:
- name: library-chart
version: 1.7.14
Expand Down
8 changes: 4 additions & 4 deletions charts/rstudio-sparkr/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"title": "Name of the service's Docker image",
"type": "string",
"listEnum": [
"inseefrlab/onyxia-rstudio-sparkr:r4.5.1-spark3.5.6",
"inseefrlab/onyxia-rstudio-sparkr:r4.4.3-spark3.5.6"
"inseefrlab/onyxia-rstudio-sparkr:r4.5.1-spark3.5.7",
"inseefrlab/onyxia-rstudio-sparkr:r4.4.3-spark3.5.7"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.1-spark3.5.6"
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.1-spark3.5.7"
},
"custom": {
"title": "Custom image",
Expand All @@ -49,7 +49,7 @@
"version": {
"title": "Name of the custom image",
"type": "string",
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.1-spark3.5.6",
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.1-spark3.5.7",
"hidden": {
"value": false,
"path": "enabled",
Expand Down
4 changes: 2 additions & 2 deletions charts/rstudio-sparkr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ service:
image: "inseefrlab/onyxia-base:latest"
pullPolicy: IfNotPresent
image:
version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.1-spark3.5.6"
version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.1-spark3.5.7"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.1-spark3.5.6"
version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.1-spark3.5.7"

spark:
sparkui: false
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.20
version: 2.3.21
dependencies:
- name: library-chart
version: 1.7.14
Expand Down
8 changes: 4 additions & 4 deletions charts/vscode-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"title": "Name of the service's Docker image",
"type": "string",
"listEnum": [
"inseefrlab/onyxia-vscode-pyspark:py3.13.7-spark3.5.6",
"inseefrlab/onyxia-vscode-pyspark:py3.12.11-spark3.5.6"
"inseefrlab/onyxia-vscode-pyspark:py3.13.7-spark3.5.7",
"inseefrlab/onyxia-vscode-pyspark:py3.12.11-spark3.5.7"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-vscode-pyspark:py3.13.7-spark3.5.6"
"default": "inseefrlab/onyxia-vscode-pyspark:py3.13.7-spark3.5.7"
},
"custom": {
"title": "Custom image",
Expand All @@ -49,7 +49,7 @@
"version": {
"title": "Name of the custom image",
"type": "string",
"default": "inseefrlab/onyxia-vscode-pyspark:py3.13.7-spark3.5.6",
"default": "inseefrlab/onyxia-vscode-pyspark:py3.13.7-spark3.5.7",
"hidden": {
"value": false,
"path": "enabled",
Expand Down
4 changes: 2 additions & 2 deletions charts/vscode-pyspark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ service:
image: "inseefrlab/onyxia-base:latest"
pullPolicy: IfNotPresent
image:
version: "inseefrlab/onyxia-vscode-pyspark:py3.13.7-spark3.5.6"
version: "inseefrlab/onyxia-vscode-pyspark:py3.13.7-spark3.5.7"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-vscode-pyspark:py3.13.7-spark3.5.6"
version: "inseefrlab/onyxia-vscode-pyspark:py3.13.7-spark3.5.7"

spark:
sparkui: false
Expand Down
Loading