Skip to content

Commit 78b4551

Browse files
authored
[Jupyter] Remove julia from description & bump R version (#213)
* update R version * [jupyter] Fix services description for Julia
1 parent bd4c0e6 commit 78b4551

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/jupyter-python/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: jupyter-python
3-
description: The JupyterLab IDE with Python, Julia, and a collection of standard data science packages.
3+
description: The JupyterLab IDE with Python and a collection of standard data science packages.
44
icon: https://minio.lab.sspcloud.fr/projet-onyxia/assets/servicesImg/jupyter.png
55
keywords:
66
- Jupyter
@@ -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.2.6
25+
version: 2.2.7
2626
dependencies:
2727
- name: library-chart
2828
version: 1.6.8

utils/charts-inheritance.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jupyter-python:
88
jupyter-r:
99
description: The JupyterLab IDE with R and a collection of standard data science packages.
1010
images:
11-
- inseefrlab/onyxia-jupyter-r:r4.4.1
11+
- inseefrlab/onyxia-jupyter-r:r4.4.2
1212
- inseefrlab/onyxia-jupyter-r:r4.3.3
1313
jupyter-tensorflow:
1414
description: The JupyterLab IDE with Python and the deep-learning framework TensorFlow.
@@ -37,11 +37,11 @@ vscode-python:
3737
vscode-r-python-julia:
3838
description: The VSCode IDE with minimal installations of R, Python and Julia.
3939
images:
40-
- inseefrlab/onyxia-vscode-r-python-julia:r4.4.1
40+
- inseefrlab/onyxia-vscode-r-python-julia:r4.4.2
4141
vscode-r:
4242
description: The VSCode IDE with R and a collection of standard data science packages.
4343
images:
44-
- inseefrlab/onyxia-vscode-r:r4.4.1
44+
- inseefrlab/onyxia-vscode-r:r4.4.2
4545
- inseefrlab/onyxia-vscode-r:r4.3.3
4646

4747
vscode-pyspark: []

0 commit comments

Comments
 (0)