Skip to content

Commit

Permalink
chore(deps): bump python & R latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Jul 9, 2024
1 parent 596314b commit 7f7813c
Show file tree
Hide file tree
Showing 19 changed files with 39 additions and 39 deletions.
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: 1.33.20
version: 1.33.21

dependencies:
- name: library-chart
Expand Down
6 changes: 3 additions & 3 deletions charts/jupyter-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"description": "supported versions",
"type": "string",
"listEnum": [
"inseefrlab/onyxia-jupyter-pyspark:py3.12.3-spark3.5.1",
"inseefrlab/onyxia-jupyter-pyspark:py3.12.4-spark3.5.1",
"inseefrlab/onyxia-jupyter-pyspark:py3.11.9-spark3.5.1"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.3-spark3.5.1"
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.4-spark3.5.1"
},
"custom": {
"description": "use a custom jupyter docker image",
Expand All @@ -47,7 +47,7 @@
"version": {
"description": "jupyter unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.3-spark3.5.1",
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.4-spark3.5.1",
"hidden": {
"value": false,
"path": "service/image/custom/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 @@ -4,11 +4,11 @@ global:

service:
image:
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.3-spark3.5.1"
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.4-spark3.5.1"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.3-spark3.5.1"
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.4-spark3.5.1"

spark:
sparkui: false
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.13.41
version: 1.13.42

dependencies:
- name: library-chart
Expand Down
6 changes: 3 additions & 3 deletions charts/jupyter-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"description": "supported versions",
"type": "string",
"listEnum": [
"inseefrlab/onyxia-jupyter-python:py3.12.3",
"inseefrlab/onyxia-jupyter-python:py3.12.4",
"inseefrlab/onyxia-jupyter-python:py3.11.9"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-jupyter-python:py3.12.3"
"default": "inseefrlab/onyxia-jupyter-python:py3.12.4"
},
"custom": {
"description": "use a custom jupyter docker image",
Expand All @@ -47,7 +47,7 @@
"version": {
"description": "jupyter unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-jupyter-python:py3.12.3",
"default": "inseefrlab/onyxia-jupyter-python:py3.12.4",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
Expand Down
4 changes: 2 additions & 2 deletions charts/jupyter-python/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ global:

service:
image:
version: "inseefrlab/onyxia-jupyter-python:py3.12.3"
version: "inseefrlab/onyxia-jupyter-python:py3.12.4"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-jupyter-python:py3.12.3"
version: "inseefrlab/onyxia-jupyter-python:py3.12.4"

security:
password: "changeme"
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: 1.17.19
version: 1.17.20

dependencies:
- name: library-chart
Expand Down
6 changes: 3 additions & 3 deletions charts/rstudio-sparkr/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"description": "supported versions",
"type": "string",
"listEnum": [
"inseefrlab/onyxia-rstudio-sparkr:r4.4.0-spark3.5.1",
"inseefrlab/onyxia-rstudio-sparkr:r4.4.1-spark3.5.1",
"inseefrlab/onyxia-rstudio-sparkr:r4.3.3-spark3.5.1"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.4.0-spark3.5.1"
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.4.1-spark3.5.1"
},
"custom": {
"description": "use a custom RStudio docker image",
Expand All @@ -47,7 +47,7 @@
"version": {
"description": "RStudio unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.4.0-spark3.5.1",
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.4.1-spark3.5.1",
"hidden": {
"value": false,
"path": "service/image/custom/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 @@ -4,11 +4,11 @@ global:

service:
image:
version: "inseefrlab/onyxia-rstudio-sparkr:r4.4.0-spark3.5.1"
version: "inseefrlab/onyxia-rstudio-sparkr:r4.4.1-spark3.5.1"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-rstudio-sparkr:r4.4.0-spark3.5.1"
version: "inseefrlab/onyxia-rstudio-sparkr:r4.4.1-spark3.5.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: 1.15.29
version: 1.15.30

dependencies:
- name: library-chart
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 @@
"description": "supported versions",
"type": "string",
"listEnum": [
"inseefrlab/onyxia-rstudio:r4.4.0",
"inseefrlab/onyxia-rstudio:r4.4.1",
"inseefrlab/onyxia-rstudio:r4.3.3"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-rstudio:r4.4.0"
"default": "inseefrlab/onyxia-rstudio:r4.4.1"
},
"custom": {
"description": "use a custom RStudio docker image",
Expand All @@ -47,7 +47,7 @@
"version": {
"description": "RStudio unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-rstudio:r4.4.0",
"default": "inseefrlab/onyxia-rstudio:r4.4.1",
"hidden": {
"value": false,
"path": "service/image/custom/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 @@ -4,11 +4,11 @@ global:

service:
image:
version: "inseefrlab/onyxia-rstudio:r4.4.0"
version: "inseefrlab/onyxia-rstudio:r4.4.1"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-rstudio:r4.4.0"
version: "inseefrlab/onyxia-rstudio:r4.4.1"

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: 1.3.38
version: 1.3.39

dependencies:
- name: library-chart
Expand Down
6 changes: 3 additions & 3 deletions charts/vscode-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"description": "supported versions",
"type": "string",
"listEnum": [
"inseefrlab/onyxia-vscode-pyspark:py3.12.3-spark3.5.1",
"inseefrlab/onyxia-vscode-pyspark:py3.12.4-spark3.5.1",
"inseefrlab/onyxia-vscode-pyspark:py3.11.9-spark3.5.1"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-vscode-pyspark:py3.12.3-spark3.5.1"
"default": "inseefrlab/onyxia-vscode-pyspark:py3.12.4-spark3.5.1"
},
"custom": {
"description": "use a custom vscode docker image",
Expand All @@ -47,7 +47,7 @@
"version": {
"description": "vscode unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-vscode-pyspark:py3.12.3-spark3.5.1",
"default": "inseefrlab/onyxia-vscode-pyspark:py3.12.4-spark3.5.1",
"hidden": {
"value": false,
"path": "service/image/custom/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 @@ -4,11 +4,11 @@ global:

service:
image:
version: "inseefrlab/onyxia-vscode-pyspark:py3.12.3-spark3.5.1"
version: "inseefrlab/onyxia-vscode-pyspark:py3.12.4-spark3.5.1"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-vscode-pyspark:py3.12.3-spark3.5.1"
version: "inseefrlab/onyxia-vscode-pyspark:py3.12.4-spark3.5.1"

spark:
sparkui: false
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-python/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: 1.11.39
version: 1.11.40

dependencies:
- name: library-chart
Expand Down
6 changes: 3 additions & 3 deletions charts/vscode-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@
"version": {
"description": "vscode supported version",
"type": "string",
"default": "inseefrlab/onyxia-vscode-python:py3.12.3",
"default": "inseefrlab/onyxia-vscode-python:py3.12.4",
"listEnum": [
"inseefrlab/onyxia-vscode-python:py3.12.3",
"inseefrlab/onyxia-vscode-python:py3.12.4",
"inseefrlab/onyxia-vscode-python:py3.11.9"
],
"render": "list",
Expand All @@ -161,7 +161,7 @@
"version": {
"description": "vscode unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-vscode-python:py3.12.3",
"default": "inseefrlab/onyxia-vscode-python:py3.12.4",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
Expand Down
4 changes: 2 additions & 2 deletions charts/vscode-python/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ global:

service:
image:
version: "inseefrlab/onyxia-vscode-python:py3.12.3"
version: "inseefrlab/onyxia-vscode-python:py3.12.4"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-vscode-python:py3.12.3"
version: "inseefrlab/onyxia-vscode-python:py3.12.4"

security:
password: "changeme"
Expand Down
6 changes: 3 additions & 3 deletions utils/charts-inheritance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jupyter-python:
jupyter-r:
description: The JupyterLab IDE with R and a collection of standard data science packages.
images:
- inseefrlab/onyxia-jupyter-r:r4.4.1
- inseefrlab/onyxia-jupyter-r:r4.3.3
- inseefrlab/onyxia-jupyter-r:r4.2.3
jupyter-tensorflow:
description: The JupyterLab IDE with Python and the deep-learning framework TensorFlow.
jupyter-tensorflow-gpu:
Expand Down Expand Up @@ -37,11 +37,11 @@ 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.3.3
- inseefrlab/onyxia-vscode-r-python-julia:r4.4.1
vscode-r:
description: The VSCode IDE with R and a collection of standard data science packages.
images:
- inseefrlab/onyxia-vscode-r:r4.4.1
- inseefrlab/onyxia-vscode-r:r4.3.3
- inseefrlab/onyxia-vscode-r:r4.2.3

vscode-pyspark: []

0 comments on commit 7f7813c

Please sign in to comment.