diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index e2fe2804..c8349832 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.2 +version: 2.1.3 dependencies: - name: library-chart diff --git a/charts/jupyter-pyspark/README.md b/charts/jupyter-pyspark/README.md index 84ac9bf7..fd17d187 100644 --- a/charts/jupyter-pyspark/README.md +++ b/charts/jupyter-pyspark/README.md @@ -1,6 +1,6 @@ # jupyter-pyspark -![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![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) The JupyterLab IDE with PySpark, an interface to use Apache Spark from Python. diff --git a/charts/jupyter-pyspark/values.schema.json b/charts/jupyter-pyspark/values.schema.json index 47199fb2..48e5aca1 100644 --- a/charts/jupyter-pyspark/values.schema.json +++ b/charts/jupyter-pyspark/values.schema.json @@ -24,15 +24,15 @@ "description": "supported versions", "type": "string", "listEnum": [ - "inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2", - "inseefrlab/onyxia-jupyter-pyspark:py3.11.9-spark3.5.2" + "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2", + "inseefrlab/onyxia-jupyter-pyspark:py3.11.10-spark3.5.2" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2" + "default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2" }, "custom": { "description": "use a custom jupyter docker image", @@ -50,7 +50,7 @@ "version": { "description": "jupyter unsupported version", "type": "string", - "default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2", + "default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2", "hidden": { "value": false, "path": "service/image/custom/enabled" @@ -887,4 +887,4 @@ } } } -} \ No newline at end of file +} diff --git a/charts/jupyter-python-gpu/Chart.yaml b/charts/jupyter-python-gpu/Chart.yaml index fd7894ee..b5b87e26 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.2 +version: 2.1.3 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 6cb8a99c..b28bb0a3 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.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![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) The JupyterLab IDE with Python, Julia, and a collection of standard data science packages, with GPU support. @@ -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-gpu"` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.6-gpu"` | | | service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.5-gpu"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.6-gpu"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | diff --git a/charts/jupyter-python-gpu/values.schema.json b/charts/jupyter-python-gpu/values.schema.json index 780cad21..76799482 100644 --- a/charts/jupyter-python-gpu/values.schema.json +++ b/charts/jupyter-python-gpu/values.schema.json @@ -24,15 +24,15 @@ "description": "supported versions", "type": "string", "listEnum": [ - "inseefrlab/onyxia-jupyter-python:py3.12.5-gpu", - "inseefrlab/onyxia-jupyter-python:py3.11.9-gpu" + "inseefrlab/onyxia-jupyter-python:py3.12.6-gpu", + "inseefrlab/onyxia-jupyter-python:py3.11.10-gpu" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-python:py3.12.5-gpu" + "default": "inseefrlab/onyxia-jupyter-python:py3.12.6-gpu" }, "custom": { "description": "use a custom jupyter docker image", @@ -50,7 +50,7 @@ "version": { "description": "jupyter unsupported version", "type": "string", - "default": "inseefrlab/onyxia-jupyter-python:py3.12.5-gpu", + "default": "inseefrlab/onyxia-jupyter-python:py3.12.6-gpu", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/jupyter-python-gpu/values.yaml b/charts/jupyter-python-gpu/values.yaml index 9b446f3b..e5f60790 100644 --- a/charts/jupyter-python-gpu/values.yaml +++ b/charts/jupyter-python-gpu/values.yaml @@ -2,11 +2,11 @@ global: suspend: false service: image: - version: inseefrlab/onyxia-jupyter-python:py3.12.5-gpu + version: inseefrlab/onyxia-jupyter-python:py3.12.6-gpu pullPolicy: IfNotPresent custom: enabled: false - version: inseefrlab/onyxia-jupyter-python:py3.12.5-gpu + version: inseefrlab/onyxia-jupyter-python:py3.12.6-gpu security: password: changeme networkPolicy: diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index 9a1dd1e0..51af3d9a 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.2 +version: 2.1.3 dependencies: - name: library-chart diff --git a/charts/jupyter-python/README.md b/charts/jupyter-python/README.md index 151dc503..62453bbb 100644 --- a/charts/jupyter-python/README.md +++ b/charts/jupyter-python/README.md @@ -1,6 +1,6 @@ # jupyter-python -![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![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) The JupyterLab IDE with Python, Julia, and a collection of standard data science packages. diff --git a/charts/jupyter-python/values.schema.json b/charts/jupyter-python/values.schema.json index 50aa442a..a580775c 100644 --- a/charts/jupyter-python/values.schema.json +++ b/charts/jupyter-python/values.schema.json @@ -24,15 +24,15 @@ "description": "supported versions", "type": "string", "listEnum": [ - "inseefrlab/onyxia-jupyter-python:py3.12.5", - "inseefrlab/onyxia-jupyter-python:py3.11.9" + "inseefrlab/onyxia-jupyter-python:py3.12.6", + "inseefrlab/onyxia-jupyter-python:py3.11.10" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-python:py3.12.5" + "default": "inseefrlab/onyxia-jupyter-python:py3.12.6" }, "custom": { "description": "use a custom jupyter docker image", @@ -50,7 +50,7 @@ "version": { "description": "jupyter unsupported version", "type": "string", - "default": "inseefrlab/onyxia-jupyter-python:py3.12.5", + "default": "inseefrlab/onyxia-jupyter-python:py3.12.6", "hidden": { "value": false, "path": "service/image/custom/enabled" @@ -849,4 +849,4 @@ } } } -} \ No newline at end of file +} diff --git a/charts/jupyter-pytorch-gpu/Chart.yaml b/charts/jupyter-pytorch-gpu/Chart.yaml index 9fa8dfb2..629d3f57 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.2 +version: 2.1.3 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 803ceb82..2dcaeac8 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.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![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) The JupyterLab IDE with Python and the deep-learning framework PyTorch, with GPU support. @@ -106,9 +106,9 @@ The JupyterLab IDE with Python and the deep-learning framework PyTorch, with GPU | security.password | string | `"changeme"` | | | securityContext | object | `{}` | | | service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.5-gpu"` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.6-gpu"` | | | service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.5-gpu"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.6-gpu"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | diff --git a/charts/jupyter-pytorch-gpu/values.schema.json b/charts/jupyter-pytorch-gpu/values.schema.json index b76e94ba..4f82724f 100644 --- a/charts/jupyter-pytorch-gpu/values.schema.json +++ b/charts/jupyter-pytorch-gpu/values.schema.json @@ -24,15 +24,15 @@ "description": "supported versions", "type": "string", "listEnum": [ - "inseefrlab/onyxia-jupyter-pytorch:py3.12.5-gpu", - "inseefrlab/onyxia-jupyter-pytorch:py3.11.9-gpu" + "inseefrlab/onyxia-jupyter-pytorch:py3.12.6-gpu", + "inseefrlab/onyxia-jupyter-pytorch:py3.11.10-gpu" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-pytorch:py3.12.5-gpu" + "default": "inseefrlab/onyxia-jupyter-pytorch:py3.12.6-gpu" }, "custom": { "description": "use a custom jupyter docker image", @@ -50,7 +50,7 @@ "version": { "description": "jupyter unsupported version", "type": "string", - "default": "inseefrlab/onyxia-jupyter-pytorch:py3.12.5-gpu", + "default": "inseefrlab/onyxia-jupyter-pytorch:py3.12.6-gpu", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/jupyter-pytorch-gpu/values.yaml b/charts/jupyter-pytorch-gpu/values.yaml index 1b793e2e..4f8b499a 100644 --- a/charts/jupyter-pytorch-gpu/values.yaml +++ b/charts/jupyter-pytorch-gpu/values.yaml @@ -2,11 +2,11 @@ global: suspend: false service: image: - version: inseefrlab/onyxia-jupyter-pytorch:py3.12.5-gpu + version: inseefrlab/onyxia-jupyter-pytorch:py3.12.6-gpu pullPolicy: IfNotPresent custom: enabled: false - version: inseefrlab/onyxia-jupyter-pytorch:py3.12.5-gpu + version: inseefrlab/onyxia-jupyter-pytorch:py3.12.6-gpu security: password: changeme networkPolicy: diff --git a/charts/jupyter-pytorch/Chart.yaml b/charts/jupyter-pytorch/Chart.yaml index ca63e20c..2ea62413 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.2 +version: 2.1.3 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/jupyter-pytorch/README.md b/charts/jupyter-pytorch/README.md index 3d989897..980afa7b 100644 --- a/charts/jupyter-pytorch/README.md +++ b/charts/jupyter-pytorch/README.md @@ -1,6 +1,6 @@ # jupyter-pytorch -![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![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) The JupyterLab IDE with Python and the deep-learning framework PyTorch. @@ -106,9 +106,9 @@ The JupyterLab IDE with Python and the deep-learning framework PyTorch. | security.password | string | `"changeme"` | | | securityContext | object | `{}` | | | service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.5"` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.6"` | | | service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.5"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.6"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | diff --git a/charts/jupyter-pytorch/values.schema.json b/charts/jupyter-pytorch/values.schema.json index ec885856..23be1165 100644 --- a/charts/jupyter-pytorch/values.schema.json +++ b/charts/jupyter-pytorch/values.schema.json @@ -24,15 +24,15 @@ "description": "supported versions", "type": "string", "listEnum": [ - "inseefrlab/onyxia-jupyter-pytorch:py3.12.5", - "inseefrlab/onyxia-jupyter-pytorch:py3.11.9" + "inseefrlab/onyxia-jupyter-pytorch:py3.12.6", + "inseefrlab/onyxia-jupyter-pytorch:py3.11.10" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-pytorch:py3.12.5" + "default": "inseefrlab/onyxia-jupyter-pytorch:py3.12.6" }, "custom": { "description": "use a custom jupyter docker image", @@ -50,7 +50,7 @@ "version": { "description": "jupyter unsupported version", "type": "string", - "default": "inseefrlab/onyxia-jupyter-pytorch:py3.12.5", + "default": "inseefrlab/onyxia-jupyter-pytorch:py3.12.6", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/jupyter-pytorch/values.yaml b/charts/jupyter-pytorch/values.yaml index 093f0f53..cc078838 100644 --- a/charts/jupyter-pytorch/values.yaml +++ b/charts/jupyter-pytorch/values.yaml @@ -2,11 +2,11 @@ global: suspend: false service: image: - version: inseefrlab/onyxia-jupyter-pytorch:py3.12.5 + version: inseefrlab/onyxia-jupyter-pytorch:py3.12.6 pullPolicy: IfNotPresent custom: enabled: false - version: inseefrlab/onyxia-jupyter-pytorch:py3.12.5 + version: inseefrlab/onyxia-jupyter-pytorch:py3.12.6 security: password: changeme networkPolicy: diff --git a/charts/jupyter-r/Chart.yaml b/charts/jupyter-r/Chart.yaml index 95c236d5..9c54bf60 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.2 +version: 2.1.3 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/jupyter-r/README.md b/charts/jupyter-r/README.md index 14eb7a32..72b2da47 100644 --- a/charts/jupyter-r/README.md +++ b/charts/jupyter-r/README.md @@ -1,6 +1,6 @@ # jupyter-r -![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![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) 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 b509abf8..b7e7810e 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.2 +version: 2.1.3 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 a08d5524..aed9c016 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.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![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) The JupyterLab IDE with Python and the deep-learning framework TensorFlow, with GPU support. @@ -106,9 +106,9 @@ The JupyterLab IDE with Python and the deep-learning framework TensorFlow, with | security.password | string | `"changeme"` | | | securityContext | object | `{}` | | | service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.5-gpu"` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.6-gpu"` | | | service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.5-gpu"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.6-gpu"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | diff --git a/charts/jupyter-tensorflow-gpu/values.schema.json b/charts/jupyter-tensorflow-gpu/values.schema.json index 49403f0b..992cc7a7 100644 --- a/charts/jupyter-tensorflow-gpu/values.schema.json +++ b/charts/jupyter-tensorflow-gpu/values.schema.json @@ -24,15 +24,15 @@ "description": "supported versions", "type": "string", "listEnum": [ - "inseefrlab/onyxia-jupyter-tensorflow:py3.12.5-gpu", - "inseefrlab/onyxia-jupyter-tensorflow:py3.11.9-gpu" + "inseefrlab/onyxia-jupyter-tensorflow:py3.12.6-gpu", + "inseefrlab/onyxia-jupyter-tensorflow:py3.11.10-gpu" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-tensorflow:py3.12.5-gpu" + "default": "inseefrlab/onyxia-jupyter-tensorflow:py3.12.6-gpu" }, "custom": { "description": "use a custom jupyter docker image", @@ -50,7 +50,7 @@ "version": { "description": "jupyter unsupported version", "type": "string", - "default": "inseefrlab/onyxia-jupyter-tensorflow:py3.12.5-gpu", + "default": "inseefrlab/onyxia-jupyter-tensorflow:py3.12.6-gpu", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/jupyter-tensorflow-gpu/values.yaml b/charts/jupyter-tensorflow-gpu/values.yaml index 47b24759..8b45a10b 100644 --- a/charts/jupyter-tensorflow-gpu/values.yaml +++ b/charts/jupyter-tensorflow-gpu/values.yaml @@ -2,11 +2,11 @@ global: suspend: false service: image: - version: inseefrlab/onyxia-jupyter-tensorflow:py3.12.5-gpu + version: inseefrlab/onyxia-jupyter-tensorflow:py3.12.6-gpu pullPolicy: IfNotPresent custom: enabled: false - version: inseefrlab/onyxia-jupyter-tensorflow:py3.12.5-gpu + version: inseefrlab/onyxia-jupyter-tensorflow:py3.12.6-gpu security: password: changeme networkPolicy: diff --git a/charts/jupyter-tensorflow/Chart.yaml b/charts/jupyter-tensorflow/Chart.yaml index a0732cd3..2e9c2676 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.2 +version: 2.1.3 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/jupyter-tensorflow/README.md b/charts/jupyter-tensorflow/README.md index 960e1f40..462743fa 100644 --- a/charts/jupyter-tensorflow/README.md +++ b/charts/jupyter-tensorflow/README.md @@ -1,6 +1,6 @@ # jupyter-tensorflow -![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![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) The JupyterLab IDE with Python and the deep-learning framework TensorFlow. @@ -106,9 +106,9 @@ The JupyterLab IDE with Python and the deep-learning framework TensorFlow. | security.password | string | `"changeme"` | | | securityContext | object | `{}` | | | service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.5"` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.6"` | | | service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.5"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.6"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | diff --git a/charts/jupyter-tensorflow/values.schema.json b/charts/jupyter-tensorflow/values.schema.json index 34914f7e..d96df287 100644 --- a/charts/jupyter-tensorflow/values.schema.json +++ b/charts/jupyter-tensorflow/values.schema.json @@ -24,15 +24,15 @@ "description": "supported versions", "type": "string", "listEnum": [ - "inseefrlab/onyxia-jupyter-tensorflow:py3.12.5", - "inseefrlab/onyxia-jupyter-tensorflow:py3.11.9" + "inseefrlab/onyxia-jupyter-tensorflow:py3.12.6", + "inseefrlab/onyxia-jupyter-tensorflow:py3.11.10" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-tensorflow:py3.12.5" + "default": "inseefrlab/onyxia-jupyter-tensorflow:py3.12.6" }, "custom": { "description": "use a custom jupyter docker image", @@ -50,7 +50,7 @@ "version": { "description": "jupyter unsupported version", "type": "string", - "default": "inseefrlab/onyxia-jupyter-tensorflow:py3.12.5", + "default": "inseefrlab/onyxia-jupyter-tensorflow:py3.12.6", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/jupyter-tensorflow/values.yaml b/charts/jupyter-tensorflow/values.yaml index b1df892f..0ace645f 100644 --- a/charts/jupyter-tensorflow/values.yaml +++ b/charts/jupyter-tensorflow/values.yaml @@ -2,11 +2,11 @@ global: suspend: false service: image: - version: inseefrlab/onyxia-jupyter-tensorflow:py3.12.5 + version: inseefrlab/onyxia-jupyter-tensorflow:py3.12.6 pullPolicy: IfNotPresent custom: enabled: false - version: inseefrlab/onyxia-jupyter-tensorflow:py3.12.5 + version: inseefrlab/onyxia-jupyter-tensorflow:py3.12.6 security: password: changeme networkPolicy: diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index 8d510a12..b6662ffb 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.2 +version: 2.1.3 dependencies: - name: library-chart diff --git a/charts/vscode-pyspark/README.md b/charts/vscode-pyspark/README.md index 796852fb..24343780 100644 --- a/charts/vscode-pyspark/README.md +++ b/charts/vscode-pyspark/README.md @@ -1,6 +1,6 @@ # vscode-pyspark -![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![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) The Visual Studio Code IDE with PySpark, an interface to use Apache Spark from Python. diff --git a/charts/vscode-pyspark/values.schema.json b/charts/vscode-pyspark/values.schema.json index 1efeda2b..11740b2d 100644 --- a/charts/vscode-pyspark/values.schema.json +++ b/charts/vscode-pyspark/values.schema.json @@ -24,15 +24,15 @@ "description": "supported versions", "type": "string", "listEnum": [ - "inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2", - "inseefrlab/onyxia-vscode-pyspark:py3.11.9-spark3.5.2" + "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.2", + "inseefrlab/onyxia-vscode-pyspark:py3.11.10-spark3.5.2" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2" + "default": "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.2" }, "custom": { "description": "use a custom vscode docker image", @@ -50,7 +50,7 @@ "version": { "description": "vscode unsupported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-pyspark:py3.12.5-spark3.5.2", + "default": "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.2", "hidden": { "value": false, "path": "service/image/custom/enabled" @@ -868,4 +868,4 @@ } } } -} \ No newline at end of file +} diff --git a/charts/vscode-python-gpu/Chart.yaml b/charts/vscode-python-gpu/Chart.yaml index dc039e79..501886d2 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.2 +version: 2.1.3 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 eef70dde..234efc83 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.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![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) The VSCOde IDE with Python, Julia, and a collection of standard data science packages, with GPU support. @@ -104,9 +104,9 @@ The VSCOde IDE with Python, Julia, and a collection of standard data science pac | security.password | string | `"changeme"` | | | securityContext | object | `{}` | | | service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.5-gpu"` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.6-gpu"` | | | service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.5-gpu"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.6-gpu"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | diff --git a/charts/vscode-python-gpu/values.schema.json b/charts/vscode-python-gpu/values.schema.json index 08ca2e2b..b4696be2 100644 --- a/charts/vscode-python-gpu/values.schema.json +++ b/charts/vscode-python-gpu/values.schema.json @@ -23,10 +23,10 @@ "version": { "description": "vscode supported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-python:py3.12.5-gpu", + "default": "inseefrlab/onyxia-vscode-python:py3.12.6-gpu", "listEnum": [ - "inseefrlab/onyxia-vscode-python:py3.12.5-gpu", - "inseefrlab/onyxia-vscode-python:py3.11.9-gpu" + "inseefrlab/onyxia-vscode-python:py3.12.6-gpu", + "inseefrlab/onyxia-vscode-python:py3.11.10-gpu" ], "render": "list", "hidden": { @@ -50,7 +50,7 @@ "version": { "description": "vscode unsupported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-python:py3.12.5-gpu", + "default": "inseefrlab/onyxia-vscode-python:py3.12.6-gpu", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/vscode-python-gpu/values.yaml b/charts/vscode-python-gpu/values.yaml index c818a875..099cc5ee 100644 --- a/charts/vscode-python-gpu/values.yaml +++ b/charts/vscode-python-gpu/values.yaml @@ -2,11 +2,11 @@ global: suspend: false service: image: - version: inseefrlab/onyxia-vscode-python:py3.12.5-gpu + version: inseefrlab/onyxia-vscode-python:py3.12.6-gpu pullPolicy: IfNotPresent custom: enabled: false - version: inseefrlab/onyxia-vscode-python:py3.12.5-gpu + version: inseefrlab/onyxia-vscode-python:py3.12.6-gpu security: password: changeme networkPolicy: diff --git a/charts/vscode-python/README.md b/charts/vscode-python/README.md index 90c30376..a0934656 100644 --- a/charts/vscode-python/README.md +++ b/charts/vscode-python/README.md @@ -1,6 +1,6 @@ # vscode-python -![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![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) The Visual Studio Code IDE with Python, Julia, and a collection of standard data science packages. diff --git a/charts/vscode-python/values.schema.json b/charts/vscode-python/values.schema.json index 281b7432..bb66011b 100644 --- a/charts/vscode-python/values.schema.json +++ b/charts/vscode-python/values.schema.json @@ -25,8 +25,8 @@ "type": "string", "default": "inseefrlab/onyxia-vscode-python:py3.12.5", "listEnum": [ - "inseefrlab/onyxia-vscode-python:py3.12.5", - "inseefrlab/onyxia-vscode-python:py3.11.9" + "inseefrlab/onyxia-vscode-python:py3.12.6", + "inseefrlab/onyxia-vscode-python:py3.11.10" ], "render": "list", "hidden": { @@ -50,7 +50,7 @@ "version": { "description": "vscode unsupported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-python:py3.12.5", + "default": "inseefrlab/onyxia-vscode-python:py3.12.6", "hidden": { "value": false, "path": "service/image/custom/enabled" @@ -882,4 +882,4 @@ } } } -} \ No newline at end of file +} diff --git a/charts/vscode-pytorch-gpu/Chart.yaml b/charts/vscode-pytorch-gpu/Chart.yaml index e791357c..63ae38fb 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.2 +version: 2.1.3 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 504c7241..c7cde6d9 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.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![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) The VSCode IDE with Python and the deep-learning framework PyTorch, with GPU support. @@ -104,9 +104,9 @@ The VSCode IDE with Python and the deep-learning framework PyTorch, with GPU sup | security.password | string | `"changeme"` | | | securityContext | object | `{}` | | | service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.5-gpu"` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.6-gpu"` | | | service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.5-gpu"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.6-gpu"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | diff --git a/charts/vscode-pytorch-gpu/values.schema.json b/charts/vscode-pytorch-gpu/values.schema.json index b040ce7c..ebf2e177 100644 --- a/charts/vscode-pytorch-gpu/values.schema.json +++ b/charts/vscode-pytorch-gpu/values.schema.json @@ -23,10 +23,10 @@ "version": { "description": "vscode supported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-pytorch:py3.12.5-gpu", + "default": "inseefrlab/onyxia-vscode-pytorch:py3.12.6-gpu", "listEnum": [ - "inseefrlab/onyxia-vscode-pytorch:py3.12.5-gpu", - "inseefrlab/onyxia-vscode-pytorch:py3.11.9-gpu" + "inseefrlab/onyxia-vscode-pytorch:py3.12.6-gpu", + "inseefrlab/onyxia-vscode-pytorch:py3.11.10-gpu" ], "render": "list", "hidden": { @@ -50,7 +50,7 @@ "version": { "description": "vscode unsupported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-pytorch:py3.12.5-gpu", + "default": "inseefrlab/onyxia-vscode-pytorch:py3.12.6-gpu", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/vscode-pytorch-gpu/values.yaml b/charts/vscode-pytorch-gpu/values.yaml index cdd63c30..abcaf41b 100644 --- a/charts/vscode-pytorch-gpu/values.yaml +++ b/charts/vscode-pytorch-gpu/values.yaml @@ -2,11 +2,11 @@ global: suspend: false service: image: - version: inseefrlab/onyxia-vscode-pytorch:py3.12.5-gpu + version: inseefrlab/onyxia-vscode-pytorch:py3.12.6-gpu pullPolicy: IfNotPresent custom: enabled: false - version: inseefrlab/onyxia-vscode-pytorch:py3.12.5-gpu + version: inseefrlab/onyxia-vscode-pytorch:py3.12.6-gpu security: password: changeme networkPolicy: diff --git a/charts/vscode-pytorch/Chart.yaml b/charts/vscode-pytorch/Chart.yaml index 29bb170c..32b26ac2 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.2 +version: 2.1.3 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/vscode-pytorch/README.md b/charts/vscode-pytorch/README.md index ed7ab87a..bbafa17a 100644 --- a/charts/vscode-pytorch/README.md +++ b/charts/vscode-pytorch/README.md @@ -1,6 +1,6 @@ # vscode-pytorch -![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![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) The VSCode IDE with Python and the deep-learning framework PyTorch. @@ -104,9 +104,9 @@ The VSCode IDE with Python and the deep-learning framework PyTorch. | security.password | string | `"changeme"` | | | securityContext | object | `{}` | | | service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.5"` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.6"` | | | service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.5"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.6"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | diff --git a/charts/vscode-pytorch/values.schema.json b/charts/vscode-pytorch/values.schema.json index 63558010..49ac8dc8 100644 --- a/charts/vscode-pytorch/values.schema.json +++ b/charts/vscode-pytorch/values.schema.json @@ -23,10 +23,10 @@ "version": { "description": "vscode supported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-pytorch:py3.12.5", + "default": "inseefrlab/onyxia-vscode-pytorch:py3.12.6", "listEnum": [ - "inseefrlab/onyxia-vscode-pytorch:py3.12.5", - "inseefrlab/onyxia-vscode-pytorch:py3.11.9" + "inseefrlab/onyxia-vscode-pytorch:py3.12.6", + "inseefrlab/onyxia-vscode-pytorch:py3.11.10" ], "render": "list", "hidden": { @@ -50,7 +50,7 @@ "version": { "description": "vscode unsupported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-pytorch:py3.12.5", + "default": "inseefrlab/onyxia-vscode-pytorch:py3.12.6", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/vscode-pytorch/values.yaml b/charts/vscode-pytorch/values.yaml index 811e1060..b8ca7798 100644 --- a/charts/vscode-pytorch/values.yaml +++ b/charts/vscode-pytorch/values.yaml @@ -2,11 +2,11 @@ global: suspend: false service: image: - version: inseefrlab/onyxia-vscode-pytorch:py3.12.5 + version: inseefrlab/onyxia-vscode-pytorch:py3.12.6 pullPolicy: IfNotPresent custom: enabled: false - version: inseefrlab/onyxia-vscode-pytorch:py3.12.5 + version: inseefrlab/onyxia-vscode-pytorch:py3.12.6 security: password: changeme networkPolicy: diff --git a/charts/vscode-r-python-julia/Chart.yaml b/charts/vscode-r-python-julia/Chart.yaml index 636564b0..935ea465 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.2 +version: 2.1.3 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 d133cf83..bc7a5b43 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.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![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) 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 d1ac7252..6f77c27d 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.2 +version: 2.1.3 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/vscode-r/README.md b/charts/vscode-r/README.md index 0d8a4426..01812fa0 100644 --- a/charts/vscode-r/README.md +++ b/charts/vscode-r/README.md @@ -1,6 +1,6 @@ # vscode-r -![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![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) 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 5796b16a..4b34bd94 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.2 +version: 2.1.3 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 90423e4b..fcd39533 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.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![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) The VSCode IDE with Python and the deep-learning framework TensorFlow, with GPU support. @@ -104,9 +104,9 @@ The VSCode IDE with Python and the deep-learning framework TensorFlow, with GPU | security.password | string | `"changeme"` | | | securityContext | object | `{}` | | | service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.5-gpu"` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.6-gpu"` | | | service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.5-gpu"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.6-gpu"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | diff --git a/charts/vscode-tensorflow-gpu/values.schema.json b/charts/vscode-tensorflow-gpu/values.schema.json index 91d3cf8b..cbdbef0c 100644 --- a/charts/vscode-tensorflow-gpu/values.schema.json +++ b/charts/vscode-tensorflow-gpu/values.schema.json @@ -23,10 +23,10 @@ "version": { "description": "vscode supported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-tensorflow:py3.12.5-gpu", + "default": "inseefrlab/onyxia-vscode-tensorflow:py3.12.6-gpu", "listEnum": [ - "inseefrlab/onyxia-vscode-tensorflow:py3.12.5-gpu", - "inseefrlab/onyxia-vscode-tensorflow:py3.11.9-gpu" + "inseefrlab/onyxia-vscode-tensorflow:py3.12.6-gpu", + "inseefrlab/onyxia-vscode-tensorflow:py3.11.10-gpu" ], "render": "list", "hidden": { @@ -50,7 +50,7 @@ "version": { "description": "vscode unsupported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-tensorflow:py3.12.5-gpu", + "default": "inseefrlab/onyxia-vscode-tensorflow:py3.12.6-gpu", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/vscode-tensorflow-gpu/values.yaml b/charts/vscode-tensorflow-gpu/values.yaml index b92813fd..93bac749 100644 --- a/charts/vscode-tensorflow-gpu/values.yaml +++ b/charts/vscode-tensorflow-gpu/values.yaml @@ -2,11 +2,11 @@ global: suspend: false service: image: - version: inseefrlab/onyxia-vscode-tensorflow:py3.12.5-gpu + version: inseefrlab/onyxia-vscode-tensorflow:py3.12.6-gpu pullPolicy: IfNotPresent custom: enabled: false - version: inseefrlab/onyxia-vscode-tensorflow:py3.12.5-gpu + version: inseefrlab/onyxia-vscode-tensorflow:py3.12.6-gpu security: password: changeme networkPolicy: diff --git a/charts/vscode-tensorflow/Chart.yaml b/charts/vscode-tensorflow/Chart.yaml index cad08f90..d0e0bcbc 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.2 +version: 2.1.3 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/vscode-tensorflow/README.md b/charts/vscode-tensorflow/README.md index 425db4d7..0ddcc382 100644 --- a/charts/vscode-tensorflow/README.md +++ b/charts/vscode-tensorflow/README.md @@ -1,6 +1,6 @@ # vscode-tensorflow -![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![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) The VSCode IDE with Python and the deep-learning framework TensorFlow. @@ -104,9 +104,9 @@ The VSCode IDE with Python and the deep-learning framework TensorFlow. | security.password | string | `"changeme"` | | | securityContext | object | `{}` | | | service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.5"` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.6"` | | | service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.5"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.6"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | diff --git a/charts/vscode-tensorflow/values.schema.json b/charts/vscode-tensorflow/values.schema.json index 63ca80cc..00a5166e 100644 --- a/charts/vscode-tensorflow/values.schema.json +++ b/charts/vscode-tensorflow/values.schema.json @@ -23,10 +23,10 @@ "version": { "description": "vscode supported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-tensorflow:py3.12.5", + "default": "inseefrlab/onyxia-vscode-tensorflow:py3.12.6", "listEnum": [ - "inseefrlab/onyxia-vscode-tensorflow:py3.12.5", - "inseefrlab/onyxia-vscode-tensorflow:py3.11.9" + "inseefrlab/onyxia-vscode-tensorflow:py3.12.6", + "inseefrlab/onyxia-vscode-tensorflow:py3.11.10" ], "render": "list", "hidden": { @@ -50,7 +50,7 @@ "version": { "description": "vscode unsupported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-tensorflow:py3.12.5", + "default": "inseefrlab/onyxia-vscode-tensorflow:py3.12.6", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/vscode-tensorflow/values.yaml b/charts/vscode-tensorflow/values.yaml index e9bffdee..727093bd 100644 --- a/charts/vscode-tensorflow/values.yaml +++ b/charts/vscode-tensorflow/values.yaml @@ -2,11 +2,11 @@ global: suspend: false service: image: - version: inseefrlab/onyxia-vscode-tensorflow:py3.12.5 + version: inseefrlab/onyxia-vscode-tensorflow:py3.12.6 pullPolicy: IfNotPresent custom: enabled: false - version: inseefrlab/onyxia-vscode-tensorflow:py3.12.5 + version: inseefrlab/onyxia-vscode-tensorflow:py3.12.6 security: password: changeme networkPolicy: