diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index c8349832..fd072ab1 100644 --- a/charts/jupyter-pyspark/Chart.yaml +++ b/charts/jupyter-pyspark/Chart.yaml @@ -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.1.3 +version: 2.1.4 dependencies: - name: library-chart diff --git a/charts/jupyter-pyspark/README.md b/charts/jupyter-pyspark/README.md index fd17d187..b11e4893 100644 --- a/charts/jupyter-pyspark/README.md +++ b/charts/jupyter-pyspark/README.md @@ -1,6 +1,6 @@ # jupyter-pyspark -![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The JupyterLab IDE with PySpark, an interface to use Apache Spark from Python. @@ -105,9 +105,9 @@ The JupyterLab IDE with PySpark, an interface to use Apache Spark from Python. | security.password | string | `"changeme"` | | | securityContext | object | `{}` | | | service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2"` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2"` | | | service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | diff --git a/charts/jupyter-pyspark/values.yaml b/charts/jupyter-pyspark/values.yaml index 37fef732..1efa25e9 100644 --- a/charts/jupyter-pyspark/values.yaml +++ b/charts/jupyter-pyspark/values.yaml @@ -4,11 +4,11 @@ global: service: image: - version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2" + version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2" + version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2" spark: sparkui: false diff --git a/charts/jupyter-python-gpu/Chart.yaml b/charts/jupyter-python-gpu/Chart.yaml index b5b87e26..9224d2a4 100644 --- a/charts/jupyter-python-gpu/Chart.yaml +++ b/charts/jupyter-python-gpu/Chart.yaml @@ -11,7 +11,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.3 +version: 2.1.4 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/jupyter-python-gpu/README.md b/charts/jupyter-python-gpu/README.md index b28bb0a3..02859a9b 100644 --- a/charts/jupyter-python-gpu/README.md +++ b/charts/jupyter-python-gpu/README.md @@ -1,6 +1,6 @@ # jupyter-python-gpu -![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The JupyterLab IDE with Python, Julia, and a collection of standard data science packages, with GPU support. diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index 51af3d9a..bdac60a4 100644 --- a/charts/jupyter-python/Chart.yaml +++ b/charts/jupyter-python/Chart.yaml @@ -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.1.3 +version: 2.1.4 dependencies: - name: library-chart diff --git a/charts/jupyter-python/README.md b/charts/jupyter-python/README.md index 62453bbb..8dd45542 100644 --- a/charts/jupyter-python/README.md +++ b/charts/jupyter-python/README.md @@ -1,6 +1,6 @@ # jupyter-python -![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The JupyterLab IDE with Python, Julia, and a collection of standard data science packages. @@ -106,9 +106,9 @@ The JupyterLab IDE with Python, Julia, and a collection of standard data science | security.password | string | `"changeme"` | | | securityContext | object | `{}` | | | service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.5"` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.6"` | | | service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.5"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.6"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | diff --git a/charts/jupyter-python/values.yaml b/charts/jupyter-python/values.yaml index 61be0103..84824014 100644 --- a/charts/jupyter-python/values.yaml +++ b/charts/jupyter-python/values.yaml @@ -4,11 +4,11 @@ global: service: image: - version: "inseefrlab/onyxia-jupyter-python:py3.12.5" + version: "inseefrlab/onyxia-jupyter-python:py3.12.6" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-jupyter-python:py3.12.5" + version: "inseefrlab/onyxia-jupyter-python:py3.12.6" security: password: "changeme" diff --git a/charts/jupyter-pytorch-gpu/Chart.yaml b/charts/jupyter-pytorch-gpu/Chart.yaml index 629d3f57..6398bb24 100644 --- a/charts/jupyter-pytorch-gpu/Chart.yaml +++ b/charts/jupyter-pytorch-gpu/Chart.yaml @@ -11,7 +11,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.3 +version: 2.1.4 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/jupyter-pytorch-gpu/README.md b/charts/jupyter-pytorch-gpu/README.md index 2dcaeac8..623b0c00 100644 --- a/charts/jupyter-pytorch-gpu/README.md +++ b/charts/jupyter-pytorch-gpu/README.md @@ -1,6 +1,6 @@ # jupyter-pytorch-gpu -![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The JupyterLab IDE with Python and the deep-learning framework PyTorch, with GPU support. diff --git a/charts/jupyter-pytorch/Chart.yaml b/charts/jupyter-pytorch/Chart.yaml index 2ea62413..02b9582e 100644 --- a/charts/jupyter-pytorch/Chart.yaml +++ b/charts/jupyter-pytorch/Chart.yaml @@ -10,7 +10,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.3 +version: 2.1.4 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/jupyter-pytorch/README.md b/charts/jupyter-pytorch/README.md index 980afa7b..45fbba91 100644 --- a/charts/jupyter-pytorch/README.md +++ b/charts/jupyter-pytorch/README.md @@ -1,6 +1,6 @@ # jupyter-pytorch -![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The JupyterLab IDE with Python and the deep-learning framework PyTorch. diff --git a/charts/jupyter-r/Chart.yaml b/charts/jupyter-r/Chart.yaml index 9c54bf60..28d5f741 100644 --- a/charts/jupyter-r/Chart.yaml +++ b/charts/jupyter-r/Chart.yaml @@ -10,7 +10,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.3 +version: 2.1.4 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/jupyter-r/README.md b/charts/jupyter-r/README.md index 72b2da47..d87cfd5e 100644 --- a/charts/jupyter-r/README.md +++ b/charts/jupyter-r/README.md @@ -1,6 +1,6 @@ # jupyter-r -![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The JupyterLab IDE with R and a collection of standard data science packages. diff --git a/charts/jupyter-tensorflow-gpu/Chart.yaml b/charts/jupyter-tensorflow-gpu/Chart.yaml index b7e7810e..b05d309e 100644 --- a/charts/jupyter-tensorflow-gpu/Chart.yaml +++ b/charts/jupyter-tensorflow-gpu/Chart.yaml @@ -11,7 +11,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.3 +version: 2.1.4 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/jupyter-tensorflow-gpu/README.md b/charts/jupyter-tensorflow-gpu/README.md index aed9c016..ddb1eb71 100644 --- a/charts/jupyter-tensorflow-gpu/README.md +++ b/charts/jupyter-tensorflow-gpu/README.md @@ -1,6 +1,6 @@ # jupyter-tensorflow-gpu -![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The JupyterLab IDE with Python and the deep-learning framework TensorFlow, with GPU support. diff --git a/charts/jupyter-tensorflow/Chart.yaml b/charts/jupyter-tensorflow/Chart.yaml index 2e9c2676..7694630b 100644 --- a/charts/jupyter-tensorflow/Chart.yaml +++ b/charts/jupyter-tensorflow/Chart.yaml @@ -10,7 +10,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.3 +version: 2.1.4 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/jupyter-tensorflow/README.md b/charts/jupyter-tensorflow/README.md index 462743fa..0f224027 100644 --- a/charts/jupyter-tensorflow/README.md +++ b/charts/jupyter-tensorflow/README.md @@ -1,6 +1,6 @@ # jupyter-tensorflow -![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The JupyterLab IDE with Python and the deep-learning framework TensorFlow. diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index b6662ffb..9c81cd87 100644 --- a/charts/vscode-pyspark/Chart.yaml +++ b/charts/vscode-pyspark/Chart.yaml @@ -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.1.3 +version: 2.1.4 dependencies: - name: library-chart diff --git a/charts/vscode-pyspark/README.md b/charts/vscode-pyspark/README.md index 24343780..e419a811 100644 --- a/charts/vscode-pyspark/README.md +++ b/charts/vscode-pyspark/README.md @@ -1,6 +1,6 @@ # vscode-pyspark -![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The Visual Studio Code IDE with PySpark, an interface to use Apache Spark from Python. @@ -105,9 +105,9 @@ The Visual Studio Code IDE with PySpark, an interface to use Apache Spark from P | security.password | string | `"changeme"` | | | securityContext | object | `{}` | | | service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2"` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.2"` | | | service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.2"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | diff --git a/charts/vscode-pyspark/values.yaml b/charts/vscode-pyspark/values.yaml index 062954c9..83ccafe2 100644 --- a/charts/vscode-pyspark/values.yaml +++ b/charts/vscode-pyspark/values.yaml @@ -4,11 +4,11 @@ global: service: image: - version: "inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2" + version: "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.2" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2" + version: "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.2" spark: sparkui: false diff --git a/charts/vscode-python-gpu/Chart.yaml b/charts/vscode-python-gpu/Chart.yaml index 501886d2..7da5075f 100644 --- a/charts/vscode-python-gpu/Chart.yaml +++ b/charts/vscode-python-gpu/Chart.yaml @@ -11,7 +11,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.3 +version: 2.1.4 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/vscode-python-gpu/README.md b/charts/vscode-python-gpu/README.md index 234efc83..b7ce7451 100644 --- a/charts/vscode-python-gpu/README.md +++ b/charts/vscode-python-gpu/README.md @@ -1,6 +1,6 @@ # vscode-python-gpu -![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The VSCOde IDE with Python, Julia, and a collection of standard data science packages, with GPU support. diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index 60dc126f..3fb84c64 100644 --- a/charts/vscode-python/Chart.yaml +++ b/charts/vscode-python/Chart.yaml @@ -22,7 +22,6 @@ 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.1.4 dependencies: diff --git a/charts/vscode-python/README.md b/charts/vscode-python/README.md index a0934656..42d8edc7 100644 --- a/charts/vscode-python/README.md +++ b/charts/vscode-python/README.md @@ -1,6 +1,6 @@ # vscode-python -![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The Visual Studio Code IDE with Python, Julia, and a collection of standard data science packages. @@ -104,9 +104,9 @@ The Visual Studio Code IDE with Python, Julia, and a collection of standard data | security.password | string | `"changeme"` | | | securityContext | object | `{}` | | | service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.5"` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.6"` | | | service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.5"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.6"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | diff --git a/charts/vscode-python/values.schema.json b/charts/vscode-python/values.schema.json index bb66011b..f5d55784 100644 --- a/charts/vscode-python/values.schema.json +++ b/charts/vscode-python/values.schema.json @@ -23,7 +23,7 @@ "version": { "description": "vscode supported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-python:py3.12.5", + "default": "inseefrlab/onyxia-vscode-python:py3.12.6", "listEnum": [ "inseefrlab/onyxia-vscode-python:py3.12.6", "inseefrlab/onyxia-vscode-python:py3.11.10" diff --git a/charts/vscode-python/values.yaml b/charts/vscode-python/values.yaml index 8424e490..a41c15c4 100644 --- a/charts/vscode-python/values.yaml +++ b/charts/vscode-python/values.yaml @@ -4,11 +4,11 @@ global: service: image: - version: "inseefrlab/onyxia-vscode-python:py3.12.5" + version: "inseefrlab/onyxia-vscode-python:py3.12.6" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-vscode-python:py3.12.5" + version: "inseefrlab/onyxia-vscode-python:py3.12.6" security: password: "changeme" diff --git a/charts/vscode-pytorch-gpu/Chart.yaml b/charts/vscode-pytorch-gpu/Chart.yaml index 63ae38fb..c8d0c7d9 100644 --- a/charts/vscode-pytorch-gpu/Chart.yaml +++ b/charts/vscode-pytorch-gpu/Chart.yaml @@ -11,7 +11,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.3 +version: 2.1.4 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/vscode-pytorch-gpu/README.md b/charts/vscode-pytorch-gpu/README.md index c7cde6d9..63b6b2b7 100644 --- a/charts/vscode-pytorch-gpu/README.md +++ b/charts/vscode-pytorch-gpu/README.md @@ -1,6 +1,6 @@ # vscode-pytorch-gpu -![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The VSCode IDE with Python and the deep-learning framework PyTorch, with GPU support. diff --git a/charts/vscode-pytorch/Chart.yaml b/charts/vscode-pytorch/Chart.yaml index 32b26ac2..465765e1 100644 --- a/charts/vscode-pytorch/Chart.yaml +++ b/charts/vscode-pytorch/Chart.yaml @@ -10,7 +10,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.3 +version: 2.1.4 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/vscode-pytorch/README.md b/charts/vscode-pytorch/README.md index bbafa17a..72db5c6d 100644 --- a/charts/vscode-pytorch/README.md +++ b/charts/vscode-pytorch/README.md @@ -1,6 +1,6 @@ # vscode-pytorch -![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The VSCode IDE with Python and the deep-learning framework PyTorch. diff --git a/charts/vscode-r-python-julia/Chart.yaml b/charts/vscode-r-python-julia/Chart.yaml index 935ea465..09892fd5 100644 --- a/charts/vscode-r-python-julia/Chart.yaml +++ b/charts/vscode-r-python-julia/Chart.yaml @@ -10,7 +10,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.3 +version: 2.1.4 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/vscode-r-python-julia/README.md b/charts/vscode-r-python-julia/README.md index bc7a5b43..bafb121c 100644 --- a/charts/vscode-r-python-julia/README.md +++ b/charts/vscode-r-python-julia/README.md @@ -1,6 +1,6 @@ # vscode-r-python-julia -![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The VSCode IDE with minimal installations of R, Python and Julia. diff --git a/charts/vscode-r/Chart.yaml b/charts/vscode-r/Chart.yaml index 6f77c27d..84c8e2f2 100644 --- a/charts/vscode-r/Chart.yaml +++ b/charts/vscode-r/Chart.yaml @@ -10,7 +10,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.3 +version: 2.1.4 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/vscode-r/README.md b/charts/vscode-r/README.md index 01812fa0..12edec89 100644 --- a/charts/vscode-r/README.md +++ b/charts/vscode-r/README.md @@ -1,6 +1,6 @@ # vscode-r -![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The VSCode IDE with R and a collection of standard data science packages. diff --git a/charts/vscode-tensorflow-gpu/Chart.yaml b/charts/vscode-tensorflow-gpu/Chart.yaml index 4b34bd94..865bf44a 100644 --- a/charts/vscode-tensorflow-gpu/Chart.yaml +++ b/charts/vscode-tensorflow-gpu/Chart.yaml @@ -11,7 +11,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.3 +version: 2.1.4 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/vscode-tensorflow-gpu/README.md b/charts/vscode-tensorflow-gpu/README.md index fcd39533..81a21127 100644 --- a/charts/vscode-tensorflow-gpu/README.md +++ b/charts/vscode-tensorflow-gpu/README.md @@ -1,6 +1,6 @@ # vscode-tensorflow-gpu -![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The VSCode IDE with Python and the deep-learning framework TensorFlow, with GPU support. diff --git a/charts/vscode-tensorflow/Chart.yaml b/charts/vscode-tensorflow/Chart.yaml index d0e0bcbc..9c9a948f 100644 --- a/charts/vscode-tensorflow/Chart.yaml +++ b/charts/vscode-tensorflow/Chart.yaml @@ -10,7 +10,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.3 +version: 2.1.4 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/vscode-tensorflow/README.md b/charts/vscode-tensorflow/README.md index 0ddcc382..bf1d9090 100644 --- a/charts/vscode-tensorflow/README.md +++ b/charts/vscode-tensorflow/README.md @@ -1,6 +1,6 @@ # vscode-tensorflow -![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The VSCode IDE with Python and the deep-learning framework TensorFlow.