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.27
version: 2.3.28
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.8-spark3.5.7",
"inseefrlab/onyxia-jupyter-pyspark:py3.12.12-spark3.5.7"
"inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark4.0.1",
"inseefrlab/onyxia-jupyter-pyspark:py3.12.12-spark4.0.1"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark3.5.7"
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark4.0.1"
},
"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.8-spark3.5.7",
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark4.0.1",
"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.8-spark3.5.7"
version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark4.0.1"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark3.5.7"
version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark4.0.1"

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.17
version: 2.3.18
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.7",
"inseefrlab/onyxia-rstudio-sparkr:r4.4.3-spark3.5.7"
"inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.0.1",
"inseefrlab/onyxia-rstudio-sparkr:r4.4.3-spark4.0.1"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.1-spark3.5.7"
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.0.1"
},
"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.7",
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.0.1",
"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.7"
version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.0.1"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.1-spark3.5.7"
version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.0.1"

spark:
sparkui: false
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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.19
version: 2.3.20
dependencies:
- name: library-chart
version: 2.0.1
Expand Down
6 changes: 3 additions & 3 deletions charts/rstudio/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:r4.5.1",
"inseefrlab/onyxia-rstudio:r4.5.2",
"inseefrlab/onyxia-rstudio:r4.4.3"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-rstudio:r4.5.1"
"default": "inseefrlab/onyxia-rstudio:r4.5.2"
},
"custom": {
"title": "Custom image",
Expand All @@ -49,7 +49,7 @@
"version": {
"title": "Name of the custom image",
"type": "string",
"default": "inseefrlab/onyxia-rstudio:r4.5.1",
"default": "inseefrlab/onyxia-rstudio:r4.5.2",
"hidden": {
"value": false,
"path": "enabled",
Expand Down
4 changes: 2 additions & 2 deletions charts/rstudio/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:r4.5.1"
version: "inseefrlab/onyxia-rstudio:r4.5.2"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-rstudio:r4.5.1"
version: "inseefrlab/onyxia-rstudio:r4.5.2"

security:
password: "changeme"
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.4.0
version: 2.4.1
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.8-spark3.5.7",
"inseefrlab/onyxia-vscode-pyspark:py3.12.12-spark3.5.7"
"inseefrlab/onyxia-vscode-pyspark:py3.13.8-spark4.0.1",
"inseefrlab/onyxia-vscode-pyspark:py3.12.12-spark4.0.1"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-vscode-pyspark:py3.13.8-spark3.5.7"
"default": "inseefrlab/onyxia-vscode-pyspark:py3.13.8-spark4.0.1"
},
"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.8-spark3.5.7",
"default": "inseefrlab/onyxia-vscode-pyspark:py3.13.8-spark4.0.1",
"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.8-spark3.5.7"
version: "inseefrlab/onyxia-vscode-pyspark:py3.13.8-spark4.0.1"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-vscode-pyspark:py3.13.8-spark3.5.7"
version: "inseefrlab/onyxia-vscode-pyspark:py3.13.8-spark4.0.1"

spark:
sparkui: false
Expand Down
6 changes: 3 additions & 3 deletions utils/charts-inheritance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jupyter-python:
jupyter-r-python-julia:
description: The JupyterLab IDE with Python, R, Julia, and a collection of standard data science packages
images:
- inseefrlab/onyxia-jupyter-r-python-julia:r4.5.1-py3.13.8
- inseefrlab/onyxia-jupyter-r-python-julia:r4.5.2-py3.13.8

jupyter-pyspark: []

Expand All @@ -22,7 +22,7 @@ rstudio:
rstudio-r-python-julia:
description: The RStudio IDE with Python, R, Julia, and a collection of standard data science packages
images:
- inseefrlab/onyxia-rstudio-r-python-julia:r4.5.1-py3.13.8
- inseefrlab/onyxia-rstudio-r-python-julia:r4.5.2-py3.13.8

rstudio-sparkr: []

Expand All @@ -40,6 +40,6 @@ vscode-python:
vscode-r-python-julia:
description: The VSCode IDE with minimal installations of R, Python and Julia.
images:
- inseefrlab/onyxia-vscode-r-python-julia:r4.5.1-py3.13.8
- inseefrlab/onyxia-vscode-r-python-julia:r4.5.2-py3.13.8

vscode-pyspark: []
Loading