From a963fa33cd2be79f94322d92feeeb06004ceea2b Mon Sep 17 00:00:00 2001 From: Comte Date: Tue, 17 Sep 2024 13:42:25 +0200 Subject: [PATCH 1/3] upgrade schema version --- charts/jupyter-pyspark/Chart.yaml | 2 +- charts/jupyter-pyspark/values.schema.json | 2 +- charts/jupyter-python/Chart.yaml | 2 +- charts/jupyter-python/values.schema.json | 2 +- charts/rstudio-sparkr/Chart.yaml | 3 +-- charts/rstudio-sparkr/values.schema.json | 2 +- charts/rstudio/Chart.yaml | 3 +-- charts/rstudio/values.schema.json | 2 +- charts/vscode-pyspark/Chart.yaml | 2 +- charts/vscode-pyspark/values.schema.json | 2 +- charts/vscode-python/Chart.yaml | 2 +- charts/vscode-python/values.schema.json | 2 +- 12 files changed, 12 insertions(+), 14 deletions(-) diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index f492c103..2a7a2957 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.0.7 +version: 2.1.0 dependencies: - name: library-chart diff --git a/charts/jupyter-pyspark/values.schema.json b/charts/jupyter-pyspark/values.schema.json index e5a6c8cf..1550f13d 100644 --- a/charts/jupyter-pyspark/values.schema.json +++ b/charts/jupyter-pyspark/values.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema#", + "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "service": { diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index cfb658da..a142a00e 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.0.7 +version: 2.1.0 dependencies: - name: library-chart diff --git a/charts/jupyter-python/values.schema.json b/charts/jupyter-python/values.schema.json index c7992b43..f798ea20 100644 --- a/charts/jupyter-python/values.schema.json +++ b/charts/jupyter-python/values.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema#", + "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "service": { diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index a79e25bc..e1db5297 100644 --- a/charts/rstudio-sparkr/Chart.yaml +++ b/charts/rstudio-sparkr/Chart.yaml @@ -23,8 +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.0.6 - +version: 2.1.0 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/rstudio-sparkr/values.schema.json b/charts/rstudio-sparkr/values.schema.json index 36d75ec4..c45c1f08 100644 --- a/charts/rstudio-sparkr/values.schema.json +++ b/charts/rstudio-sparkr/values.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema#", + "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "service": { diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index 6f7efba2..84d6c2b8 100644 --- a/charts/rstudio/Chart.yaml +++ b/charts/rstudio/Chart.yaml @@ -22,8 +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.0.6 - +version: 2.1.0 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/rstudio/values.schema.json b/charts/rstudio/values.schema.json index a644b74c..40cfa7b7 100644 --- a/charts/rstudio/values.schema.json +++ b/charts/rstudio/values.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema#", + "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "service": { diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index ac893916..54245e42 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.0.6 +version: 2.1.0 dependencies: - name: library-chart diff --git a/charts/vscode-pyspark/values.schema.json b/charts/vscode-pyspark/values.schema.json index 2b60ed79..62e97d95 100644 --- a/charts/vscode-pyspark/values.schema.json +++ b/charts/vscode-pyspark/values.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema#", + "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "service": { diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index 86077faf..9e112bc2 100644 --- a/charts/vscode-python/Chart.yaml +++ b/charts/vscode-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.0.6 +version: 2.1.0 dependencies: - name: library-chart diff --git a/charts/vscode-python/values.schema.json b/charts/vscode-python/values.schema.json index e0459695..1941dd94 100644 --- a/charts/vscode-python/values.schema.json +++ b/charts/vscode-python/values.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema#", + "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "service": { From db77d1538aa6168f2e14a2a5fb62e0be3472c604 Mon Sep 17 00:00:00 2001 From: fcomte Date: Tue, 17 Sep 2024 11:42:39 +0000 Subject: [PATCH 2/3] Automated changes --- charts/jupyter-python-gpu/Chart.yaml | 2 +- charts/jupyter-python-gpu/README.md | 132 ------------------ charts/jupyter-python-gpu/values.schema.json | 2 +- charts/jupyter-pytorch-gpu/Chart.yaml | 2 +- charts/jupyter-pytorch-gpu/README.md | 132 ------------------ charts/jupyter-pytorch-gpu/values.schema.json | 2 +- charts/jupyter-pytorch/Chart.yaml | 2 +- charts/jupyter-pytorch/README.md | 132 ------------------ charts/jupyter-pytorch/values.schema.json | 2 +- charts/jupyter-r/Chart.yaml | 2 +- charts/jupyter-r/README.md | 132 ------------------ charts/jupyter-r/values.schema.json | 2 +- charts/jupyter-tensorflow-gpu/Chart.yaml | 2 +- charts/jupyter-tensorflow-gpu/README.md | 132 ------------------ .../jupyter-tensorflow-gpu/values.schema.json | 2 +- charts/jupyter-tensorflow/Chart.yaml | 2 +- charts/jupyter-tensorflow/README.md | 132 ------------------ charts/jupyter-tensorflow/values.schema.json | 2 +- charts/rstudio-gpu/Chart.yaml | 2 +- charts/rstudio-gpu/README.md | 122 ---------------- charts/rstudio-gpu/values.schema.json | 2 +- charts/vscode-python-gpu/Chart.yaml | 2 +- charts/vscode-python-gpu/README.md | 130 ----------------- charts/vscode-python-gpu/values.schema.json | 2 +- charts/vscode-pytorch-gpu/Chart.yaml | 2 +- charts/vscode-pytorch-gpu/README.md | 130 ----------------- charts/vscode-pytorch-gpu/values.schema.json | 2 +- charts/vscode-pytorch/Chart.yaml | 2 +- charts/vscode-pytorch/README.md | 130 ----------------- charts/vscode-pytorch/values.schema.json | 2 +- charts/vscode-r-python-julia/Chart.yaml | 2 +- charts/vscode-r-python-julia/README.md | 130 ----------------- .../vscode-r-python-julia/values.schema.json | 2 +- charts/vscode-r/Chart.yaml | 2 +- charts/vscode-r/README.md | 130 ----------------- charts/vscode-r/values.schema.json | 2 +- charts/vscode-tensorflow-gpu/Chart.yaml | 2 +- charts/vscode-tensorflow-gpu/README.md | 130 ----------------- .../vscode-tensorflow-gpu/values.schema.json | 2 +- charts/vscode-tensorflow/Chart.yaml | 2 +- charts/vscode-tensorflow/README.md | 130 ----------------- charts/vscode-tensorflow/values.schema.json | 2 +- 42 files changed, 28 insertions(+), 1852 deletions(-) delete mode 100644 charts/jupyter-python-gpu/README.md delete mode 100644 charts/jupyter-pytorch-gpu/README.md delete mode 100644 charts/jupyter-pytorch/README.md delete mode 100644 charts/jupyter-r/README.md delete mode 100644 charts/jupyter-tensorflow-gpu/README.md delete mode 100644 charts/jupyter-tensorflow/README.md delete mode 100644 charts/rstudio-gpu/README.md delete mode 100644 charts/vscode-python-gpu/README.md delete mode 100644 charts/vscode-pytorch-gpu/README.md delete mode 100644 charts/vscode-pytorch/README.md delete mode 100644 charts/vscode-r-python-julia/README.md delete mode 100644 charts/vscode-r/README.md delete mode 100644 charts/vscode-tensorflow-gpu/README.md delete mode 100644 charts/vscode-tensorflow/README.md diff --git a/charts/jupyter-python-gpu/Chart.yaml b/charts/jupyter-python-gpu/Chart.yaml index a1bec803..1502fae2 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.0.7 +version: 2.1.0 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/jupyter-python-gpu/README.md b/charts/jupyter-python-gpu/README.md deleted file mode 100644 index a8003299..00000000 --- a/charts/jupyter-python-gpu/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-python-gpu - -![Version: 2.0.7](https://img.shields.io/badge/Version-2.0.7-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. - -**Homepage:** - -## Source Code - -* -* - -## Requirements - -| Repository | Name | Version | -|------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | - -## Values - -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| affinity | object | `{}` | | -| autoscaling.enabled | bool | `false` | | -| autoscaling.maxReplicas | int | `100` | | -| autoscaling.minReplicas | int | `1` | | -| autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| coresite.configMapName | string | `""` | | -| discovery.hive | bool | `true` | | -| discovery.metaflow | bool | `true` | | -| discovery.mlflow | bool | `true` | | -| environment.group | string | `"users"` | | -| environment.user | string | `"onyxia"` | | -| fullnameOverride | string | `""` | | -| git.branch | string | `""` | | -| git.cache | string | `""` | | -| git.configMapName | string | `""` | | -| git.email | string | `""` | | -| git.enabled | bool | `false` | | -| git.name | string | `""` | | -| git.repository | string | `""` | | -| git.token | string | `""` | | -| global.suspend | bool | `false` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.certManagerClusterIssuer | string | `""` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| ingress.useCertManager | bool | `false` | | -| ingress.userHostname | string | `"chart-example-user.local"` | | -| init.personalInit | string | `""` | | -| init.personalInitArgs | string | `""` | | -| init.regionInit | string | `""` | | -| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | -| kubernetes.enabled | bool | `false` | | -| kubernetes.role | string | `"view"` | | -| message.en | string | `""` | | -| message.fr | string | `""` | | -| metaflow.configMapName | string | `""` | | -| mlflow.configMapName | string | `""` | | -| nameOverride | string | `""` | | -| networking.clusterIP | string | `"None"` | | -| networking.service.port | int | `8888` | | -| networking.sparkui.port | int | `4040` | | -| networking.type | string | `"ClusterIP"` | | -| networking.user.enabled | bool | `false` | | -| networking.user.port | int | `5000` | | -| nodeSelector | object | `{}` | | -| openshiftSCC.enabled | bool | `false` | | -| openshiftSCC.scc | string | `""` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `false` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| proxy.enabled | bool | `false` | | -| proxy.httpProxy | string | `""` | | -| proxy.httpsProxy | string | `""` | | -| proxy.noProxy | string | `""` | | -| replicaCount | int | `1` | | -| repository.condaRepository | string | `""` | | -| repository.configMapName | string | `""` | | -| repository.pipRepository | string | `""` | | -| resources | object | `{}` | | -| route.annotations | list | `[]` | | -| route.enabled | bool | `false` | | -| route.hostname | string | `"chart-example.local"` | | -| route.tls.termination | string | `"edge"` | | -| route.userHostname | string | `"chart-example-user.local"` | | -| route.wildcardPolicy | string | `"None"` | | -| s3.accessKeyId | string | `""` | | -| s3.configMapName | string | `""` | | -| s3.defaultRegion | string | `""` | | -| s3.enabled | bool | `false` | | -| s3.endpoint | string | `""` | | -| s3.secretAccessKey | string | `""` | | -| s3.sessionToken | string | `""` | | -| security.allowlist.enabled | bool | `false` | | -| security.allowlist.ip | string | `"0.0.0.0/0"` | | -| security.networkPolicy.enabled | bool | `false` | | -| security.networkPolicy.from | list | `[]` | | -| security.password | string | `"changeme"` | | -| securityContext | object | `{}` | | -| service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.4-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.4-gpu"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| startupProbe.failureThreshold | int | `60` | | -| startupProbe.initialDelaySeconds | int | `10` | | -| startupProbe.periodSeconds | int | `10` | | -| startupProbe.successThreshold | int | `1` | | -| startupProbe.timeoutSeconds | int | `2` | | -| tolerations | list | `[]` | | -| userPreferences.darkMode | bool | `false` | | -| userPreferences.language | string | `"en"` | | -| vault.configMapName | string | `""` | | -| vault.directory | string | `""` | | -| vault.enabled | bool | `false` | | -| vault.mount | string | `""` | | -| vault.secret | string | `""` | | -| vault.token | string | `""` | | -| vault.url | string | `""` | | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/jupyter-python-gpu/values.schema.json b/charts/jupyter-python-gpu/values.schema.json index 4bb01efd..eb20d535 100644 --- a/charts/jupyter-python-gpu/values.schema.json +++ b/charts/jupyter-python-gpu/values.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema#", + "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "service": { diff --git a/charts/jupyter-pytorch-gpu/Chart.yaml b/charts/jupyter-pytorch-gpu/Chart.yaml index 43cf5464..542cac1e 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.0.7 +version: 2.1.0 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/jupyter-pytorch-gpu/README.md b/charts/jupyter-pytorch-gpu/README.md deleted file mode 100644 index f26d92d3..00000000 --- a/charts/jupyter-pytorch-gpu/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-pytorch-gpu - -![Version: 2.0.7](https://img.shields.io/badge/Version-2.0.7-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. - -**Homepage:** - -## Source Code - -* -* - -## Requirements - -| Repository | Name | Version | -|------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | - -## Values - -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| affinity | object | `{}` | | -| autoscaling.enabled | bool | `false` | | -| autoscaling.maxReplicas | int | `100` | | -| autoscaling.minReplicas | int | `1` | | -| autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| coresite.configMapName | string | `""` | | -| discovery.hive | bool | `true` | | -| discovery.metaflow | bool | `true` | | -| discovery.mlflow | bool | `true` | | -| environment.group | string | `"users"` | | -| environment.user | string | `"onyxia"` | | -| fullnameOverride | string | `""` | | -| git.branch | string | `""` | | -| git.cache | string | `""` | | -| git.configMapName | string | `""` | | -| git.email | string | `""` | | -| git.enabled | bool | `false` | | -| git.name | string | `""` | | -| git.repository | string | `""` | | -| git.token | string | `""` | | -| global.suspend | bool | `false` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.certManagerClusterIssuer | string | `""` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| ingress.useCertManager | bool | `false` | | -| ingress.userHostname | string | `"chart-example-user.local"` | | -| init.personalInit | string | `""` | | -| init.personalInitArgs | string | `""` | | -| init.regionInit | string | `""` | | -| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | -| kubernetes.enabled | bool | `false` | | -| kubernetes.role | string | `"view"` | | -| message.en | string | `""` | | -| message.fr | string | `""` | | -| metaflow.configMapName | string | `""` | | -| mlflow.configMapName | string | `""` | | -| nameOverride | string | `""` | | -| networking.clusterIP | string | `"None"` | | -| networking.service.port | int | `8888` | | -| networking.sparkui.port | int | `4040` | | -| networking.type | string | `"ClusterIP"` | | -| networking.user.enabled | bool | `false` | | -| networking.user.port | int | `5000` | | -| nodeSelector | object | `{}` | | -| openshiftSCC.enabled | bool | `false` | | -| openshiftSCC.scc | string | `""` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `false` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| proxy.enabled | bool | `false` | | -| proxy.httpProxy | string | `""` | | -| proxy.httpsProxy | string | `""` | | -| proxy.noProxy | string | `""` | | -| replicaCount | int | `1` | | -| repository.condaRepository | string | `""` | | -| repository.configMapName | string | `""` | | -| repository.pipRepository | string | `""` | | -| resources | object | `{}` | | -| route.annotations | list | `[]` | | -| route.enabled | bool | `false` | | -| route.hostname | string | `"chart-example.local"` | | -| route.tls.termination | string | `"edge"` | | -| route.userHostname | string | `"chart-example-user.local"` | | -| route.wildcardPolicy | string | `"None"` | | -| s3.accessKeyId | string | `""` | | -| s3.configMapName | string | `""` | | -| s3.defaultRegion | string | `""` | | -| s3.enabled | bool | `false` | | -| s3.endpoint | string | `""` | | -| s3.secretAccessKey | string | `""` | | -| s3.sessionToken | string | `""` | | -| security.allowlist.enabled | bool | `false` | | -| security.allowlist.ip | string | `"0.0.0.0/0"` | | -| security.networkPolicy.enabled | bool | `false` | | -| security.networkPolicy.from | list | `[]` | | -| security.password | string | `"changeme"` | | -| securityContext | object | `{}` | | -| service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.4-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.4-gpu"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| startupProbe.failureThreshold | int | `60` | | -| startupProbe.initialDelaySeconds | int | `10` | | -| startupProbe.periodSeconds | int | `10` | | -| startupProbe.successThreshold | int | `1` | | -| startupProbe.timeoutSeconds | int | `2` | | -| tolerations | list | `[]` | | -| userPreferences.darkMode | bool | `false` | | -| userPreferences.language | string | `"en"` | | -| vault.configMapName | string | `""` | | -| vault.directory | string | `""` | | -| vault.enabled | bool | `false` | | -| vault.mount | string | `""` | | -| vault.secret | string | `""` | | -| vault.token | string | `""` | | -| vault.url | string | `""` | | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/jupyter-pytorch-gpu/values.schema.json b/charts/jupyter-pytorch-gpu/values.schema.json index 2c8d71a3..f72c21fd 100644 --- a/charts/jupyter-pytorch-gpu/values.schema.json +++ b/charts/jupyter-pytorch-gpu/values.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema#", + "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "service": { diff --git a/charts/jupyter-pytorch/Chart.yaml b/charts/jupyter-pytorch/Chart.yaml index 3ffefa98..66768fe8 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.0.7 +version: 2.1.0 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/jupyter-pytorch/README.md b/charts/jupyter-pytorch/README.md deleted file mode 100644 index 39887a97..00000000 --- a/charts/jupyter-pytorch/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-pytorch - -![Version: 2.0.7](https://img.shields.io/badge/Version-2.0.7-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. - -**Homepage:** - -## Source Code - -* -* - -## Requirements - -| Repository | Name | Version | -|------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | - -## Values - -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| affinity | object | `{}` | | -| autoscaling.enabled | bool | `false` | | -| autoscaling.maxReplicas | int | `100` | | -| autoscaling.minReplicas | int | `1` | | -| autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| coresite.configMapName | string | `""` | | -| discovery.hive | bool | `true` | | -| discovery.metaflow | bool | `true` | | -| discovery.mlflow | bool | `true` | | -| environment.group | string | `"users"` | | -| environment.user | string | `"onyxia"` | | -| fullnameOverride | string | `""` | | -| git.branch | string | `""` | | -| git.cache | string | `""` | | -| git.configMapName | string | `""` | | -| git.email | string | `""` | | -| git.enabled | bool | `false` | | -| git.name | string | `""` | | -| git.repository | string | `""` | | -| git.token | string | `""` | | -| global.suspend | bool | `false` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.certManagerClusterIssuer | string | `""` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| ingress.useCertManager | bool | `false` | | -| ingress.userHostname | string | `"chart-example-user.local"` | | -| init.personalInit | string | `""` | | -| init.personalInitArgs | string | `""` | | -| init.regionInit | string | `""` | | -| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | -| kubernetes.enabled | bool | `false` | | -| kubernetes.role | string | `"view"` | | -| message.en | string | `""` | | -| message.fr | string | `""` | | -| metaflow.configMapName | string | `""` | | -| mlflow.configMapName | string | `""` | | -| nameOverride | string | `""` | | -| networking.clusterIP | string | `"None"` | | -| networking.service.port | int | `8888` | | -| networking.sparkui.port | int | `4040` | | -| networking.type | string | `"ClusterIP"` | | -| networking.user.enabled | bool | `false` | | -| networking.user.port | int | `5000` | | -| nodeSelector | object | `{}` | | -| openshiftSCC.enabled | bool | `false` | | -| openshiftSCC.scc | string | `""` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `false` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| proxy.enabled | bool | `false` | | -| proxy.httpProxy | string | `""` | | -| proxy.httpsProxy | string | `""` | | -| proxy.noProxy | string | `""` | | -| replicaCount | int | `1` | | -| repository.condaRepository | string | `""` | | -| repository.configMapName | string | `""` | | -| repository.pipRepository | string | `""` | | -| resources | object | `{}` | | -| route.annotations | list | `[]` | | -| route.enabled | bool | `false` | | -| route.hostname | string | `"chart-example.local"` | | -| route.tls.termination | string | `"edge"` | | -| route.userHostname | string | `"chart-example-user.local"` | | -| route.wildcardPolicy | string | `"None"` | | -| s3.accessKeyId | string | `""` | | -| s3.configMapName | string | `""` | | -| s3.defaultRegion | string | `""` | | -| s3.enabled | bool | `false` | | -| s3.endpoint | string | `""` | | -| s3.secretAccessKey | string | `""` | | -| s3.sessionToken | string | `""` | | -| security.allowlist.enabled | bool | `false` | | -| security.allowlist.ip | string | `"0.0.0.0/0"` | | -| security.networkPolicy.enabled | bool | `false` | | -| security.networkPolicy.from | list | `[]` | | -| security.password | string | `"changeme"` | | -| securityContext | object | `{}` | | -| service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.4"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.4"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| startupProbe.failureThreshold | int | `60` | | -| startupProbe.initialDelaySeconds | int | `10` | | -| startupProbe.periodSeconds | int | `10` | | -| startupProbe.successThreshold | int | `1` | | -| startupProbe.timeoutSeconds | int | `2` | | -| tolerations | list | `[]` | | -| userPreferences.darkMode | bool | `false` | | -| userPreferences.language | string | `"en"` | | -| vault.configMapName | string | `""` | | -| vault.directory | string | `""` | | -| vault.enabled | bool | `false` | | -| vault.mount | string | `""` | | -| vault.secret | string | `""` | | -| vault.token | string | `""` | | -| vault.url | string | `""` | | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/jupyter-pytorch/values.schema.json b/charts/jupyter-pytorch/values.schema.json index 1d19fd29..5551310b 100644 --- a/charts/jupyter-pytorch/values.schema.json +++ b/charts/jupyter-pytorch/values.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema#", + "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "service": { diff --git a/charts/jupyter-r/Chart.yaml b/charts/jupyter-r/Chart.yaml index 31be973d..782e3cca 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.0.7 +version: 2.1.0 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/jupyter-r/README.md b/charts/jupyter-r/README.md deleted file mode 100644 index add99923..00000000 --- a/charts/jupyter-r/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-r - -![Version: 2.0.7](https://img.shields.io/badge/Version-2.0.7-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. - -**Homepage:** - -## Source Code - -* -* - -## Requirements - -| Repository | Name | Version | -|------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | - -## Values - -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| affinity | object | `{}` | | -| autoscaling.enabled | bool | `false` | | -| autoscaling.maxReplicas | int | `100` | | -| autoscaling.minReplicas | int | `1` | | -| autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| coresite.configMapName | string | `""` | | -| discovery.hive | bool | `true` | | -| discovery.metaflow | bool | `true` | | -| discovery.mlflow | bool | `true` | | -| environment.group | string | `"users"` | | -| environment.user | string | `"onyxia"` | | -| fullnameOverride | string | `""` | | -| git.branch | string | `""` | | -| git.cache | string | `""` | | -| git.configMapName | string | `""` | | -| git.email | string | `""` | | -| git.enabled | bool | `false` | | -| git.name | string | `""` | | -| git.repository | string | `""` | | -| git.token | string | `""` | | -| global.suspend | bool | `false` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.certManagerClusterIssuer | string | `""` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| ingress.useCertManager | bool | `false` | | -| ingress.userHostname | string | `"chart-example-user.local"` | | -| init.personalInit | string | `""` | | -| init.personalInitArgs | string | `""` | | -| init.regionInit | string | `""` | | -| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | -| kubernetes.enabled | bool | `false` | | -| kubernetes.role | string | `"view"` | | -| message.en | string | `""` | | -| message.fr | string | `""` | | -| metaflow.configMapName | string | `""` | | -| mlflow.configMapName | string | `""` | | -| nameOverride | string | `""` | | -| networking.clusterIP | string | `"None"` | | -| networking.service.port | int | `8888` | | -| networking.sparkui.port | int | `4040` | | -| networking.type | string | `"ClusterIP"` | | -| networking.user.enabled | bool | `false` | | -| networking.user.port | int | `5000` | | -| nodeSelector | object | `{}` | | -| openshiftSCC.enabled | bool | `false` | | -| openshiftSCC.scc | string | `""` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `false` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| proxy.enabled | bool | `false` | | -| proxy.httpProxy | string | `""` | | -| proxy.httpsProxy | string | `""` | | -| proxy.noProxy | string | `""` | | -| replicaCount | int | `1` | | -| repository.condaRepository | string | `""` | | -| repository.configMapName | string | `""` | | -| repository.pipRepository | string | `""` | | -| resources | object | `{}` | | -| route.annotations | list | `[]` | | -| route.enabled | bool | `false` | | -| route.hostname | string | `"chart-example.local"` | | -| route.tls.termination | string | `"edge"` | | -| route.userHostname | string | `"chart-example-user.local"` | | -| route.wildcardPolicy | string | `"None"` | | -| s3.accessKeyId | string | `""` | | -| s3.configMapName | string | `""` | | -| s3.defaultRegion | string | `""` | | -| s3.enabled | bool | `false` | | -| s3.endpoint | string | `""` | | -| s3.secretAccessKey | string | `""` | | -| s3.sessionToken | string | `""` | | -| security.allowlist.enabled | bool | `false` | | -| security.allowlist.ip | string | `"0.0.0.0/0"` | | -| security.networkPolicy.enabled | bool | `false` | | -| security.networkPolicy.from | list | `[]` | | -| security.password | string | `"changeme"` | | -| securityContext | object | `{}` | | -| service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-r:r4.4.1"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-r:r4.4.1"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| startupProbe.failureThreshold | int | `60` | | -| startupProbe.initialDelaySeconds | int | `10` | | -| startupProbe.periodSeconds | int | `10` | | -| startupProbe.successThreshold | int | `1` | | -| startupProbe.timeoutSeconds | int | `2` | | -| tolerations | list | `[]` | | -| userPreferences.darkMode | bool | `false` | | -| userPreferences.language | string | `"en"` | | -| vault.configMapName | string | `""` | | -| vault.directory | string | `""` | | -| vault.enabled | bool | `false` | | -| vault.mount | string | `""` | | -| vault.secret | string | `""` | | -| vault.token | string | `""` | | -| vault.url | string | `""` | | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/jupyter-r/values.schema.json b/charts/jupyter-r/values.schema.json index b6d112a1..e46cf713 100644 --- a/charts/jupyter-r/values.schema.json +++ b/charts/jupyter-r/values.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema#", + "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "service": { diff --git a/charts/jupyter-tensorflow-gpu/Chart.yaml b/charts/jupyter-tensorflow-gpu/Chart.yaml index e2b2646e..526740a6 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.0.7 +version: 2.1.0 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/jupyter-tensorflow-gpu/README.md b/charts/jupyter-tensorflow-gpu/README.md deleted file mode 100644 index 53060df7..00000000 --- a/charts/jupyter-tensorflow-gpu/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-tensorflow-gpu - -![Version: 2.0.7](https://img.shields.io/badge/Version-2.0.7-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. - -**Homepage:** - -## Source Code - -* -* - -## Requirements - -| Repository | Name | Version | -|------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | - -## Values - -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| affinity | object | `{}` | | -| autoscaling.enabled | bool | `false` | | -| autoscaling.maxReplicas | int | `100` | | -| autoscaling.minReplicas | int | `1` | | -| autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| coresite.configMapName | string | `""` | | -| discovery.hive | bool | `true` | | -| discovery.metaflow | bool | `true` | | -| discovery.mlflow | bool | `true` | | -| environment.group | string | `"users"` | | -| environment.user | string | `"onyxia"` | | -| fullnameOverride | string | `""` | | -| git.branch | string | `""` | | -| git.cache | string | `""` | | -| git.configMapName | string | `""` | | -| git.email | string | `""` | | -| git.enabled | bool | `false` | | -| git.name | string | `""` | | -| git.repository | string | `""` | | -| git.token | string | `""` | | -| global.suspend | bool | `false` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.certManagerClusterIssuer | string | `""` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| ingress.useCertManager | bool | `false` | | -| ingress.userHostname | string | `"chart-example-user.local"` | | -| init.personalInit | string | `""` | | -| init.personalInitArgs | string | `""` | | -| init.regionInit | string | `""` | | -| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | -| kubernetes.enabled | bool | `false` | | -| kubernetes.role | string | `"view"` | | -| message.en | string | `""` | | -| message.fr | string | `""` | | -| metaflow.configMapName | string | `""` | | -| mlflow.configMapName | string | `""` | | -| nameOverride | string | `""` | | -| networking.clusterIP | string | `"None"` | | -| networking.service.port | int | `8888` | | -| networking.sparkui.port | int | `4040` | | -| networking.type | string | `"ClusterIP"` | | -| networking.user.enabled | bool | `false` | | -| networking.user.port | int | `5000` | | -| nodeSelector | object | `{}` | | -| openshiftSCC.enabled | bool | `false` | | -| openshiftSCC.scc | string | `""` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `false` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| proxy.enabled | bool | `false` | | -| proxy.httpProxy | string | `""` | | -| proxy.httpsProxy | string | `""` | | -| proxy.noProxy | string | `""` | | -| replicaCount | int | `1` | | -| repository.condaRepository | string | `""` | | -| repository.configMapName | string | `""` | | -| repository.pipRepository | string | `""` | | -| resources | object | `{}` | | -| route.annotations | list | `[]` | | -| route.enabled | bool | `false` | | -| route.hostname | string | `"chart-example.local"` | | -| route.tls.termination | string | `"edge"` | | -| route.userHostname | string | `"chart-example-user.local"` | | -| route.wildcardPolicy | string | `"None"` | | -| s3.accessKeyId | string | `""` | | -| s3.configMapName | string | `""` | | -| s3.defaultRegion | string | `""` | | -| s3.enabled | bool | `false` | | -| s3.endpoint | string | `""` | | -| s3.secretAccessKey | string | `""` | | -| s3.sessionToken | string | `""` | | -| security.allowlist.enabled | bool | `false` | | -| security.allowlist.ip | string | `"0.0.0.0/0"` | | -| security.networkPolicy.enabled | bool | `false` | | -| security.networkPolicy.from | list | `[]` | | -| security.password | string | `"changeme"` | | -| securityContext | object | `{}` | | -| service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.4-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.4-gpu"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| startupProbe.failureThreshold | int | `60` | | -| startupProbe.initialDelaySeconds | int | `10` | | -| startupProbe.periodSeconds | int | `10` | | -| startupProbe.successThreshold | int | `1` | | -| startupProbe.timeoutSeconds | int | `2` | | -| tolerations | list | `[]` | | -| userPreferences.darkMode | bool | `false` | | -| userPreferences.language | string | `"en"` | | -| vault.configMapName | string | `""` | | -| vault.directory | string | `""` | | -| vault.enabled | bool | `false` | | -| vault.mount | string | `""` | | -| vault.secret | string | `""` | | -| vault.token | string | `""` | | -| vault.url | string | `""` | | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/jupyter-tensorflow-gpu/values.schema.json b/charts/jupyter-tensorflow-gpu/values.schema.json index b0daa600..74cd191a 100644 --- a/charts/jupyter-tensorflow-gpu/values.schema.json +++ b/charts/jupyter-tensorflow-gpu/values.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema#", + "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "service": { diff --git a/charts/jupyter-tensorflow/Chart.yaml b/charts/jupyter-tensorflow/Chart.yaml index 19876308..76ec380d 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.0.7 +version: 2.1.0 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/jupyter-tensorflow/README.md b/charts/jupyter-tensorflow/README.md deleted file mode 100644 index 3e3a56a4..00000000 --- a/charts/jupyter-tensorflow/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-tensorflow - -![Version: 2.0.7](https://img.shields.io/badge/Version-2.0.7-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. - -**Homepage:** - -## Source Code - -* -* - -## Requirements - -| Repository | Name | Version | -|------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | - -## Values - -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| affinity | object | `{}` | | -| autoscaling.enabled | bool | `false` | | -| autoscaling.maxReplicas | int | `100` | | -| autoscaling.minReplicas | int | `1` | | -| autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| coresite.configMapName | string | `""` | | -| discovery.hive | bool | `true` | | -| discovery.metaflow | bool | `true` | | -| discovery.mlflow | bool | `true` | | -| environment.group | string | `"users"` | | -| environment.user | string | `"onyxia"` | | -| fullnameOverride | string | `""` | | -| git.branch | string | `""` | | -| git.cache | string | `""` | | -| git.configMapName | string | `""` | | -| git.email | string | `""` | | -| git.enabled | bool | `false` | | -| git.name | string | `""` | | -| git.repository | string | `""` | | -| git.token | string | `""` | | -| global.suspend | bool | `false` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.certManagerClusterIssuer | string | `""` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| ingress.useCertManager | bool | `false` | | -| ingress.userHostname | string | `"chart-example-user.local"` | | -| init.personalInit | string | `""` | | -| init.personalInitArgs | string | `""` | | -| init.regionInit | string | `""` | | -| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | -| kubernetes.enabled | bool | `false` | | -| kubernetes.role | string | `"view"` | | -| message.en | string | `""` | | -| message.fr | string | `""` | | -| metaflow.configMapName | string | `""` | | -| mlflow.configMapName | string | `""` | | -| nameOverride | string | `""` | | -| networking.clusterIP | string | `"None"` | | -| networking.service.port | int | `8888` | | -| networking.sparkui.port | int | `4040` | | -| networking.type | string | `"ClusterIP"` | | -| networking.user.enabled | bool | `false` | | -| networking.user.port | int | `5000` | | -| nodeSelector | object | `{}` | | -| openshiftSCC.enabled | bool | `false` | | -| openshiftSCC.scc | string | `""` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `false` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| proxy.enabled | bool | `false` | | -| proxy.httpProxy | string | `""` | | -| proxy.httpsProxy | string | `""` | | -| proxy.noProxy | string | `""` | | -| replicaCount | int | `1` | | -| repository.condaRepository | string | `""` | | -| repository.configMapName | string | `""` | | -| repository.pipRepository | string | `""` | | -| resources | object | `{}` | | -| route.annotations | list | `[]` | | -| route.enabled | bool | `false` | | -| route.hostname | string | `"chart-example.local"` | | -| route.tls.termination | string | `"edge"` | | -| route.userHostname | string | `"chart-example-user.local"` | | -| route.wildcardPolicy | string | `"None"` | | -| s3.accessKeyId | string | `""` | | -| s3.configMapName | string | `""` | | -| s3.defaultRegion | string | `""` | | -| s3.enabled | bool | `false` | | -| s3.endpoint | string | `""` | | -| s3.secretAccessKey | string | `""` | | -| s3.sessionToken | string | `""` | | -| security.allowlist.enabled | bool | `false` | | -| security.allowlist.ip | string | `"0.0.0.0/0"` | | -| security.networkPolicy.enabled | bool | `false` | | -| security.networkPolicy.from | list | `[]` | | -| security.password | string | `"changeme"` | | -| securityContext | object | `{}` | | -| service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.4"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.4"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| startupProbe.failureThreshold | int | `60` | | -| startupProbe.initialDelaySeconds | int | `10` | | -| startupProbe.periodSeconds | int | `10` | | -| startupProbe.successThreshold | int | `1` | | -| startupProbe.timeoutSeconds | int | `2` | | -| tolerations | list | `[]` | | -| userPreferences.darkMode | bool | `false` | | -| userPreferences.language | string | `"en"` | | -| vault.configMapName | string | `""` | | -| vault.directory | string | `""` | | -| vault.enabled | bool | `false` | | -| vault.mount | string | `""` | | -| vault.secret | string | `""` | | -| vault.token | string | `""` | | -| vault.url | string | `""` | | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/jupyter-tensorflow/values.schema.json b/charts/jupyter-tensorflow/values.schema.json index a668d253..b0fdb705 100644 --- a/charts/jupyter-tensorflow/values.schema.json +++ b/charts/jupyter-tensorflow/values.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema#", + "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "service": { diff --git a/charts/rstudio-gpu/Chart.yaml b/charts/rstudio-gpu/Chart.yaml index 32421333..482a97f2 100644 --- a/charts/rstudio-gpu/Chart.yaml +++ b/charts/rstudio-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.0.6 +version: 2.1.0 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/rstudio-gpu/README.md b/charts/rstudio-gpu/README.md deleted file mode 100644 index 290736c4..00000000 --- a/charts/rstudio-gpu/README.md +++ /dev/null @@ -1,122 +0,0 @@ -# rstudio-gpu - -![Version: 2.0.6](https://img.shields.io/badge/Version-2.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The RStudio IDE with a collection of standard data science packages, with GPU support. - -**Homepage:** - -## Source Code - -* -* - -## Requirements - -| Repository | Name | Version | -|------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | - -## Values - -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| affinity | object | `{}` | | -| autoscaling.enabled | bool | `false` | | -| autoscaling.maxReplicas | int | `100` | | -| autoscaling.minReplicas | int | `1` | | -| autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| environment.group | string | `"users"` | | -| environment.user | string | `"onyxia"` | | -| fullnameOverride | string | `""` | | -| git.branch | string | `""` | | -| git.cache | string | `""` | | -| git.configMapName | string | `""` | | -| git.email | string | `""` | | -| git.enabled | bool | `true` | | -| git.name | string | `""` | | -| git.repository | string | `""` | | -| git.token | string | `""` | | -| global.suspend | bool | `false` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.certManagerClusterIssuer | string | `""` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.tls | bool | `true` | | -| ingress.useCertManager | bool | `false` | | -| ingress.userHostname | string | `"chart-example-user.local"` | | -| init.personalInit | string | `""` | | -| init.personalInitArgs | string | `""` | | -| init.regionInit | string | `""` | | -| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | -| kubernetes.enabled | bool | `true` | | -| kubernetes.role | string | `"view"` | | -| message.en | string | `""` | | -| message.fr | string | `""` | | -| nameOverride | string | `""` | | -| networking.clusterIP | string | `"None"` | | -| networking.service.port | int | `8787` | | -| networking.sparkui.port | int | `4040` | | -| networking.type | string | `"ClusterIP"` | | -| networking.user.enabled | bool | `false` | | -| networking.user.port | int | `5000` | | -| nodeSelector | object | `{}` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `true` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| proxy.enabled | bool | `false` | | -| proxy.httpProxy | string | `""` | | -| proxy.httpsProxy | string | `""` | | -| proxy.noProxy | string | `""` | | -| replicaCount | int | `1` | | -| repository.configMapName | string | `""` | | -| repository.packageManagerUrl | string | `""` | | -| repository.rRepository | string | `""` | | -| resources | object | `{}` | | -| route.annotations | list | `[]` | | -| route.enabled | bool | `false` | | -| route.hostname | string | `"chart-example.local"` | | -| route.tls.termination | string | `"edge"` | | -| route.userHostname | string | `"chart-example-user.local"` | | -| route.wildcardPolicy | string | `"None"` | | -| s3.accessKeyId | string | `""` | | -| s3.configMapName | string | `""` | | -| s3.defaultRegion | string | `""` | | -| s3.enabled | bool | `true` | | -| s3.endpoint | string | `""` | | -| s3.secretAccessKey | string | `""` | | -| s3.sessionToken | string | `""` | | -| security.allowlist.enabled | bool | `false` | | -| security.allowlist.ip | string | `"0.0.0.0/0"` | | -| security.networkPolicy.enabled | bool | `false` | | -| security.networkPolicy.from | list | `[]` | | -| security.password | string | `"changeme"` | | -| securityContext | object | `{}` | | -| service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-rstudio:r4.4.1-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-rstudio:r4.4.1-gpu"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| startupProbe.failureThreshold | int | `60` | | -| startupProbe.initialDelaySeconds | int | `10` | | -| startupProbe.periodSeconds | int | `10` | | -| startupProbe.successThreshold | int | `1` | | -| startupProbe.timeoutSeconds | int | `2` | | -| tolerations | list | `[]` | | -| userPreferences.darkMode | bool | `false` | | -| userPreferences.language | string | `"en"` | | -| vault.configMapName | string | `""` | | -| vault.directory | string | `""` | | -| vault.enabled | bool | `true` | | -| vault.mount | string | `""` | | -| vault.secret | string | `""` | | -| vault.token | string | `""` | | -| vault.url | string | `""` | | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/rstudio-gpu/values.schema.json b/charts/rstudio-gpu/values.schema.json index eebc5c9f..92773976 100644 --- a/charts/rstudio-gpu/values.schema.json +++ b/charts/rstudio-gpu/values.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema#", + "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "service": { diff --git a/charts/vscode-python-gpu/Chart.yaml b/charts/vscode-python-gpu/Chart.yaml index 1b83ff23..2025b40c 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.0.6 +version: 2.1.0 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/vscode-python-gpu/README.md b/charts/vscode-python-gpu/README.md deleted file mode 100644 index 811ed89e..00000000 --- a/charts/vscode-python-gpu/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-python-gpu - -![Version: 2.0.6](https://img.shields.io/badge/Version-2.0.6-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. - -**Homepage:** - -## Source Code - -* -* - -## Requirements - -| Repository | Name | Version | -|------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | - -## Values - -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| affinity | object | `{}` | | -| autoscaling.enabled | bool | `false` | | -| autoscaling.maxReplicas | int | `100` | | -| autoscaling.minReplicas | int | `1` | | -| autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| coresite.configMapName | string | `""` | | -| discovery.hive | bool | `true` | | -| discovery.metaflow | bool | `true` | | -| discovery.mlflow | bool | `true` | | -| environment.group | string | `"users"` | | -| environment.user | string | `"onyxia"` | | -| fullnameOverride | string | `""` | | -| git.branch | string | `""` | | -| git.cache | string | `""` | | -| git.configMapName | string | `""` | | -| git.email | string | `""` | | -| git.enabled | bool | `true` | | -| git.name | string | `""` | | -| global.suspend | bool | `false` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.certManagerClusterIssuer | string | `""` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| ingress.useCertManager | bool | `false` | | -| ingress.userHostname | string | `"chart-example-user.local"` | | -| init.personalInit | string | `""` | | -| init.personalInitArgs | string | `""` | | -| init.regionInit | string | `""` | | -| init.regionInitCheckSum | string | `""` | | -| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | -| kubernetes.enabled | bool | `true` | | -| kubernetes.role | string | `"view"` | | -| message.en | string | `""` | | -| message.fr | string | `""` | | -| metaflow.configMapName | string | `""` | | -| mlflow.configMapName | string | `""` | | -| nameOverride | string | `""` | | -| networking.clusterIP | string | `"None"` | | -| networking.service.port | int | `8080` | | -| networking.type | string | `"ClusterIP"` | | -| networking.user.enabled | bool | `false` | | -| networking.user.port | int | `5000` | | -| nodeSelector | object | `{}` | | -| openshiftSCC.enabled | bool | `false` | | -| openshiftSCC.scc | string | `""` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `true` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| proxy.enabled | bool | `false` | | -| proxy.httpProxy | string | `""` | | -| proxy.httpsProxy | string | `""` | | -| proxy.noProxy | string | `""` | | -| replicaCount | int | `1` | | -| repository.condaRepository | string | `""` | | -| repository.configMapName | string | `""` | | -| repository.pipRepository | string | `""` | | -| resources | object | `{}` | | -| route.annotations | list | `[]` | | -| route.enabled | bool | `false` | | -| route.hostname | string | `"chart-example.local"` | | -| route.tls.termination | string | `"edge"` | | -| route.userHostname | string | `"chart-example-user.local"` | | -| route.wildcardPolicy | string | `"None"` | | -| s3.accessKeyId | string | `""` | | -| s3.configMapName | string | `""` | | -| s3.defaultRegion | string | `""` | | -| s3.enabled | bool | `true` | | -| s3.endpoint | string | `""` | | -| s3.secretAccessKey | string | `""` | | -| s3.sessionToken | string | `""` | | -| security.allowlist.enabled | bool | `false` | | -| security.allowlist.ip | string | `"0.0.0.0/0"` | | -| security.networkPolicy.enabled | bool | `false` | | -| security.networkPolicy.from | list | `[]` | | -| security.password | string | `"changeme"` | | -| securityContext | object | `{}` | | -| service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.4-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.4-gpu"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| startupProbe.failureThreshold | int | `60` | | -| startupProbe.initialDelaySeconds | int | `10` | | -| startupProbe.periodSeconds | int | `10` | | -| startupProbe.successThreshold | int | `1` | | -| startupProbe.timeoutSeconds | int | `2` | | -| tolerations | list | `[]` | | -| userPreferences.darkMode | bool | `false` | | -| userPreferences.language | string | `"en"` | | -| vault.configMapName | string | `""` | | -| vault.directory | string | `""` | | -| vault.enabled | bool | `true` | | -| vault.mount | string | `""` | | -| vault.secret | string | `""` | | -| vault.token | string | `""` | | -| vault.url | string | `""` | | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/vscode-python-gpu/values.schema.json b/charts/vscode-python-gpu/values.schema.json index ff67f7f3..ddbd6682 100644 --- a/charts/vscode-python-gpu/values.schema.json +++ b/charts/vscode-python-gpu/values.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema#", + "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "service": { diff --git a/charts/vscode-pytorch-gpu/Chart.yaml b/charts/vscode-pytorch-gpu/Chart.yaml index aa9a6512..bcc64b91 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.0.6 +version: 2.1.0 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/vscode-pytorch-gpu/README.md b/charts/vscode-pytorch-gpu/README.md deleted file mode 100644 index b8a38fdc..00000000 --- a/charts/vscode-pytorch-gpu/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-pytorch-gpu - -![Version: 2.0.6](https://img.shields.io/badge/Version-2.0.6-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. - -**Homepage:** - -## Source Code - -* -* - -## Requirements - -| Repository | Name | Version | -|------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | - -## Values - -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| affinity | object | `{}` | | -| autoscaling.enabled | bool | `false` | | -| autoscaling.maxReplicas | int | `100` | | -| autoscaling.minReplicas | int | `1` | | -| autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| coresite.configMapName | string | `""` | | -| discovery.hive | bool | `true` | | -| discovery.metaflow | bool | `true` | | -| discovery.mlflow | bool | `true` | | -| environment.group | string | `"users"` | | -| environment.user | string | `"onyxia"` | | -| fullnameOverride | string | `""` | | -| git.branch | string | `""` | | -| git.cache | string | `""` | | -| git.configMapName | string | `""` | | -| git.email | string | `""` | | -| git.enabled | bool | `true` | | -| git.name | string | `""` | | -| global.suspend | bool | `false` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.certManagerClusterIssuer | string | `""` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| ingress.useCertManager | bool | `false` | | -| ingress.userHostname | string | `"chart-example-user.local"` | | -| init.personalInit | string | `""` | | -| init.personalInitArgs | string | `""` | | -| init.regionInit | string | `""` | | -| init.regionInitCheckSum | string | `""` | | -| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | -| kubernetes.enabled | bool | `true` | | -| kubernetes.role | string | `"view"` | | -| message.en | string | `""` | | -| message.fr | string | `""` | | -| metaflow.configMapName | string | `""` | | -| mlflow.configMapName | string | `""` | | -| nameOverride | string | `""` | | -| networking.clusterIP | string | `"None"` | | -| networking.service.port | int | `8080` | | -| networking.type | string | `"ClusterIP"` | | -| networking.user.enabled | bool | `false` | | -| networking.user.port | int | `5000` | | -| nodeSelector | object | `{}` | | -| openshiftSCC.enabled | bool | `false` | | -| openshiftSCC.scc | string | `""` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `true` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| proxy.enabled | bool | `false` | | -| proxy.httpProxy | string | `""` | | -| proxy.httpsProxy | string | `""` | | -| proxy.noProxy | string | `""` | | -| replicaCount | int | `1` | | -| repository.condaRepository | string | `""` | | -| repository.configMapName | string | `""` | | -| repository.pipRepository | string | `""` | | -| resources | object | `{}` | | -| route.annotations | list | `[]` | | -| route.enabled | bool | `false` | | -| route.hostname | string | `"chart-example.local"` | | -| route.tls.termination | string | `"edge"` | | -| route.userHostname | string | `"chart-example-user.local"` | | -| route.wildcardPolicy | string | `"None"` | | -| s3.accessKeyId | string | `""` | | -| s3.configMapName | string | `""` | | -| s3.defaultRegion | string | `""` | | -| s3.enabled | bool | `true` | | -| s3.endpoint | string | `""` | | -| s3.secretAccessKey | string | `""` | | -| s3.sessionToken | string | `""` | | -| security.allowlist.enabled | bool | `false` | | -| security.allowlist.ip | string | `"0.0.0.0/0"` | | -| security.networkPolicy.enabled | bool | `false` | | -| security.networkPolicy.from | list | `[]` | | -| security.password | string | `"changeme"` | | -| securityContext | object | `{}` | | -| service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.4-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.4-gpu"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| startupProbe.failureThreshold | int | `60` | | -| startupProbe.initialDelaySeconds | int | `10` | | -| startupProbe.periodSeconds | int | `10` | | -| startupProbe.successThreshold | int | `1` | | -| startupProbe.timeoutSeconds | int | `2` | | -| tolerations | list | `[]` | | -| userPreferences.darkMode | bool | `false` | | -| userPreferences.language | string | `"en"` | | -| vault.configMapName | string | `""` | | -| vault.directory | string | `""` | | -| vault.enabled | bool | `true` | | -| vault.mount | string | `""` | | -| vault.secret | string | `""` | | -| vault.token | string | `""` | | -| vault.url | string | `""` | | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/vscode-pytorch-gpu/values.schema.json b/charts/vscode-pytorch-gpu/values.schema.json index 6e4ccae4..c2bb317c 100644 --- a/charts/vscode-pytorch-gpu/values.schema.json +++ b/charts/vscode-pytorch-gpu/values.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema#", + "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "service": { diff --git a/charts/vscode-pytorch/Chart.yaml b/charts/vscode-pytorch/Chart.yaml index 4b7ff518..a90f6c1c 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.0.6 +version: 2.1.0 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/vscode-pytorch/README.md b/charts/vscode-pytorch/README.md deleted file mode 100644 index 9bad2364..00000000 --- a/charts/vscode-pytorch/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-pytorch - -![Version: 2.0.6](https://img.shields.io/badge/Version-2.0.6-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. - -**Homepage:** - -## Source Code - -* -* - -## Requirements - -| Repository | Name | Version | -|------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | - -## Values - -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| affinity | object | `{}` | | -| autoscaling.enabled | bool | `false` | | -| autoscaling.maxReplicas | int | `100` | | -| autoscaling.minReplicas | int | `1` | | -| autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| coresite.configMapName | string | `""` | | -| discovery.hive | bool | `true` | | -| discovery.metaflow | bool | `true` | | -| discovery.mlflow | bool | `true` | | -| environment.group | string | `"users"` | | -| environment.user | string | `"onyxia"` | | -| fullnameOverride | string | `""` | | -| git.branch | string | `""` | | -| git.cache | string | `""` | | -| git.configMapName | string | `""` | | -| git.email | string | `""` | | -| git.enabled | bool | `true` | | -| git.name | string | `""` | | -| global.suspend | bool | `false` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.certManagerClusterIssuer | string | `""` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| ingress.useCertManager | bool | `false` | | -| ingress.userHostname | string | `"chart-example-user.local"` | | -| init.personalInit | string | `""` | | -| init.personalInitArgs | string | `""` | | -| init.regionInit | string | `""` | | -| init.regionInitCheckSum | string | `""` | | -| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | -| kubernetes.enabled | bool | `true` | | -| kubernetes.role | string | `"view"` | | -| message.en | string | `""` | | -| message.fr | string | `""` | | -| metaflow.configMapName | string | `""` | | -| mlflow.configMapName | string | `""` | | -| nameOverride | string | `""` | | -| networking.clusterIP | string | `"None"` | | -| networking.service.port | int | `8080` | | -| networking.type | string | `"ClusterIP"` | | -| networking.user.enabled | bool | `false` | | -| networking.user.port | int | `5000` | | -| nodeSelector | object | `{}` | | -| openshiftSCC.enabled | bool | `false` | | -| openshiftSCC.scc | string | `""` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `true` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| proxy.enabled | bool | `false` | | -| proxy.httpProxy | string | `""` | | -| proxy.httpsProxy | string | `""` | | -| proxy.noProxy | string | `""` | | -| replicaCount | int | `1` | | -| repository.condaRepository | string | `""` | | -| repository.configMapName | string | `""` | | -| repository.pipRepository | string | `""` | | -| resources | object | `{}` | | -| route.annotations | list | `[]` | | -| route.enabled | bool | `false` | | -| route.hostname | string | `"chart-example.local"` | | -| route.tls.termination | string | `"edge"` | | -| route.userHostname | string | `"chart-example-user.local"` | | -| route.wildcardPolicy | string | `"None"` | | -| s3.accessKeyId | string | `""` | | -| s3.configMapName | string | `""` | | -| s3.defaultRegion | string | `""` | | -| s3.enabled | bool | `true` | | -| s3.endpoint | string | `""` | | -| s3.secretAccessKey | string | `""` | | -| s3.sessionToken | string | `""` | | -| security.allowlist.enabled | bool | `false` | | -| security.allowlist.ip | string | `"0.0.0.0/0"` | | -| security.networkPolicy.enabled | bool | `false` | | -| security.networkPolicy.from | list | `[]` | | -| security.password | string | `"changeme"` | | -| securityContext | object | `{}` | | -| service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.4"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.4"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| startupProbe.failureThreshold | int | `60` | | -| startupProbe.initialDelaySeconds | int | `10` | | -| startupProbe.periodSeconds | int | `10` | | -| startupProbe.successThreshold | int | `1` | | -| startupProbe.timeoutSeconds | int | `2` | | -| tolerations | list | `[]` | | -| userPreferences.darkMode | bool | `false` | | -| userPreferences.language | string | `"en"` | | -| vault.configMapName | string | `""` | | -| vault.directory | string | `""` | | -| vault.enabled | bool | `true` | | -| vault.mount | string | `""` | | -| vault.secret | string | `""` | | -| vault.token | string | `""` | | -| vault.url | string | `""` | | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/vscode-pytorch/values.schema.json b/charts/vscode-pytorch/values.schema.json index cf5aa798..e3fb655b 100644 --- a/charts/vscode-pytorch/values.schema.json +++ b/charts/vscode-pytorch/values.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema#", + "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "service": { diff --git a/charts/vscode-r-python-julia/Chart.yaml b/charts/vscode-r-python-julia/Chart.yaml index e5a31736..a57f6395 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.0.6 +version: 2.1.0 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 deleted file mode 100644 index 7f8d5579..00000000 --- a/charts/vscode-r-python-julia/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-r-python-julia - -![Version: 2.0.6](https://img.shields.io/badge/Version-2.0.6-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. - -**Homepage:** - -## Source Code - -* -* - -## Requirements - -| Repository | Name | Version | -|------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | - -## Values - -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| affinity | object | `{}` | | -| autoscaling.enabled | bool | `false` | | -| autoscaling.maxReplicas | int | `100` | | -| autoscaling.minReplicas | int | `1` | | -| autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| coresite.configMapName | string | `""` | | -| discovery.hive | bool | `true` | | -| discovery.metaflow | bool | `true` | | -| discovery.mlflow | bool | `true` | | -| environment.group | string | `"users"` | | -| environment.user | string | `"onyxia"` | | -| fullnameOverride | string | `""` | | -| git.branch | string | `""` | | -| git.cache | string | `""` | | -| git.configMapName | string | `""` | | -| git.email | string | `""` | | -| git.enabled | bool | `true` | | -| git.name | string | `""` | | -| global.suspend | bool | `false` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.certManagerClusterIssuer | string | `""` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| ingress.useCertManager | bool | `false` | | -| ingress.userHostname | string | `"chart-example-user.local"` | | -| init.personalInit | string | `""` | | -| init.personalInitArgs | string | `""` | | -| init.regionInit | string | `""` | | -| init.regionInitCheckSum | string | `""` | | -| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | -| kubernetes.enabled | bool | `true` | | -| kubernetes.role | string | `"view"` | | -| message.en | string | `""` | | -| message.fr | string | `""` | | -| metaflow.configMapName | string | `""` | | -| mlflow.configMapName | string | `""` | | -| nameOverride | string | `""` | | -| networking.clusterIP | string | `"None"` | | -| networking.service.port | int | `8080` | | -| networking.type | string | `"ClusterIP"` | | -| networking.user.enabled | bool | `false` | | -| networking.user.port | int | `5000` | | -| nodeSelector | object | `{}` | | -| openshiftSCC.enabled | bool | `false` | | -| openshiftSCC.scc | string | `""` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `true` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| proxy.enabled | bool | `false` | | -| proxy.httpProxy | string | `""` | | -| proxy.httpsProxy | string | `""` | | -| proxy.noProxy | string | `""` | | -| replicaCount | int | `1` | | -| repository.condaRepository | string | `""` | | -| repository.configMapName | string | `""` | | -| repository.pipRepository | string | `""` | | -| resources | object | `{}` | | -| route.annotations | list | `[]` | | -| route.enabled | bool | `false` | | -| route.hostname | string | `"chart-example.local"` | | -| route.tls.termination | string | `"edge"` | | -| route.userHostname | string | `"chart-example-user.local"` | | -| route.wildcardPolicy | string | `"None"` | | -| s3.accessKeyId | string | `""` | | -| s3.configMapName | string | `""` | | -| s3.defaultRegion | string | `""` | | -| s3.enabled | bool | `true` | | -| s3.endpoint | string | `""` | | -| s3.secretAccessKey | string | `""` | | -| s3.sessionToken | string | `""` | | -| security.allowlist.enabled | bool | `false` | | -| security.allowlist.ip | string | `"0.0.0.0/0"` | | -| security.networkPolicy.enabled | bool | `false` | | -| security.networkPolicy.from | list | `[]` | | -| security.password | string | `"changeme"` | | -| securityContext | object | `{}` | | -| service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-r-python-julia:r4.4.1"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-r-python-julia:r4.4.1"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| startupProbe.failureThreshold | int | `60` | | -| startupProbe.initialDelaySeconds | int | `10` | | -| startupProbe.periodSeconds | int | `10` | | -| startupProbe.successThreshold | int | `1` | | -| startupProbe.timeoutSeconds | int | `2` | | -| tolerations | list | `[]` | | -| userPreferences.darkMode | bool | `false` | | -| userPreferences.language | string | `"en"` | | -| vault.configMapName | string | `""` | | -| vault.directory | string | `""` | | -| vault.enabled | bool | `true` | | -| vault.mount | string | `""` | | -| vault.secret | string | `""` | | -| vault.token | string | `""` | | -| vault.url | string | `""` | | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/vscode-r-python-julia/values.schema.json b/charts/vscode-r-python-julia/values.schema.json index 52b04365..5c4e32a0 100644 --- a/charts/vscode-r-python-julia/values.schema.json +++ b/charts/vscode-r-python-julia/values.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema#", + "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "service": { diff --git a/charts/vscode-r/Chart.yaml b/charts/vscode-r/Chart.yaml index 034e51c8..ff678caf 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.0.6 +version: 2.1.0 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/vscode-r/README.md b/charts/vscode-r/README.md deleted file mode 100644 index a82dc2cc..00000000 --- a/charts/vscode-r/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-r - -![Version: 2.0.6](https://img.shields.io/badge/Version-2.0.6-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. - -**Homepage:** - -## Source Code - -* -* - -## Requirements - -| Repository | Name | Version | -|------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | - -## Values - -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| affinity | object | `{}` | | -| autoscaling.enabled | bool | `false` | | -| autoscaling.maxReplicas | int | `100` | | -| autoscaling.minReplicas | int | `1` | | -| autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| coresite.configMapName | string | `""` | | -| discovery.hive | bool | `true` | | -| discovery.metaflow | bool | `true` | | -| discovery.mlflow | bool | `true` | | -| environment.group | string | `"users"` | | -| environment.user | string | `"onyxia"` | | -| fullnameOverride | string | `""` | | -| git.branch | string | `""` | | -| git.cache | string | `""` | | -| git.configMapName | string | `""` | | -| git.email | string | `""` | | -| git.enabled | bool | `true` | | -| git.name | string | `""` | | -| global.suspend | bool | `false` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.certManagerClusterIssuer | string | `""` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| ingress.useCertManager | bool | `false` | | -| ingress.userHostname | string | `"chart-example-user.local"` | | -| init.personalInit | string | `""` | | -| init.personalInitArgs | string | `""` | | -| init.regionInit | string | `""` | | -| init.regionInitCheckSum | string | `""` | | -| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | -| kubernetes.enabled | bool | `true` | | -| kubernetes.role | string | `"view"` | | -| message.en | string | `""` | | -| message.fr | string | `""` | | -| metaflow.configMapName | string | `""` | | -| mlflow.configMapName | string | `""` | | -| nameOverride | string | `""` | | -| networking.clusterIP | string | `"None"` | | -| networking.service.port | int | `8080` | | -| networking.type | string | `"ClusterIP"` | | -| networking.user.enabled | bool | `false` | | -| networking.user.port | int | `5000` | | -| nodeSelector | object | `{}` | | -| openshiftSCC.enabled | bool | `false` | | -| openshiftSCC.scc | string | `""` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `true` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| proxy.enabled | bool | `false` | | -| proxy.httpProxy | string | `""` | | -| proxy.httpsProxy | string | `""` | | -| proxy.noProxy | string | `""` | | -| replicaCount | int | `1` | | -| repository.condaRepository | string | `""` | | -| repository.configMapName | string | `""` | | -| repository.pipRepository | string | `""` | | -| resources | object | `{}` | | -| route.annotations | list | `[]` | | -| route.enabled | bool | `false` | | -| route.hostname | string | `"chart-example.local"` | | -| route.tls.termination | string | `"edge"` | | -| route.userHostname | string | `"chart-example-user.local"` | | -| route.wildcardPolicy | string | `"None"` | | -| s3.accessKeyId | string | `""` | | -| s3.configMapName | string | `""` | | -| s3.defaultRegion | string | `""` | | -| s3.enabled | bool | `true` | | -| s3.endpoint | string | `""` | | -| s3.secretAccessKey | string | `""` | | -| s3.sessionToken | string | `""` | | -| security.allowlist.enabled | bool | `false` | | -| security.allowlist.ip | string | `"0.0.0.0/0"` | | -| security.networkPolicy.enabled | bool | `false` | | -| security.networkPolicy.from | list | `[]` | | -| security.password | string | `"changeme"` | | -| securityContext | object | `{}` | | -| service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-r:r4.4.1"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-r:r4.4.1"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| startupProbe.failureThreshold | int | `60` | | -| startupProbe.initialDelaySeconds | int | `10` | | -| startupProbe.periodSeconds | int | `10` | | -| startupProbe.successThreshold | int | `1` | | -| startupProbe.timeoutSeconds | int | `2` | | -| tolerations | list | `[]` | | -| userPreferences.darkMode | bool | `false` | | -| userPreferences.language | string | `"en"` | | -| vault.configMapName | string | `""` | | -| vault.directory | string | `""` | | -| vault.enabled | bool | `true` | | -| vault.mount | string | `""` | | -| vault.secret | string | `""` | | -| vault.token | string | `""` | | -| vault.url | string | `""` | | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/vscode-r/values.schema.json b/charts/vscode-r/values.schema.json index 152c325a..e5bf2bba 100644 --- a/charts/vscode-r/values.schema.json +++ b/charts/vscode-r/values.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema#", + "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "service": { diff --git a/charts/vscode-tensorflow-gpu/Chart.yaml b/charts/vscode-tensorflow-gpu/Chart.yaml index 4fbffba9..548e8478 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.0.6 +version: 2.1.0 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/vscode-tensorflow-gpu/README.md b/charts/vscode-tensorflow-gpu/README.md deleted file mode 100644 index d3f6e596..00000000 --- a/charts/vscode-tensorflow-gpu/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-tensorflow-gpu - -![Version: 2.0.6](https://img.shields.io/badge/Version-2.0.6-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. - -**Homepage:** - -## Source Code - -* -* - -## Requirements - -| Repository | Name | Version | -|------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | - -## Values - -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| affinity | object | `{}` | | -| autoscaling.enabled | bool | `false` | | -| autoscaling.maxReplicas | int | `100` | | -| autoscaling.minReplicas | int | `1` | | -| autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| coresite.configMapName | string | `""` | | -| discovery.hive | bool | `true` | | -| discovery.metaflow | bool | `true` | | -| discovery.mlflow | bool | `true` | | -| environment.group | string | `"users"` | | -| environment.user | string | `"onyxia"` | | -| fullnameOverride | string | `""` | | -| git.branch | string | `""` | | -| git.cache | string | `""` | | -| git.configMapName | string | `""` | | -| git.email | string | `""` | | -| git.enabled | bool | `true` | | -| git.name | string | `""` | | -| global.suspend | bool | `false` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.certManagerClusterIssuer | string | `""` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| ingress.useCertManager | bool | `false` | | -| ingress.userHostname | string | `"chart-example-user.local"` | | -| init.personalInit | string | `""` | | -| init.personalInitArgs | string | `""` | | -| init.regionInit | string | `""` | | -| init.regionInitCheckSum | string | `""` | | -| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | -| kubernetes.enabled | bool | `true` | | -| kubernetes.role | string | `"view"` | | -| message.en | string | `""` | | -| message.fr | string | `""` | | -| metaflow.configMapName | string | `""` | | -| mlflow.configMapName | string | `""` | | -| nameOverride | string | `""` | | -| networking.clusterIP | string | `"None"` | | -| networking.service.port | int | `8080` | | -| networking.type | string | `"ClusterIP"` | | -| networking.user.enabled | bool | `false` | | -| networking.user.port | int | `5000` | | -| nodeSelector | object | `{}` | | -| openshiftSCC.enabled | bool | `false` | | -| openshiftSCC.scc | string | `""` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `true` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| proxy.enabled | bool | `false` | | -| proxy.httpProxy | string | `""` | | -| proxy.httpsProxy | string | `""` | | -| proxy.noProxy | string | `""` | | -| replicaCount | int | `1` | | -| repository.condaRepository | string | `""` | | -| repository.configMapName | string | `""` | | -| repository.pipRepository | string | `""` | | -| resources | object | `{}` | | -| route.annotations | list | `[]` | | -| route.enabled | bool | `false` | | -| route.hostname | string | `"chart-example.local"` | | -| route.tls.termination | string | `"edge"` | | -| route.userHostname | string | `"chart-example-user.local"` | | -| route.wildcardPolicy | string | `"None"` | | -| s3.accessKeyId | string | `""` | | -| s3.configMapName | string | `""` | | -| s3.defaultRegion | string | `""` | | -| s3.enabled | bool | `true` | | -| s3.endpoint | string | `""` | | -| s3.secretAccessKey | string | `""` | | -| s3.sessionToken | string | `""` | | -| security.allowlist.enabled | bool | `false` | | -| security.allowlist.ip | string | `"0.0.0.0/0"` | | -| security.networkPolicy.enabled | bool | `false` | | -| security.networkPolicy.from | list | `[]` | | -| security.password | string | `"changeme"` | | -| securityContext | object | `{}` | | -| service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.4-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.4-gpu"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| startupProbe.failureThreshold | int | `60` | | -| startupProbe.initialDelaySeconds | int | `10` | | -| startupProbe.periodSeconds | int | `10` | | -| startupProbe.successThreshold | int | `1` | | -| startupProbe.timeoutSeconds | int | `2` | | -| tolerations | list | `[]` | | -| userPreferences.darkMode | bool | `false` | | -| userPreferences.language | string | `"en"` | | -| vault.configMapName | string | `""` | | -| vault.directory | string | `""` | | -| vault.enabled | bool | `true` | | -| vault.mount | string | `""` | | -| vault.secret | string | `""` | | -| vault.token | string | `""` | | -| vault.url | string | `""` | | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/vscode-tensorflow-gpu/values.schema.json b/charts/vscode-tensorflow-gpu/values.schema.json index 28f577d8..55baeabd 100644 --- a/charts/vscode-tensorflow-gpu/values.schema.json +++ b/charts/vscode-tensorflow-gpu/values.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema#", + "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "service": { diff --git a/charts/vscode-tensorflow/Chart.yaml b/charts/vscode-tensorflow/Chart.yaml index 078ae4d7..53ea424b 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.0.6 +version: 2.1.0 dependencies: - name: library-chart version: 1.5.25 diff --git a/charts/vscode-tensorflow/README.md b/charts/vscode-tensorflow/README.md deleted file mode 100644 index fa4df107..00000000 --- a/charts/vscode-tensorflow/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-tensorflow - -![Version: 2.0.6](https://img.shields.io/badge/Version-2.0.6-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. - -**Homepage:** - -## Source Code - -* -* - -## Requirements - -| Repository | Name | Version | -|------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | - -## Values - -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| affinity | object | `{}` | | -| autoscaling.enabled | bool | `false` | | -| autoscaling.maxReplicas | int | `100` | | -| autoscaling.minReplicas | int | `1` | | -| autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| coresite.configMapName | string | `""` | | -| discovery.hive | bool | `true` | | -| discovery.metaflow | bool | `true` | | -| discovery.mlflow | bool | `true` | | -| environment.group | string | `"users"` | | -| environment.user | string | `"onyxia"` | | -| fullnameOverride | string | `""` | | -| git.branch | string | `""` | | -| git.cache | string | `""` | | -| git.configMapName | string | `""` | | -| git.email | string | `""` | | -| git.enabled | bool | `true` | | -| git.name | string | `""` | | -| global.suspend | bool | `false` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.certManagerClusterIssuer | string | `""` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| ingress.useCertManager | bool | `false` | | -| ingress.userHostname | string | `"chart-example-user.local"` | | -| init.personalInit | string | `""` | | -| init.personalInitArgs | string | `""` | | -| init.regionInit | string | `""` | | -| init.regionInitCheckSum | string | `""` | | -| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | -| kubernetes.enabled | bool | `true` | | -| kubernetes.role | string | `"view"` | | -| message.en | string | `""` | | -| message.fr | string | `""` | | -| metaflow.configMapName | string | `""` | | -| mlflow.configMapName | string | `""` | | -| nameOverride | string | `""` | | -| networking.clusterIP | string | `"None"` | | -| networking.service.port | int | `8080` | | -| networking.type | string | `"ClusterIP"` | | -| networking.user.enabled | bool | `false` | | -| networking.user.port | int | `5000` | | -| nodeSelector | object | `{}` | | -| openshiftSCC.enabled | bool | `false` | | -| openshiftSCC.scc | string | `""` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `true` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| proxy.enabled | bool | `false` | | -| proxy.httpProxy | string | `""` | | -| proxy.httpsProxy | string | `""` | | -| proxy.noProxy | string | `""` | | -| replicaCount | int | `1` | | -| repository.condaRepository | string | `""` | | -| repository.configMapName | string | `""` | | -| repository.pipRepository | string | `""` | | -| resources | object | `{}` | | -| route.annotations | list | `[]` | | -| route.enabled | bool | `false` | | -| route.hostname | string | `"chart-example.local"` | | -| route.tls.termination | string | `"edge"` | | -| route.userHostname | string | `"chart-example-user.local"` | | -| route.wildcardPolicy | string | `"None"` | | -| s3.accessKeyId | string | `""` | | -| s3.configMapName | string | `""` | | -| s3.defaultRegion | string | `""` | | -| s3.enabled | bool | `true` | | -| s3.endpoint | string | `""` | | -| s3.secretAccessKey | string | `""` | | -| s3.sessionToken | string | `""` | | -| security.allowlist.enabled | bool | `false` | | -| security.allowlist.ip | string | `"0.0.0.0/0"` | | -| security.networkPolicy.enabled | bool | `false` | | -| security.networkPolicy.from | list | `[]` | | -| security.password | string | `"changeme"` | | -| securityContext | object | `{}` | | -| service.image.custom.enabled | bool | `false` | | -| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.4"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.4"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| startupProbe.failureThreshold | int | `60` | | -| startupProbe.initialDelaySeconds | int | `10` | | -| startupProbe.periodSeconds | int | `10` | | -| startupProbe.successThreshold | int | `1` | | -| startupProbe.timeoutSeconds | int | `2` | | -| tolerations | list | `[]` | | -| userPreferences.darkMode | bool | `false` | | -| userPreferences.language | string | `"en"` | | -| vault.configMapName | string | `""` | | -| vault.directory | string | `""` | | -| vault.enabled | bool | `true` | | -| vault.mount | string | `""` | | -| vault.secret | string | `""` | | -| vault.token | string | `""` | | -| vault.url | string | `""` | | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/vscode-tensorflow/values.schema.json b/charts/vscode-tensorflow/values.schema.json index 400c5b74..a712641b 100644 --- a/charts/vscode-tensorflow/values.schema.json +++ b/charts/vscode-tensorflow/values.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema#", + "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "service": { From 562c2d7460007d4728e9ef53825e75889e010e6e Mon Sep 17 00:00:00 2001 From: fcomte Date: Tue, 17 Sep 2024 11:42:41 +0000 Subject: [PATCH 3/3] Generate Helm docs --- charts/jupyter-pyspark/README.md | 2 +- charts/jupyter-python-gpu/README.md | 132 ++++++++++++++++++++++++ charts/jupyter-python/README.md | 2 +- charts/jupyter-pytorch-gpu/README.md | 132 ++++++++++++++++++++++++ charts/jupyter-pytorch/README.md | 132 ++++++++++++++++++++++++ charts/jupyter-r/README.md | 132 ++++++++++++++++++++++++ charts/jupyter-tensorflow-gpu/README.md | 132 ++++++++++++++++++++++++ charts/jupyter-tensorflow/README.md | 132 ++++++++++++++++++++++++ charts/rstudio-gpu/README.md | 122 ++++++++++++++++++++++ charts/rstudio-sparkr/README.md | 2 +- charts/rstudio/README.md | 2 +- charts/vscode-pyspark/README.md | 2 +- charts/vscode-python-gpu/README.md | 130 +++++++++++++++++++++++ charts/vscode-python/README.md | 2 +- charts/vscode-pytorch-gpu/README.md | 130 +++++++++++++++++++++++ charts/vscode-pytorch/README.md | 130 +++++++++++++++++++++++ charts/vscode-r-python-julia/README.md | 130 +++++++++++++++++++++++ charts/vscode-r/README.md | 130 +++++++++++++++++++++++ charts/vscode-tensorflow-gpu/README.md | 130 +++++++++++++++++++++++ charts/vscode-tensorflow/README.md | 130 +++++++++++++++++++++++ 20 files changed, 1830 insertions(+), 6 deletions(-) create mode 100644 charts/jupyter-python-gpu/README.md create mode 100644 charts/jupyter-pytorch-gpu/README.md create mode 100644 charts/jupyter-pytorch/README.md create mode 100644 charts/jupyter-r/README.md create mode 100644 charts/jupyter-tensorflow-gpu/README.md create mode 100644 charts/jupyter-tensorflow/README.md create mode 100644 charts/rstudio-gpu/README.md create mode 100644 charts/vscode-python-gpu/README.md create mode 100644 charts/vscode-pytorch-gpu/README.md create mode 100644 charts/vscode-pytorch/README.md create mode 100644 charts/vscode-r-python-julia/README.md create mode 100644 charts/vscode-r/README.md create mode 100644 charts/vscode-tensorflow-gpu/README.md create mode 100644 charts/vscode-tensorflow/README.md diff --git a/charts/jupyter-pyspark/README.md b/charts/jupyter-pyspark/README.md index 350fac36..bdfc418d 100644 --- a/charts/jupyter-pyspark/README.md +++ b/charts/jupyter-pyspark/README.md @@ -1,6 +1,6 @@ # jupyter-pyspark -![Version: 2.0.7](https://img.shields.io/badge/Version-2.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-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-python-gpu/README.md b/charts/jupyter-python-gpu/README.md new file mode 100644 index 00000000..aefce056 --- /dev/null +++ b/charts/jupyter-python-gpu/README.md @@ -0,0 +1,132 @@ +# jupyter-python-gpu + +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-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. + +**Homepage:** + +## Source Code + +* +* + +## Requirements + +| Repository | Name | Version | +|------------|------|---------| +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| affinity | object | `{}` | | +| autoscaling.enabled | bool | `false` | | +| autoscaling.maxReplicas | int | `100` | | +| autoscaling.minReplicas | int | `1` | | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| coresite.configMapName | string | `""` | | +| discovery.hive | bool | `true` | | +| discovery.metaflow | bool | `true` | | +| discovery.mlflow | bool | `true` | | +| environment.group | string | `"users"` | | +| environment.user | string | `"onyxia"` | | +| fullnameOverride | string | `""` | | +| git.branch | string | `""` | | +| git.cache | string | `""` | | +| git.configMapName | string | `""` | | +| git.email | string | `""` | | +| git.enabled | bool | `false` | | +| git.name | string | `""` | | +| git.repository | string | `""` | | +| git.token | string | `""` | | +| global.suspend | bool | `false` | | +| hive.configMapName | string | `""` | | +| imagePullSecrets | list | `[]` | | +| ingress.annotations | list | `[]` | | +| ingress.certManagerClusterIssuer | string | `""` | | +| ingress.enabled | bool | `false` | | +| ingress.hostname | string | `"chart-example.local"` | | +| ingress.ingressClassName | string | `""` | | +| ingress.tls | bool | `true` | | +| ingress.useCertManager | bool | `false` | | +| ingress.userHostname | string | `"chart-example-user.local"` | | +| init.personalInit | string | `""` | | +| init.personalInitArgs | string | `""` | | +| init.regionInit | string | `""` | | +| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | +| kubernetes.enabled | bool | `false` | | +| kubernetes.role | string | `"view"` | | +| message.en | string | `""` | | +| message.fr | string | `""` | | +| metaflow.configMapName | string | `""` | | +| mlflow.configMapName | string | `""` | | +| nameOverride | string | `""` | | +| networking.clusterIP | string | `"None"` | | +| networking.service.port | int | `8888` | | +| networking.sparkui.port | int | `4040` | | +| networking.type | string | `"ClusterIP"` | | +| networking.user.enabled | bool | `false` | | +| networking.user.port | int | `5000` | | +| nodeSelector | object | `{}` | | +| openshiftSCC.enabled | bool | `false` | | +| openshiftSCC.scc | string | `""` | | +| persistence.accessMode | string | `"ReadWriteOnce"` | | +| persistence.enabled | bool | `false` | | +| persistence.size | string | `"10Gi"` | | +| podAnnotations | object | `{}` | | +| podSecurityContext.fsGroup | int | `100` | | +| proxy.enabled | bool | `false` | | +| proxy.httpProxy | string | `""` | | +| proxy.httpsProxy | string | `""` | | +| proxy.noProxy | string | `""` | | +| replicaCount | int | `1` | | +| repository.condaRepository | string | `""` | | +| repository.configMapName | string | `""` | | +| repository.pipRepository | string | `""` | | +| resources | object | `{}` | | +| route.annotations | list | `[]` | | +| route.enabled | bool | `false` | | +| route.hostname | string | `"chart-example.local"` | | +| route.tls.termination | string | `"edge"` | | +| route.userHostname | string | `"chart-example-user.local"` | | +| route.wildcardPolicy | string | `"None"` | | +| s3.accessKeyId | string | `""` | | +| s3.configMapName | string | `""` | | +| s3.defaultRegion | string | `""` | | +| s3.enabled | bool | `false` | | +| s3.endpoint | string | `""` | | +| s3.secretAccessKey | string | `""` | | +| s3.sessionToken | string | `""` | | +| security.allowlist.enabled | bool | `false` | | +| security.allowlist.ip | string | `"0.0.0.0/0"` | | +| security.networkPolicy.enabled | bool | `false` | | +| security.networkPolicy.from | list | `[]` | | +| security.password | string | `"changeme"` | | +| securityContext | object | `{}` | | +| service.image.custom.enabled | bool | `false` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.4-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.4-gpu"` | | +| serviceAccount.annotations | object | `{}` | | +| serviceAccount.create | bool | `true` | | +| serviceAccount.name | string | `""` | | +| startupProbe.failureThreshold | int | `60` | | +| startupProbe.initialDelaySeconds | int | `10` | | +| startupProbe.periodSeconds | int | `10` | | +| startupProbe.successThreshold | int | `1` | | +| startupProbe.timeoutSeconds | int | `2` | | +| tolerations | list | `[]` | | +| userPreferences.darkMode | bool | `false` | | +| userPreferences.language | string | `"en"` | | +| vault.configMapName | string | `""` | | +| vault.directory | string | `""` | | +| vault.enabled | bool | `false` | | +| vault.mount | string | `""` | | +| vault.secret | string | `""` | | +| vault.token | string | `""` | | +| vault.url | string | `""` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/jupyter-python/README.md b/charts/jupyter-python/README.md index dbf4c819..6a5b7f91 100644 --- a/charts/jupyter-python/README.md +++ b/charts/jupyter-python/README.md @@ -1,6 +1,6 @@ # jupyter-python -![Version: 2.0.7](https://img.shields.io/badge/Version-2.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-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-pytorch-gpu/README.md b/charts/jupyter-pytorch-gpu/README.md new file mode 100644 index 00000000..94916806 --- /dev/null +++ b/charts/jupyter-pytorch-gpu/README.md @@ -0,0 +1,132 @@ +# jupyter-pytorch-gpu + +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-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. + +**Homepage:** + +## Source Code + +* +* + +## Requirements + +| Repository | Name | Version | +|------------|------|---------| +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| affinity | object | `{}` | | +| autoscaling.enabled | bool | `false` | | +| autoscaling.maxReplicas | int | `100` | | +| autoscaling.minReplicas | int | `1` | | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| coresite.configMapName | string | `""` | | +| discovery.hive | bool | `true` | | +| discovery.metaflow | bool | `true` | | +| discovery.mlflow | bool | `true` | | +| environment.group | string | `"users"` | | +| environment.user | string | `"onyxia"` | | +| fullnameOverride | string | `""` | | +| git.branch | string | `""` | | +| git.cache | string | `""` | | +| git.configMapName | string | `""` | | +| git.email | string | `""` | | +| git.enabled | bool | `false` | | +| git.name | string | `""` | | +| git.repository | string | `""` | | +| git.token | string | `""` | | +| global.suspend | bool | `false` | | +| hive.configMapName | string | `""` | | +| imagePullSecrets | list | `[]` | | +| ingress.annotations | list | `[]` | | +| ingress.certManagerClusterIssuer | string | `""` | | +| ingress.enabled | bool | `false` | | +| ingress.hostname | string | `"chart-example.local"` | | +| ingress.ingressClassName | string | `""` | | +| ingress.tls | bool | `true` | | +| ingress.useCertManager | bool | `false` | | +| ingress.userHostname | string | `"chart-example-user.local"` | | +| init.personalInit | string | `""` | | +| init.personalInitArgs | string | `""` | | +| init.regionInit | string | `""` | | +| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | +| kubernetes.enabled | bool | `false` | | +| kubernetes.role | string | `"view"` | | +| message.en | string | `""` | | +| message.fr | string | `""` | | +| metaflow.configMapName | string | `""` | | +| mlflow.configMapName | string | `""` | | +| nameOverride | string | `""` | | +| networking.clusterIP | string | `"None"` | | +| networking.service.port | int | `8888` | | +| networking.sparkui.port | int | `4040` | | +| networking.type | string | `"ClusterIP"` | | +| networking.user.enabled | bool | `false` | | +| networking.user.port | int | `5000` | | +| nodeSelector | object | `{}` | | +| openshiftSCC.enabled | bool | `false` | | +| openshiftSCC.scc | string | `""` | | +| persistence.accessMode | string | `"ReadWriteOnce"` | | +| persistence.enabled | bool | `false` | | +| persistence.size | string | `"10Gi"` | | +| podAnnotations | object | `{}` | | +| podSecurityContext.fsGroup | int | `100` | | +| proxy.enabled | bool | `false` | | +| proxy.httpProxy | string | `""` | | +| proxy.httpsProxy | string | `""` | | +| proxy.noProxy | string | `""` | | +| replicaCount | int | `1` | | +| repository.condaRepository | string | `""` | | +| repository.configMapName | string | `""` | | +| repository.pipRepository | string | `""` | | +| resources | object | `{}` | | +| route.annotations | list | `[]` | | +| route.enabled | bool | `false` | | +| route.hostname | string | `"chart-example.local"` | | +| route.tls.termination | string | `"edge"` | | +| route.userHostname | string | `"chart-example-user.local"` | | +| route.wildcardPolicy | string | `"None"` | | +| s3.accessKeyId | string | `""` | | +| s3.configMapName | string | `""` | | +| s3.defaultRegion | string | `""` | | +| s3.enabled | bool | `false` | | +| s3.endpoint | string | `""` | | +| s3.secretAccessKey | string | `""` | | +| s3.sessionToken | string | `""` | | +| security.allowlist.enabled | bool | `false` | | +| security.allowlist.ip | string | `"0.0.0.0/0"` | | +| security.networkPolicy.enabled | bool | `false` | | +| security.networkPolicy.from | list | `[]` | | +| security.password | string | `"changeme"` | | +| securityContext | object | `{}` | | +| service.image.custom.enabled | bool | `false` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.4-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.4-gpu"` | | +| serviceAccount.annotations | object | `{}` | | +| serviceAccount.create | bool | `true` | | +| serviceAccount.name | string | `""` | | +| startupProbe.failureThreshold | int | `60` | | +| startupProbe.initialDelaySeconds | int | `10` | | +| startupProbe.periodSeconds | int | `10` | | +| startupProbe.successThreshold | int | `1` | | +| startupProbe.timeoutSeconds | int | `2` | | +| tolerations | list | `[]` | | +| userPreferences.darkMode | bool | `false` | | +| userPreferences.language | string | `"en"` | | +| vault.configMapName | string | `""` | | +| vault.directory | string | `""` | | +| vault.enabled | bool | `false` | | +| vault.mount | string | `""` | | +| vault.secret | string | `""` | | +| vault.token | string | `""` | | +| vault.url | string | `""` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/jupyter-pytorch/README.md b/charts/jupyter-pytorch/README.md new file mode 100644 index 00000000..fc230b3e --- /dev/null +++ b/charts/jupyter-pytorch/README.md @@ -0,0 +1,132 @@ +# jupyter-pytorch + +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-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. + +**Homepage:** + +## Source Code + +* +* + +## Requirements + +| Repository | Name | Version | +|------------|------|---------| +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| affinity | object | `{}` | | +| autoscaling.enabled | bool | `false` | | +| autoscaling.maxReplicas | int | `100` | | +| autoscaling.minReplicas | int | `1` | | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| coresite.configMapName | string | `""` | | +| discovery.hive | bool | `true` | | +| discovery.metaflow | bool | `true` | | +| discovery.mlflow | bool | `true` | | +| environment.group | string | `"users"` | | +| environment.user | string | `"onyxia"` | | +| fullnameOverride | string | `""` | | +| git.branch | string | `""` | | +| git.cache | string | `""` | | +| git.configMapName | string | `""` | | +| git.email | string | `""` | | +| git.enabled | bool | `false` | | +| git.name | string | `""` | | +| git.repository | string | `""` | | +| git.token | string | `""` | | +| global.suspend | bool | `false` | | +| hive.configMapName | string | `""` | | +| imagePullSecrets | list | `[]` | | +| ingress.annotations | list | `[]` | | +| ingress.certManagerClusterIssuer | string | `""` | | +| ingress.enabled | bool | `false` | | +| ingress.hostname | string | `"chart-example.local"` | | +| ingress.ingressClassName | string | `""` | | +| ingress.tls | bool | `true` | | +| ingress.useCertManager | bool | `false` | | +| ingress.userHostname | string | `"chart-example-user.local"` | | +| init.personalInit | string | `""` | | +| init.personalInitArgs | string | `""` | | +| init.regionInit | string | `""` | | +| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | +| kubernetes.enabled | bool | `false` | | +| kubernetes.role | string | `"view"` | | +| message.en | string | `""` | | +| message.fr | string | `""` | | +| metaflow.configMapName | string | `""` | | +| mlflow.configMapName | string | `""` | | +| nameOverride | string | `""` | | +| networking.clusterIP | string | `"None"` | | +| networking.service.port | int | `8888` | | +| networking.sparkui.port | int | `4040` | | +| networking.type | string | `"ClusterIP"` | | +| networking.user.enabled | bool | `false` | | +| networking.user.port | int | `5000` | | +| nodeSelector | object | `{}` | | +| openshiftSCC.enabled | bool | `false` | | +| openshiftSCC.scc | string | `""` | | +| persistence.accessMode | string | `"ReadWriteOnce"` | | +| persistence.enabled | bool | `false` | | +| persistence.size | string | `"10Gi"` | | +| podAnnotations | object | `{}` | | +| podSecurityContext.fsGroup | int | `100` | | +| proxy.enabled | bool | `false` | | +| proxy.httpProxy | string | `""` | | +| proxy.httpsProxy | string | `""` | | +| proxy.noProxy | string | `""` | | +| replicaCount | int | `1` | | +| repository.condaRepository | string | `""` | | +| repository.configMapName | string | `""` | | +| repository.pipRepository | string | `""` | | +| resources | object | `{}` | | +| route.annotations | list | `[]` | | +| route.enabled | bool | `false` | | +| route.hostname | string | `"chart-example.local"` | | +| route.tls.termination | string | `"edge"` | | +| route.userHostname | string | `"chart-example-user.local"` | | +| route.wildcardPolicy | string | `"None"` | | +| s3.accessKeyId | string | `""` | | +| s3.configMapName | string | `""` | | +| s3.defaultRegion | string | `""` | | +| s3.enabled | bool | `false` | | +| s3.endpoint | string | `""` | | +| s3.secretAccessKey | string | `""` | | +| s3.sessionToken | string | `""` | | +| security.allowlist.enabled | bool | `false` | | +| security.allowlist.ip | string | `"0.0.0.0/0"` | | +| security.networkPolicy.enabled | bool | `false` | | +| security.networkPolicy.from | list | `[]` | | +| security.password | string | `"changeme"` | | +| securityContext | object | `{}` | | +| service.image.custom.enabled | bool | `false` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.4"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.4"` | | +| serviceAccount.annotations | object | `{}` | | +| serviceAccount.create | bool | `true` | | +| serviceAccount.name | string | `""` | | +| startupProbe.failureThreshold | int | `60` | | +| startupProbe.initialDelaySeconds | int | `10` | | +| startupProbe.periodSeconds | int | `10` | | +| startupProbe.successThreshold | int | `1` | | +| startupProbe.timeoutSeconds | int | `2` | | +| tolerations | list | `[]` | | +| userPreferences.darkMode | bool | `false` | | +| userPreferences.language | string | `"en"` | | +| vault.configMapName | string | `""` | | +| vault.directory | string | `""` | | +| vault.enabled | bool | `false` | | +| vault.mount | string | `""` | | +| vault.secret | string | `""` | | +| vault.token | string | `""` | | +| vault.url | string | `""` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/jupyter-r/README.md b/charts/jupyter-r/README.md new file mode 100644 index 00000000..0b8e8b87 --- /dev/null +++ b/charts/jupyter-r/README.md @@ -0,0 +1,132 @@ +# jupyter-r + +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-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. + +**Homepage:** + +## Source Code + +* +* + +## Requirements + +| Repository | Name | Version | +|------------|------|---------| +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| affinity | object | `{}` | | +| autoscaling.enabled | bool | `false` | | +| autoscaling.maxReplicas | int | `100` | | +| autoscaling.minReplicas | int | `1` | | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| coresite.configMapName | string | `""` | | +| discovery.hive | bool | `true` | | +| discovery.metaflow | bool | `true` | | +| discovery.mlflow | bool | `true` | | +| environment.group | string | `"users"` | | +| environment.user | string | `"onyxia"` | | +| fullnameOverride | string | `""` | | +| git.branch | string | `""` | | +| git.cache | string | `""` | | +| git.configMapName | string | `""` | | +| git.email | string | `""` | | +| git.enabled | bool | `false` | | +| git.name | string | `""` | | +| git.repository | string | `""` | | +| git.token | string | `""` | | +| global.suspend | bool | `false` | | +| hive.configMapName | string | `""` | | +| imagePullSecrets | list | `[]` | | +| ingress.annotations | list | `[]` | | +| ingress.certManagerClusterIssuer | string | `""` | | +| ingress.enabled | bool | `false` | | +| ingress.hostname | string | `"chart-example.local"` | | +| ingress.ingressClassName | string | `""` | | +| ingress.tls | bool | `true` | | +| ingress.useCertManager | bool | `false` | | +| ingress.userHostname | string | `"chart-example-user.local"` | | +| init.personalInit | string | `""` | | +| init.personalInitArgs | string | `""` | | +| init.regionInit | string | `""` | | +| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | +| kubernetes.enabled | bool | `false` | | +| kubernetes.role | string | `"view"` | | +| message.en | string | `""` | | +| message.fr | string | `""` | | +| metaflow.configMapName | string | `""` | | +| mlflow.configMapName | string | `""` | | +| nameOverride | string | `""` | | +| networking.clusterIP | string | `"None"` | | +| networking.service.port | int | `8888` | | +| networking.sparkui.port | int | `4040` | | +| networking.type | string | `"ClusterIP"` | | +| networking.user.enabled | bool | `false` | | +| networking.user.port | int | `5000` | | +| nodeSelector | object | `{}` | | +| openshiftSCC.enabled | bool | `false` | | +| openshiftSCC.scc | string | `""` | | +| persistence.accessMode | string | `"ReadWriteOnce"` | | +| persistence.enabled | bool | `false` | | +| persistence.size | string | `"10Gi"` | | +| podAnnotations | object | `{}` | | +| podSecurityContext.fsGroup | int | `100` | | +| proxy.enabled | bool | `false` | | +| proxy.httpProxy | string | `""` | | +| proxy.httpsProxy | string | `""` | | +| proxy.noProxy | string | `""` | | +| replicaCount | int | `1` | | +| repository.condaRepository | string | `""` | | +| repository.configMapName | string | `""` | | +| repository.pipRepository | string | `""` | | +| resources | object | `{}` | | +| route.annotations | list | `[]` | | +| route.enabled | bool | `false` | | +| route.hostname | string | `"chart-example.local"` | | +| route.tls.termination | string | `"edge"` | | +| route.userHostname | string | `"chart-example-user.local"` | | +| route.wildcardPolicy | string | `"None"` | | +| s3.accessKeyId | string | `""` | | +| s3.configMapName | string | `""` | | +| s3.defaultRegion | string | `""` | | +| s3.enabled | bool | `false` | | +| s3.endpoint | string | `""` | | +| s3.secretAccessKey | string | `""` | | +| s3.sessionToken | string | `""` | | +| security.allowlist.enabled | bool | `false` | | +| security.allowlist.ip | string | `"0.0.0.0/0"` | | +| security.networkPolicy.enabled | bool | `false` | | +| security.networkPolicy.from | list | `[]` | | +| security.password | string | `"changeme"` | | +| securityContext | object | `{}` | | +| service.image.custom.enabled | bool | `false` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-r:r4.4.1"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-r:r4.4.1"` | | +| serviceAccount.annotations | object | `{}` | | +| serviceAccount.create | bool | `true` | | +| serviceAccount.name | string | `""` | | +| startupProbe.failureThreshold | int | `60` | | +| startupProbe.initialDelaySeconds | int | `10` | | +| startupProbe.periodSeconds | int | `10` | | +| startupProbe.successThreshold | int | `1` | | +| startupProbe.timeoutSeconds | int | `2` | | +| tolerations | list | `[]` | | +| userPreferences.darkMode | bool | `false` | | +| userPreferences.language | string | `"en"` | | +| vault.configMapName | string | `""` | | +| vault.directory | string | `""` | | +| vault.enabled | bool | `false` | | +| vault.mount | string | `""` | | +| vault.secret | string | `""` | | +| vault.token | string | `""` | | +| vault.url | string | `""` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/jupyter-tensorflow-gpu/README.md b/charts/jupyter-tensorflow-gpu/README.md new file mode 100644 index 00000000..15dc91de --- /dev/null +++ b/charts/jupyter-tensorflow-gpu/README.md @@ -0,0 +1,132 @@ +# jupyter-tensorflow-gpu + +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-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. + +**Homepage:** + +## Source Code + +* +* + +## Requirements + +| Repository | Name | Version | +|------------|------|---------| +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| affinity | object | `{}` | | +| autoscaling.enabled | bool | `false` | | +| autoscaling.maxReplicas | int | `100` | | +| autoscaling.minReplicas | int | `1` | | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| coresite.configMapName | string | `""` | | +| discovery.hive | bool | `true` | | +| discovery.metaflow | bool | `true` | | +| discovery.mlflow | bool | `true` | | +| environment.group | string | `"users"` | | +| environment.user | string | `"onyxia"` | | +| fullnameOverride | string | `""` | | +| git.branch | string | `""` | | +| git.cache | string | `""` | | +| git.configMapName | string | `""` | | +| git.email | string | `""` | | +| git.enabled | bool | `false` | | +| git.name | string | `""` | | +| git.repository | string | `""` | | +| git.token | string | `""` | | +| global.suspend | bool | `false` | | +| hive.configMapName | string | `""` | | +| imagePullSecrets | list | `[]` | | +| ingress.annotations | list | `[]` | | +| ingress.certManagerClusterIssuer | string | `""` | | +| ingress.enabled | bool | `false` | | +| ingress.hostname | string | `"chart-example.local"` | | +| ingress.ingressClassName | string | `""` | | +| ingress.tls | bool | `true` | | +| ingress.useCertManager | bool | `false` | | +| ingress.userHostname | string | `"chart-example-user.local"` | | +| init.personalInit | string | `""` | | +| init.personalInitArgs | string | `""` | | +| init.regionInit | string | `""` | | +| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | +| kubernetes.enabled | bool | `false` | | +| kubernetes.role | string | `"view"` | | +| message.en | string | `""` | | +| message.fr | string | `""` | | +| metaflow.configMapName | string | `""` | | +| mlflow.configMapName | string | `""` | | +| nameOverride | string | `""` | | +| networking.clusterIP | string | `"None"` | | +| networking.service.port | int | `8888` | | +| networking.sparkui.port | int | `4040` | | +| networking.type | string | `"ClusterIP"` | | +| networking.user.enabled | bool | `false` | | +| networking.user.port | int | `5000` | | +| nodeSelector | object | `{}` | | +| openshiftSCC.enabled | bool | `false` | | +| openshiftSCC.scc | string | `""` | | +| persistence.accessMode | string | `"ReadWriteOnce"` | | +| persistence.enabled | bool | `false` | | +| persistence.size | string | `"10Gi"` | | +| podAnnotations | object | `{}` | | +| podSecurityContext.fsGroup | int | `100` | | +| proxy.enabled | bool | `false` | | +| proxy.httpProxy | string | `""` | | +| proxy.httpsProxy | string | `""` | | +| proxy.noProxy | string | `""` | | +| replicaCount | int | `1` | | +| repository.condaRepository | string | `""` | | +| repository.configMapName | string | `""` | | +| repository.pipRepository | string | `""` | | +| resources | object | `{}` | | +| route.annotations | list | `[]` | | +| route.enabled | bool | `false` | | +| route.hostname | string | `"chart-example.local"` | | +| route.tls.termination | string | `"edge"` | | +| route.userHostname | string | `"chart-example-user.local"` | | +| route.wildcardPolicy | string | `"None"` | | +| s3.accessKeyId | string | `""` | | +| s3.configMapName | string | `""` | | +| s3.defaultRegion | string | `""` | | +| s3.enabled | bool | `false` | | +| s3.endpoint | string | `""` | | +| s3.secretAccessKey | string | `""` | | +| s3.sessionToken | string | `""` | | +| security.allowlist.enabled | bool | `false` | | +| security.allowlist.ip | string | `"0.0.0.0/0"` | | +| security.networkPolicy.enabled | bool | `false` | | +| security.networkPolicy.from | list | `[]` | | +| security.password | string | `"changeme"` | | +| securityContext | object | `{}` | | +| service.image.custom.enabled | bool | `false` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.4-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.4-gpu"` | | +| serviceAccount.annotations | object | `{}` | | +| serviceAccount.create | bool | `true` | | +| serviceAccount.name | string | `""` | | +| startupProbe.failureThreshold | int | `60` | | +| startupProbe.initialDelaySeconds | int | `10` | | +| startupProbe.periodSeconds | int | `10` | | +| startupProbe.successThreshold | int | `1` | | +| startupProbe.timeoutSeconds | int | `2` | | +| tolerations | list | `[]` | | +| userPreferences.darkMode | bool | `false` | | +| userPreferences.language | string | `"en"` | | +| vault.configMapName | string | `""` | | +| vault.directory | string | `""` | | +| vault.enabled | bool | `false` | | +| vault.mount | string | `""` | | +| vault.secret | string | `""` | | +| vault.token | string | `""` | | +| vault.url | string | `""` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/jupyter-tensorflow/README.md b/charts/jupyter-tensorflow/README.md new file mode 100644 index 00000000..209617d0 --- /dev/null +++ b/charts/jupyter-tensorflow/README.md @@ -0,0 +1,132 @@ +# jupyter-tensorflow + +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-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. + +**Homepage:** + +## Source Code + +* +* + +## Requirements + +| Repository | Name | Version | +|------------|------|---------| +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| affinity | object | `{}` | | +| autoscaling.enabled | bool | `false` | | +| autoscaling.maxReplicas | int | `100` | | +| autoscaling.minReplicas | int | `1` | | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| coresite.configMapName | string | `""` | | +| discovery.hive | bool | `true` | | +| discovery.metaflow | bool | `true` | | +| discovery.mlflow | bool | `true` | | +| environment.group | string | `"users"` | | +| environment.user | string | `"onyxia"` | | +| fullnameOverride | string | `""` | | +| git.branch | string | `""` | | +| git.cache | string | `""` | | +| git.configMapName | string | `""` | | +| git.email | string | `""` | | +| git.enabled | bool | `false` | | +| git.name | string | `""` | | +| git.repository | string | `""` | | +| git.token | string | `""` | | +| global.suspend | bool | `false` | | +| hive.configMapName | string | `""` | | +| imagePullSecrets | list | `[]` | | +| ingress.annotations | list | `[]` | | +| ingress.certManagerClusterIssuer | string | `""` | | +| ingress.enabled | bool | `false` | | +| ingress.hostname | string | `"chart-example.local"` | | +| ingress.ingressClassName | string | `""` | | +| ingress.tls | bool | `true` | | +| ingress.useCertManager | bool | `false` | | +| ingress.userHostname | string | `"chart-example-user.local"` | | +| init.personalInit | string | `""` | | +| init.personalInitArgs | string | `""` | | +| init.regionInit | string | `""` | | +| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | +| kubernetes.enabled | bool | `false` | | +| kubernetes.role | string | `"view"` | | +| message.en | string | `""` | | +| message.fr | string | `""` | | +| metaflow.configMapName | string | `""` | | +| mlflow.configMapName | string | `""` | | +| nameOverride | string | `""` | | +| networking.clusterIP | string | `"None"` | | +| networking.service.port | int | `8888` | | +| networking.sparkui.port | int | `4040` | | +| networking.type | string | `"ClusterIP"` | | +| networking.user.enabled | bool | `false` | | +| networking.user.port | int | `5000` | | +| nodeSelector | object | `{}` | | +| openshiftSCC.enabled | bool | `false` | | +| openshiftSCC.scc | string | `""` | | +| persistence.accessMode | string | `"ReadWriteOnce"` | | +| persistence.enabled | bool | `false` | | +| persistence.size | string | `"10Gi"` | | +| podAnnotations | object | `{}` | | +| podSecurityContext.fsGroup | int | `100` | | +| proxy.enabled | bool | `false` | | +| proxy.httpProxy | string | `""` | | +| proxy.httpsProxy | string | `""` | | +| proxy.noProxy | string | `""` | | +| replicaCount | int | `1` | | +| repository.condaRepository | string | `""` | | +| repository.configMapName | string | `""` | | +| repository.pipRepository | string | `""` | | +| resources | object | `{}` | | +| route.annotations | list | `[]` | | +| route.enabled | bool | `false` | | +| route.hostname | string | `"chart-example.local"` | | +| route.tls.termination | string | `"edge"` | | +| route.userHostname | string | `"chart-example-user.local"` | | +| route.wildcardPolicy | string | `"None"` | | +| s3.accessKeyId | string | `""` | | +| s3.configMapName | string | `""` | | +| s3.defaultRegion | string | `""` | | +| s3.enabled | bool | `false` | | +| s3.endpoint | string | `""` | | +| s3.secretAccessKey | string | `""` | | +| s3.sessionToken | string | `""` | | +| security.allowlist.enabled | bool | `false` | | +| security.allowlist.ip | string | `"0.0.0.0/0"` | | +| security.networkPolicy.enabled | bool | `false` | | +| security.networkPolicy.from | list | `[]` | | +| security.password | string | `"changeme"` | | +| securityContext | object | `{}` | | +| service.image.custom.enabled | bool | `false` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.4"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.4"` | | +| serviceAccount.annotations | object | `{}` | | +| serviceAccount.create | bool | `true` | | +| serviceAccount.name | string | `""` | | +| startupProbe.failureThreshold | int | `60` | | +| startupProbe.initialDelaySeconds | int | `10` | | +| startupProbe.periodSeconds | int | `10` | | +| startupProbe.successThreshold | int | `1` | | +| startupProbe.timeoutSeconds | int | `2` | | +| tolerations | list | `[]` | | +| userPreferences.darkMode | bool | `false` | | +| userPreferences.language | string | `"en"` | | +| vault.configMapName | string | `""` | | +| vault.directory | string | `""` | | +| vault.enabled | bool | `false` | | +| vault.mount | string | `""` | | +| vault.secret | string | `""` | | +| vault.token | string | `""` | | +| vault.url | string | `""` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/rstudio-gpu/README.md b/charts/rstudio-gpu/README.md new file mode 100644 index 00000000..4a3f0d32 --- /dev/null +++ b/charts/rstudio-gpu/README.md @@ -0,0 +1,122 @@ +# rstudio-gpu + +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The RStudio IDE with a collection of standard data science packages, with GPU support. + +**Homepage:** + +## Source Code + +* +* + +## Requirements + +| Repository | Name | Version | +|------------|------|---------| +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| affinity | object | `{}` | | +| autoscaling.enabled | bool | `false` | | +| autoscaling.maxReplicas | int | `100` | | +| autoscaling.minReplicas | int | `1` | | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| environment.group | string | `"users"` | | +| environment.user | string | `"onyxia"` | | +| fullnameOverride | string | `""` | | +| git.branch | string | `""` | | +| git.cache | string | `""` | | +| git.configMapName | string | `""` | | +| git.email | string | `""` | | +| git.enabled | bool | `true` | | +| git.name | string | `""` | | +| git.repository | string | `""` | | +| git.token | string | `""` | | +| global.suspend | bool | `false` | | +| imagePullSecrets | list | `[]` | | +| ingress.annotations | list | `[]` | | +| ingress.certManagerClusterIssuer | string | `""` | | +| ingress.enabled | bool | `false` | | +| ingress.hostname | string | `"chart-example.local"` | | +| ingress.tls | bool | `true` | | +| ingress.useCertManager | bool | `false` | | +| ingress.userHostname | string | `"chart-example-user.local"` | | +| init.personalInit | string | `""` | | +| init.personalInitArgs | string | `""` | | +| init.regionInit | string | `""` | | +| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | +| kubernetes.enabled | bool | `true` | | +| kubernetes.role | string | `"view"` | | +| message.en | string | `""` | | +| message.fr | string | `""` | | +| nameOverride | string | `""` | | +| networking.clusterIP | string | `"None"` | | +| networking.service.port | int | `8787` | | +| networking.sparkui.port | int | `4040` | | +| networking.type | string | `"ClusterIP"` | | +| networking.user.enabled | bool | `false` | | +| networking.user.port | int | `5000` | | +| nodeSelector | object | `{}` | | +| persistence.accessMode | string | `"ReadWriteOnce"` | | +| persistence.enabled | bool | `true` | | +| persistence.size | string | `"10Gi"` | | +| podAnnotations | object | `{}` | | +| podSecurityContext.fsGroup | int | `100` | | +| proxy.enabled | bool | `false` | | +| proxy.httpProxy | string | `""` | | +| proxy.httpsProxy | string | `""` | | +| proxy.noProxy | string | `""` | | +| replicaCount | int | `1` | | +| repository.configMapName | string | `""` | | +| repository.packageManagerUrl | string | `""` | | +| repository.rRepository | string | `""` | | +| resources | object | `{}` | | +| route.annotations | list | `[]` | | +| route.enabled | bool | `false` | | +| route.hostname | string | `"chart-example.local"` | | +| route.tls.termination | string | `"edge"` | | +| route.userHostname | string | `"chart-example-user.local"` | | +| route.wildcardPolicy | string | `"None"` | | +| s3.accessKeyId | string | `""` | | +| s3.configMapName | string | `""` | | +| s3.defaultRegion | string | `""` | | +| s3.enabled | bool | `true` | | +| s3.endpoint | string | `""` | | +| s3.secretAccessKey | string | `""` | | +| s3.sessionToken | string | `""` | | +| security.allowlist.enabled | bool | `false` | | +| security.allowlist.ip | string | `"0.0.0.0/0"` | | +| security.networkPolicy.enabled | bool | `false` | | +| security.networkPolicy.from | list | `[]` | | +| security.password | string | `"changeme"` | | +| securityContext | object | `{}` | | +| service.image.custom.enabled | bool | `false` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-rstudio:r4.4.1-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-rstudio:r4.4.1-gpu"` | | +| serviceAccount.annotations | object | `{}` | | +| serviceAccount.create | bool | `true` | | +| serviceAccount.name | string | `""` | | +| startupProbe.failureThreshold | int | `60` | | +| startupProbe.initialDelaySeconds | int | `10` | | +| startupProbe.periodSeconds | int | `10` | | +| startupProbe.successThreshold | int | `1` | | +| startupProbe.timeoutSeconds | int | `2` | | +| tolerations | list | `[]` | | +| userPreferences.darkMode | bool | `false` | | +| userPreferences.language | string | `"en"` | | +| vault.configMapName | string | `""` | | +| vault.directory | string | `""` | | +| vault.enabled | bool | `true` | | +| vault.mount | string | `""` | | +| vault.secret | string | `""` | | +| vault.token | string | `""` | | +| vault.url | string | `""` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/rstudio-sparkr/README.md b/charts/rstudio-sparkr/README.md index c3aaf63c..9f63d952 100644 --- a/charts/rstudio-sparkr/README.md +++ b/charts/rstudio-sparkr/README.md @@ -1,6 +1,6 @@ # rstudio-sparkr -![Version: 2.0.6](https://img.shields.io/badge/Version-2.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The RStudio IDE with a collection of standard data science packages. It includes SparkR, an R package that provides an interface to use Apache Spark from R. diff --git a/charts/rstudio/README.md b/charts/rstudio/README.md index d365a38f..fe7b67de 100644 --- a/charts/rstudio/README.md +++ b/charts/rstudio/README.md @@ -1,6 +1,6 @@ # rstudio -![Version: 2.0.6](https://img.shields.io/badge/Version-2.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The RStudio IDE with a collection of standard data science packages. diff --git a/charts/vscode-pyspark/README.md b/charts/vscode-pyspark/README.md index 28fda7a3..b58ca8c5 100644 --- a/charts/vscode-pyspark/README.md +++ b/charts/vscode-pyspark/README.md @@ -1,6 +1,6 @@ # vscode-pyspark -![Version: 2.0.6](https://img.shields.io/badge/Version-2.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-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-python-gpu/README.md b/charts/vscode-python-gpu/README.md new file mode 100644 index 00000000..52e9a05c --- /dev/null +++ b/charts/vscode-python-gpu/README.md @@ -0,0 +1,130 @@ +# vscode-python-gpu + +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-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. + +**Homepage:** + +## Source Code + +* +* + +## Requirements + +| Repository | Name | Version | +|------------|------|---------| +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| affinity | object | `{}` | | +| autoscaling.enabled | bool | `false` | | +| autoscaling.maxReplicas | int | `100` | | +| autoscaling.minReplicas | int | `1` | | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| coresite.configMapName | string | `""` | | +| discovery.hive | bool | `true` | | +| discovery.metaflow | bool | `true` | | +| discovery.mlflow | bool | `true` | | +| environment.group | string | `"users"` | | +| environment.user | string | `"onyxia"` | | +| fullnameOverride | string | `""` | | +| git.branch | string | `""` | | +| git.cache | string | `""` | | +| git.configMapName | string | `""` | | +| git.email | string | `""` | | +| git.enabled | bool | `true` | | +| git.name | string | `""` | | +| global.suspend | bool | `false` | | +| hive.configMapName | string | `""` | | +| imagePullSecrets | list | `[]` | | +| ingress.annotations | list | `[]` | | +| ingress.certManagerClusterIssuer | string | `""` | | +| ingress.enabled | bool | `false` | | +| ingress.hostname | string | `"chart-example.local"` | | +| ingress.ingressClassName | string | `""` | | +| ingress.tls | bool | `true` | | +| ingress.useCertManager | bool | `false` | | +| ingress.userHostname | string | `"chart-example-user.local"` | | +| init.personalInit | string | `""` | | +| init.personalInitArgs | string | `""` | | +| init.regionInit | string | `""` | | +| init.regionInitCheckSum | string | `""` | | +| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | +| kubernetes.enabled | bool | `true` | | +| kubernetes.role | string | `"view"` | | +| message.en | string | `""` | | +| message.fr | string | `""` | | +| metaflow.configMapName | string | `""` | | +| mlflow.configMapName | string | `""` | | +| nameOverride | string | `""` | | +| networking.clusterIP | string | `"None"` | | +| networking.service.port | int | `8080` | | +| networking.type | string | `"ClusterIP"` | | +| networking.user.enabled | bool | `false` | | +| networking.user.port | int | `5000` | | +| nodeSelector | object | `{}` | | +| openshiftSCC.enabled | bool | `false` | | +| openshiftSCC.scc | string | `""` | | +| persistence.accessMode | string | `"ReadWriteOnce"` | | +| persistence.enabled | bool | `true` | | +| persistence.size | string | `"10Gi"` | | +| podAnnotations | object | `{}` | | +| podSecurityContext.fsGroup | int | `100` | | +| proxy.enabled | bool | `false` | | +| proxy.httpProxy | string | `""` | | +| proxy.httpsProxy | string | `""` | | +| proxy.noProxy | string | `""` | | +| replicaCount | int | `1` | | +| repository.condaRepository | string | `""` | | +| repository.configMapName | string | `""` | | +| repository.pipRepository | string | `""` | | +| resources | object | `{}` | | +| route.annotations | list | `[]` | | +| route.enabled | bool | `false` | | +| route.hostname | string | `"chart-example.local"` | | +| route.tls.termination | string | `"edge"` | | +| route.userHostname | string | `"chart-example-user.local"` | | +| route.wildcardPolicy | string | `"None"` | | +| s3.accessKeyId | string | `""` | | +| s3.configMapName | string | `""` | | +| s3.defaultRegion | string | `""` | | +| s3.enabled | bool | `true` | | +| s3.endpoint | string | `""` | | +| s3.secretAccessKey | string | `""` | | +| s3.sessionToken | string | `""` | | +| security.allowlist.enabled | bool | `false` | | +| security.allowlist.ip | string | `"0.0.0.0/0"` | | +| security.networkPolicy.enabled | bool | `false` | | +| security.networkPolicy.from | list | `[]` | | +| security.password | string | `"changeme"` | | +| securityContext | object | `{}` | | +| service.image.custom.enabled | bool | `false` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.4-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.4-gpu"` | | +| serviceAccount.annotations | object | `{}` | | +| serviceAccount.create | bool | `true` | | +| serviceAccount.name | string | `""` | | +| startupProbe.failureThreshold | int | `60` | | +| startupProbe.initialDelaySeconds | int | `10` | | +| startupProbe.periodSeconds | int | `10` | | +| startupProbe.successThreshold | int | `1` | | +| startupProbe.timeoutSeconds | int | `2` | | +| tolerations | list | `[]` | | +| userPreferences.darkMode | bool | `false` | | +| userPreferences.language | string | `"en"` | | +| vault.configMapName | string | `""` | | +| vault.directory | string | `""` | | +| vault.enabled | bool | `true` | | +| vault.mount | string | `""` | | +| vault.secret | string | `""` | | +| vault.token | string | `""` | | +| vault.url | string | `""` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/vscode-python/README.md b/charts/vscode-python/README.md index 146e063f..9475c68a 100644 --- a/charts/vscode-python/README.md +++ b/charts/vscode-python/README.md @@ -1,6 +1,6 @@ # vscode-python -![Version: 2.0.6](https://img.shields.io/badge/Version-2.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-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-pytorch-gpu/README.md b/charts/vscode-pytorch-gpu/README.md new file mode 100644 index 00000000..86786d9e --- /dev/null +++ b/charts/vscode-pytorch-gpu/README.md @@ -0,0 +1,130 @@ +# vscode-pytorch-gpu + +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-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. + +**Homepage:** + +## Source Code + +* +* + +## Requirements + +| Repository | Name | Version | +|------------|------|---------| +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| affinity | object | `{}` | | +| autoscaling.enabled | bool | `false` | | +| autoscaling.maxReplicas | int | `100` | | +| autoscaling.minReplicas | int | `1` | | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| coresite.configMapName | string | `""` | | +| discovery.hive | bool | `true` | | +| discovery.metaflow | bool | `true` | | +| discovery.mlflow | bool | `true` | | +| environment.group | string | `"users"` | | +| environment.user | string | `"onyxia"` | | +| fullnameOverride | string | `""` | | +| git.branch | string | `""` | | +| git.cache | string | `""` | | +| git.configMapName | string | `""` | | +| git.email | string | `""` | | +| git.enabled | bool | `true` | | +| git.name | string | `""` | | +| global.suspend | bool | `false` | | +| hive.configMapName | string | `""` | | +| imagePullSecrets | list | `[]` | | +| ingress.annotations | list | `[]` | | +| ingress.certManagerClusterIssuer | string | `""` | | +| ingress.enabled | bool | `false` | | +| ingress.hostname | string | `"chart-example.local"` | | +| ingress.ingressClassName | string | `""` | | +| ingress.tls | bool | `true` | | +| ingress.useCertManager | bool | `false` | | +| ingress.userHostname | string | `"chart-example-user.local"` | | +| init.personalInit | string | `""` | | +| init.personalInitArgs | string | `""` | | +| init.regionInit | string | `""` | | +| init.regionInitCheckSum | string | `""` | | +| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | +| kubernetes.enabled | bool | `true` | | +| kubernetes.role | string | `"view"` | | +| message.en | string | `""` | | +| message.fr | string | `""` | | +| metaflow.configMapName | string | `""` | | +| mlflow.configMapName | string | `""` | | +| nameOverride | string | `""` | | +| networking.clusterIP | string | `"None"` | | +| networking.service.port | int | `8080` | | +| networking.type | string | `"ClusterIP"` | | +| networking.user.enabled | bool | `false` | | +| networking.user.port | int | `5000` | | +| nodeSelector | object | `{}` | | +| openshiftSCC.enabled | bool | `false` | | +| openshiftSCC.scc | string | `""` | | +| persistence.accessMode | string | `"ReadWriteOnce"` | | +| persistence.enabled | bool | `true` | | +| persistence.size | string | `"10Gi"` | | +| podAnnotations | object | `{}` | | +| podSecurityContext.fsGroup | int | `100` | | +| proxy.enabled | bool | `false` | | +| proxy.httpProxy | string | `""` | | +| proxy.httpsProxy | string | `""` | | +| proxy.noProxy | string | `""` | | +| replicaCount | int | `1` | | +| repository.condaRepository | string | `""` | | +| repository.configMapName | string | `""` | | +| repository.pipRepository | string | `""` | | +| resources | object | `{}` | | +| route.annotations | list | `[]` | | +| route.enabled | bool | `false` | | +| route.hostname | string | `"chart-example.local"` | | +| route.tls.termination | string | `"edge"` | | +| route.userHostname | string | `"chart-example-user.local"` | | +| route.wildcardPolicy | string | `"None"` | | +| s3.accessKeyId | string | `""` | | +| s3.configMapName | string | `""` | | +| s3.defaultRegion | string | `""` | | +| s3.enabled | bool | `true` | | +| s3.endpoint | string | `""` | | +| s3.secretAccessKey | string | `""` | | +| s3.sessionToken | string | `""` | | +| security.allowlist.enabled | bool | `false` | | +| security.allowlist.ip | string | `"0.0.0.0/0"` | | +| security.networkPolicy.enabled | bool | `false` | | +| security.networkPolicy.from | list | `[]` | | +| security.password | string | `"changeme"` | | +| securityContext | object | `{}` | | +| service.image.custom.enabled | bool | `false` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.4-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.4-gpu"` | | +| serviceAccount.annotations | object | `{}` | | +| serviceAccount.create | bool | `true` | | +| serviceAccount.name | string | `""` | | +| startupProbe.failureThreshold | int | `60` | | +| startupProbe.initialDelaySeconds | int | `10` | | +| startupProbe.periodSeconds | int | `10` | | +| startupProbe.successThreshold | int | `1` | | +| startupProbe.timeoutSeconds | int | `2` | | +| tolerations | list | `[]` | | +| userPreferences.darkMode | bool | `false` | | +| userPreferences.language | string | `"en"` | | +| vault.configMapName | string | `""` | | +| vault.directory | string | `""` | | +| vault.enabled | bool | `true` | | +| vault.mount | string | `""` | | +| vault.secret | string | `""` | | +| vault.token | string | `""` | | +| vault.url | string | `""` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/vscode-pytorch/README.md b/charts/vscode-pytorch/README.md new file mode 100644 index 00000000..2bacfa6a --- /dev/null +++ b/charts/vscode-pytorch/README.md @@ -0,0 +1,130 @@ +# vscode-pytorch + +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-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. + +**Homepage:** + +## Source Code + +* +* + +## Requirements + +| Repository | Name | Version | +|------------|------|---------| +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| affinity | object | `{}` | | +| autoscaling.enabled | bool | `false` | | +| autoscaling.maxReplicas | int | `100` | | +| autoscaling.minReplicas | int | `1` | | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| coresite.configMapName | string | `""` | | +| discovery.hive | bool | `true` | | +| discovery.metaflow | bool | `true` | | +| discovery.mlflow | bool | `true` | | +| environment.group | string | `"users"` | | +| environment.user | string | `"onyxia"` | | +| fullnameOverride | string | `""` | | +| git.branch | string | `""` | | +| git.cache | string | `""` | | +| git.configMapName | string | `""` | | +| git.email | string | `""` | | +| git.enabled | bool | `true` | | +| git.name | string | `""` | | +| global.suspend | bool | `false` | | +| hive.configMapName | string | `""` | | +| imagePullSecrets | list | `[]` | | +| ingress.annotations | list | `[]` | | +| ingress.certManagerClusterIssuer | string | `""` | | +| ingress.enabled | bool | `false` | | +| ingress.hostname | string | `"chart-example.local"` | | +| ingress.ingressClassName | string | `""` | | +| ingress.tls | bool | `true` | | +| ingress.useCertManager | bool | `false` | | +| ingress.userHostname | string | `"chart-example-user.local"` | | +| init.personalInit | string | `""` | | +| init.personalInitArgs | string | `""` | | +| init.regionInit | string | `""` | | +| init.regionInitCheckSum | string | `""` | | +| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | +| kubernetes.enabled | bool | `true` | | +| kubernetes.role | string | `"view"` | | +| message.en | string | `""` | | +| message.fr | string | `""` | | +| metaflow.configMapName | string | `""` | | +| mlflow.configMapName | string | `""` | | +| nameOverride | string | `""` | | +| networking.clusterIP | string | `"None"` | | +| networking.service.port | int | `8080` | | +| networking.type | string | `"ClusterIP"` | | +| networking.user.enabled | bool | `false` | | +| networking.user.port | int | `5000` | | +| nodeSelector | object | `{}` | | +| openshiftSCC.enabled | bool | `false` | | +| openshiftSCC.scc | string | `""` | | +| persistence.accessMode | string | `"ReadWriteOnce"` | | +| persistence.enabled | bool | `true` | | +| persistence.size | string | `"10Gi"` | | +| podAnnotations | object | `{}` | | +| podSecurityContext.fsGroup | int | `100` | | +| proxy.enabled | bool | `false` | | +| proxy.httpProxy | string | `""` | | +| proxy.httpsProxy | string | `""` | | +| proxy.noProxy | string | `""` | | +| replicaCount | int | `1` | | +| repository.condaRepository | string | `""` | | +| repository.configMapName | string | `""` | | +| repository.pipRepository | string | `""` | | +| resources | object | `{}` | | +| route.annotations | list | `[]` | | +| route.enabled | bool | `false` | | +| route.hostname | string | `"chart-example.local"` | | +| route.tls.termination | string | `"edge"` | | +| route.userHostname | string | `"chart-example-user.local"` | | +| route.wildcardPolicy | string | `"None"` | | +| s3.accessKeyId | string | `""` | | +| s3.configMapName | string | `""` | | +| s3.defaultRegion | string | `""` | | +| s3.enabled | bool | `true` | | +| s3.endpoint | string | `""` | | +| s3.secretAccessKey | string | `""` | | +| s3.sessionToken | string | `""` | | +| security.allowlist.enabled | bool | `false` | | +| security.allowlist.ip | string | `"0.0.0.0/0"` | | +| security.networkPolicy.enabled | bool | `false` | | +| security.networkPolicy.from | list | `[]` | | +| security.password | string | `"changeme"` | | +| securityContext | object | `{}` | | +| service.image.custom.enabled | bool | `false` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.4"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.4"` | | +| serviceAccount.annotations | object | `{}` | | +| serviceAccount.create | bool | `true` | | +| serviceAccount.name | string | `""` | | +| startupProbe.failureThreshold | int | `60` | | +| startupProbe.initialDelaySeconds | int | `10` | | +| startupProbe.periodSeconds | int | `10` | | +| startupProbe.successThreshold | int | `1` | | +| startupProbe.timeoutSeconds | int | `2` | | +| tolerations | list | `[]` | | +| userPreferences.darkMode | bool | `false` | | +| userPreferences.language | string | `"en"` | | +| vault.configMapName | string | `""` | | +| vault.directory | string | `""` | | +| vault.enabled | bool | `true` | | +| vault.mount | string | `""` | | +| vault.secret | string | `""` | | +| vault.token | string | `""` | | +| vault.url | string | `""` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/vscode-r-python-julia/README.md b/charts/vscode-r-python-julia/README.md new file mode 100644 index 00000000..59842e5d --- /dev/null +++ b/charts/vscode-r-python-julia/README.md @@ -0,0 +1,130 @@ +# vscode-r-python-julia + +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-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. + +**Homepage:** + +## Source Code + +* +* + +## Requirements + +| Repository | Name | Version | +|------------|------|---------| +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| affinity | object | `{}` | | +| autoscaling.enabled | bool | `false` | | +| autoscaling.maxReplicas | int | `100` | | +| autoscaling.minReplicas | int | `1` | | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| coresite.configMapName | string | `""` | | +| discovery.hive | bool | `true` | | +| discovery.metaflow | bool | `true` | | +| discovery.mlflow | bool | `true` | | +| environment.group | string | `"users"` | | +| environment.user | string | `"onyxia"` | | +| fullnameOverride | string | `""` | | +| git.branch | string | `""` | | +| git.cache | string | `""` | | +| git.configMapName | string | `""` | | +| git.email | string | `""` | | +| git.enabled | bool | `true` | | +| git.name | string | `""` | | +| global.suspend | bool | `false` | | +| hive.configMapName | string | `""` | | +| imagePullSecrets | list | `[]` | | +| ingress.annotations | list | `[]` | | +| ingress.certManagerClusterIssuer | string | `""` | | +| ingress.enabled | bool | `false` | | +| ingress.hostname | string | `"chart-example.local"` | | +| ingress.ingressClassName | string | `""` | | +| ingress.tls | bool | `true` | | +| ingress.useCertManager | bool | `false` | | +| ingress.userHostname | string | `"chart-example-user.local"` | | +| init.personalInit | string | `""` | | +| init.personalInitArgs | string | `""` | | +| init.regionInit | string | `""` | | +| init.regionInitCheckSum | string | `""` | | +| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | +| kubernetes.enabled | bool | `true` | | +| kubernetes.role | string | `"view"` | | +| message.en | string | `""` | | +| message.fr | string | `""` | | +| metaflow.configMapName | string | `""` | | +| mlflow.configMapName | string | `""` | | +| nameOverride | string | `""` | | +| networking.clusterIP | string | `"None"` | | +| networking.service.port | int | `8080` | | +| networking.type | string | `"ClusterIP"` | | +| networking.user.enabled | bool | `false` | | +| networking.user.port | int | `5000` | | +| nodeSelector | object | `{}` | | +| openshiftSCC.enabled | bool | `false` | | +| openshiftSCC.scc | string | `""` | | +| persistence.accessMode | string | `"ReadWriteOnce"` | | +| persistence.enabled | bool | `true` | | +| persistence.size | string | `"10Gi"` | | +| podAnnotations | object | `{}` | | +| podSecurityContext.fsGroup | int | `100` | | +| proxy.enabled | bool | `false` | | +| proxy.httpProxy | string | `""` | | +| proxy.httpsProxy | string | `""` | | +| proxy.noProxy | string | `""` | | +| replicaCount | int | `1` | | +| repository.condaRepository | string | `""` | | +| repository.configMapName | string | `""` | | +| repository.pipRepository | string | `""` | | +| resources | object | `{}` | | +| route.annotations | list | `[]` | | +| route.enabled | bool | `false` | | +| route.hostname | string | `"chart-example.local"` | | +| route.tls.termination | string | `"edge"` | | +| route.userHostname | string | `"chart-example-user.local"` | | +| route.wildcardPolicy | string | `"None"` | | +| s3.accessKeyId | string | `""` | | +| s3.configMapName | string | `""` | | +| s3.defaultRegion | string | `""` | | +| s3.enabled | bool | `true` | | +| s3.endpoint | string | `""` | | +| s3.secretAccessKey | string | `""` | | +| s3.sessionToken | string | `""` | | +| security.allowlist.enabled | bool | `false` | | +| security.allowlist.ip | string | `"0.0.0.0/0"` | | +| security.networkPolicy.enabled | bool | `false` | | +| security.networkPolicy.from | list | `[]` | | +| security.password | string | `"changeme"` | | +| securityContext | object | `{}` | | +| service.image.custom.enabled | bool | `false` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-r-python-julia:r4.4.1"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-r-python-julia:r4.4.1"` | | +| serviceAccount.annotations | object | `{}` | | +| serviceAccount.create | bool | `true` | | +| serviceAccount.name | string | `""` | | +| startupProbe.failureThreshold | int | `60` | | +| startupProbe.initialDelaySeconds | int | `10` | | +| startupProbe.periodSeconds | int | `10` | | +| startupProbe.successThreshold | int | `1` | | +| startupProbe.timeoutSeconds | int | `2` | | +| tolerations | list | `[]` | | +| userPreferences.darkMode | bool | `false` | | +| userPreferences.language | string | `"en"` | | +| vault.configMapName | string | `""` | | +| vault.directory | string | `""` | | +| vault.enabled | bool | `true` | | +| vault.mount | string | `""` | | +| vault.secret | string | `""` | | +| vault.token | string | `""` | | +| vault.url | string | `""` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/vscode-r/README.md b/charts/vscode-r/README.md new file mode 100644 index 00000000..1b77c64a --- /dev/null +++ b/charts/vscode-r/README.md @@ -0,0 +1,130 @@ +# vscode-r + +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-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. + +**Homepage:** + +## Source Code + +* +* + +## Requirements + +| Repository | Name | Version | +|------------|------|---------| +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| affinity | object | `{}` | | +| autoscaling.enabled | bool | `false` | | +| autoscaling.maxReplicas | int | `100` | | +| autoscaling.minReplicas | int | `1` | | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| coresite.configMapName | string | `""` | | +| discovery.hive | bool | `true` | | +| discovery.metaflow | bool | `true` | | +| discovery.mlflow | bool | `true` | | +| environment.group | string | `"users"` | | +| environment.user | string | `"onyxia"` | | +| fullnameOverride | string | `""` | | +| git.branch | string | `""` | | +| git.cache | string | `""` | | +| git.configMapName | string | `""` | | +| git.email | string | `""` | | +| git.enabled | bool | `true` | | +| git.name | string | `""` | | +| global.suspend | bool | `false` | | +| hive.configMapName | string | `""` | | +| imagePullSecrets | list | `[]` | | +| ingress.annotations | list | `[]` | | +| ingress.certManagerClusterIssuer | string | `""` | | +| ingress.enabled | bool | `false` | | +| ingress.hostname | string | `"chart-example.local"` | | +| ingress.ingressClassName | string | `""` | | +| ingress.tls | bool | `true` | | +| ingress.useCertManager | bool | `false` | | +| ingress.userHostname | string | `"chart-example-user.local"` | | +| init.personalInit | string | `""` | | +| init.personalInitArgs | string | `""` | | +| init.regionInit | string | `""` | | +| init.regionInitCheckSum | string | `""` | | +| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | +| kubernetes.enabled | bool | `true` | | +| kubernetes.role | string | `"view"` | | +| message.en | string | `""` | | +| message.fr | string | `""` | | +| metaflow.configMapName | string | `""` | | +| mlflow.configMapName | string | `""` | | +| nameOverride | string | `""` | | +| networking.clusterIP | string | `"None"` | | +| networking.service.port | int | `8080` | | +| networking.type | string | `"ClusterIP"` | | +| networking.user.enabled | bool | `false` | | +| networking.user.port | int | `5000` | | +| nodeSelector | object | `{}` | | +| openshiftSCC.enabled | bool | `false` | | +| openshiftSCC.scc | string | `""` | | +| persistence.accessMode | string | `"ReadWriteOnce"` | | +| persistence.enabled | bool | `true` | | +| persistence.size | string | `"10Gi"` | | +| podAnnotations | object | `{}` | | +| podSecurityContext.fsGroup | int | `100` | | +| proxy.enabled | bool | `false` | | +| proxy.httpProxy | string | `""` | | +| proxy.httpsProxy | string | `""` | | +| proxy.noProxy | string | `""` | | +| replicaCount | int | `1` | | +| repository.condaRepository | string | `""` | | +| repository.configMapName | string | `""` | | +| repository.pipRepository | string | `""` | | +| resources | object | `{}` | | +| route.annotations | list | `[]` | | +| route.enabled | bool | `false` | | +| route.hostname | string | `"chart-example.local"` | | +| route.tls.termination | string | `"edge"` | | +| route.userHostname | string | `"chart-example-user.local"` | | +| route.wildcardPolicy | string | `"None"` | | +| s3.accessKeyId | string | `""` | | +| s3.configMapName | string | `""` | | +| s3.defaultRegion | string | `""` | | +| s3.enabled | bool | `true` | | +| s3.endpoint | string | `""` | | +| s3.secretAccessKey | string | `""` | | +| s3.sessionToken | string | `""` | | +| security.allowlist.enabled | bool | `false` | | +| security.allowlist.ip | string | `"0.0.0.0/0"` | | +| security.networkPolicy.enabled | bool | `false` | | +| security.networkPolicy.from | list | `[]` | | +| security.password | string | `"changeme"` | | +| securityContext | object | `{}` | | +| service.image.custom.enabled | bool | `false` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-r:r4.4.1"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-r:r4.4.1"` | | +| serviceAccount.annotations | object | `{}` | | +| serviceAccount.create | bool | `true` | | +| serviceAccount.name | string | `""` | | +| startupProbe.failureThreshold | int | `60` | | +| startupProbe.initialDelaySeconds | int | `10` | | +| startupProbe.periodSeconds | int | `10` | | +| startupProbe.successThreshold | int | `1` | | +| startupProbe.timeoutSeconds | int | `2` | | +| tolerations | list | `[]` | | +| userPreferences.darkMode | bool | `false` | | +| userPreferences.language | string | `"en"` | | +| vault.configMapName | string | `""` | | +| vault.directory | string | `""` | | +| vault.enabled | bool | `true` | | +| vault.mount | string | `""` | | +| vault.secret | string | `""` | | +| vault.token | string | `""` | | +| vault.url | string | `""` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/vscode-tensorflow-gpu/README.md b/charts/vscode-tensorflow-gpu/README.md new file mode 100644 index 00000000..6897eebc --- /dev/null +++ b/charts/vscode-tensorflow-gpu/README.md @@ -0,0 +1,130 @@ +# vscode-tensorflow-gpu + +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-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. + +**Homepage:** + +## Source Code + +* +* + +## Requirements + +| Repository | Name | Version | +|------------|------|---------| +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| affinity | object | `{}` | | +| autoscaling.enabled | bool | `false` | | +| autoscaling.maxReplicas | int | `100` | | +| autoscaling.minReplicas | int | `1` | | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| coresite.configMapName | string | `""` | | +| discovery.hive | bool | `true` | | +| discovery.metaflow | bool | `true` | | +| discovery.mlflow | bool | `true` | | +| environment.group | string | `"users"` | | +| environment.user | string | `"onyxia"` | | +| fullnameOverride | string | `""` | | +| git.branch | string | `""` | | +| git.cache | string | `""` | | +| git.configMapName | string | `""` | | +| git.email | string | `""` | | +| git.enabled | bool | `true` | | +| git.name | string | `""` | | +| global.suspend | bool | `false` | | +| hive.configMapName | string | `""` | | +| imagePullSecrets | list | `[]` | | +| ingress.annotations | list | `[]` | | +| ingress.certManagerClusterIssuer | string | `""` | | +| ingress.enabled | bool | `false` | | +| ingress.hostname | string | `"chart-example.local"` | | +| ingress.ingressClassName | string | `""` | | +| ingress.tls | bool | `true` | | +| ingress.useCertManager | bool | `false` | | +| ingress.userHostname | string | `"chart-example-user.local"` | | +| init.personalInit | string | `""` | | +| init.personalInitArgs | string | `""` | | +| init.regionInit | string | `""` | | +| init.regionInitCheckSum | string | `""` | | +| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | +| kubernetes.enabled | bool | `true` | | +| kubernetes.role | string | `"view"` | | +| message.en | string | `""` | | +| message.fr | string | `""` | | +| metaflow.configMapName | string | `""` | | +| mlflow.configMapName | string | `""` | | +| nameOverride | string | `""` | | +| networking.clusterIP | string | `"None"` | | +| networking.service.port | int | `8080` | | +| networking.type | string | `"ClusterIP"` | | +| networking.user.enabled | bool | `false` | | +| networking.user.port | int | `5000` | | +| nodeSelector | object | `{}` | | +| openshiftSCC.enabled | bool | `false` | | +| openshiftSCC.scc | string | `""` | | +| persistence.accessMode | string | `"ReadWriteOnce"` | | +| persistence.enabled | bool | `true` | | +| persistence.size | string | `"10Gi"` | | +| podAnnotations | object | `{}` | | +| podSecurityContext.fsGroup | int | `100` | | +| proxy.enabled | bool | `false` | | +| proxy.httpProxy | string | `""` | | +| proxy.httpsProxy | string | `""` | | +| proxy.noProxy | string | `""` | | +| replicaCount | int | `1` | | +| repository.condaRepository | string | `""` | | +| repository.configMapName | string | `""` | | +| repository.pipRepository | string | `""` | | +| resources | object | `{}` | | +| route.annotations | list | `[]` | | +| route.enabled | bool | `false` | | +| route.hostname | string | `"chart-example.local"` | | +| route.tls.termination | string | `"edge"` | | +| route.userHostname | string | `"chart-example-user.local"` | | +| route.wildcardPolicy | string | `"None"` | | +| s3.accessKeyId | string | `""` | | +| s3.configMapName | string | `""` | | +| s3.defaultRegion | string | `""` | | +| s3.enabled | bool | `true` | | +| s3.endpoint | string | `""` | | +| s3.secretAccessKey | string | `""` | | +| s3.sessionToken | string | `""` | | +| security.allowlist.enabled | bool | `false` | | +| security.allowlist.ip | string | `"0.0.0.0/0"` | | +| security.networkPolicy.enabled | bool | `false` | | +| security.networkPolicy.from | list | `[]` | | +| security.password | string | `"changeme"` | | +| securityContext | object | `{}` | | +| service.image.custom.enabled | bool | `false` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.4-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.4-gpu"` | | +| serviceAccount.annotations | object | `{}` | | +| serviceAccount.create | bool | `true` | | +| serviceAccount.name | string | `""` | | +| startupProbe.failureThreshold | int | `60` | | +| startupProbe.initialDelaySeconds | int | `10` | | +| startupProbe.periodSeconds | int | `10` | | +| startupProbe.successThreshold | int | `1` | | +| startupProbe.timeoutSeconds | int | `2` | | +| tolerations | list | `[]` | | +| userPreferences.darkMode | bool | `false` | | +| userPreferences.language | string | `"en"` | | +| vault.configMapName | string | `""` | | +| vault.directory | string | `""` | | +| vault.enabled | bool | `true` | | +| vault.mount | string | `""` | | +| vault.secret | string | `""` | | +| vault.token | string | `""` | | +| vault.url | string | `""` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/vscode-tensorflow/README.md b/charts/vscode-tensorflow/README.md new file mode 100644 index 00000000..0447af72 --- /dev/null +++ b/charts/vscode-tensorflow/README.md @@ -0,0 +1,130 @@ +# vscode-tensorflow + +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-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. + +**Homepage:** + +## Source Code + +* +* + +## Requirements + +| Repository | Name | Version | +|------------|------|---------| +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| affinity | object | `{}` | | +| autoscaling.enabled | bool | `false` | | +| autoscaling.maxReplicas | int | `100` | | +| autoscaling.minReplicas | int | `1` | | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| coresite.configMapName | string | `""` | | +| discovery.hive | bool | `true` | | +| discovery.metaflow | bool | `true` | | +| discovery.mlflow | bool | `true` | | +| environment.group | string | `"users"` | | +| environment.user | string | `"onyxia"` | | +| fullnameOverride | string | `""` | | +| git.branch | string | `""` | | +| git.cache | string | `""` | | +| git.configMapName | string | `""` | | +| git.email | string | `""` | | +| git.enabled | bool | `true` | | +| git.name | string | `""` | | +| global.suspend | bool | `false` | | +| hive.configMapName | string | `""` | | +| imagePullSecrets | list | `[]` | | +| ingress.annotations | list | `[]` | | +| ingress.certManagerClusterIssuer | string | `""` | | +| ingress.enabled | bool | `false` | | +| ingress.hostname | string | `"chart-example.local"` | | +| ingress.ingressClassName | string | `""` | | +| ingress.tls | bool | `true` | | +| ingress.useCertManager | bool | `false` | | +| ingress.userHostname | string | `"chart-example-user.local"` | | +| init.personalInit | string | `""` | | +| init.personalInitArgs | string | `""` | | +| init.regionInit | string | `""` | | +| init.regionInitCheckSum | string | `""` | | +| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | | +| kubernetes.enabled | bool | `true` | | +| kubernetes.role | string | `"view"` | | +| message.en | string | `""` | | +| message.fr | string | `""` | | +| metaflow.configMapName | string | `""` | | +| mlflow.configMapName | string | `""` | | +| nameOverride | string | `""` | | +| networking.clusterIP | string | `"None"` | | +| networking.service.port | int | `8080` | | +| networking.type | string | `"ClusterIP"` | | +| networking.user.enabled | bool | `false` | | +| networking.user.port | int | `5000` | | +| nodeSelector | object | `{}` | | +| openshiftSCC.enabled | bool | `false` | | +| openshiftSCC.scc | string | `""` | | +| persistence.accessMode | string | `"ReadWriteOnce"` | | +| persistence.enabled | bool | `true` | | +| persistence.size | string | `"10Gi"` | | +| podAnnotations | object | `{}` | | +| podSecurityContext.fsGroup | int | `100` | | +| proxy.enabled | bool | `false` | | +| proxy.httpProxy | string | `""` | | +| proxy.httpsProxy | string | `""` | | +| proxy.noProxy | string | `""` | | +| replicaCount | int | `1` | | +| repository.condaRepository | string | `""` | | +| repository.configMapName | string | `""` | | +| repository.pipRepository | string | `""` | | +| resources | object | `{}` | | +| route.annotations | list | `[]` | | +| route.enabled | bool | `false` | | +| route.hostname | string | `"chart-example.local"` | | +| route.tls.termination | string | `"edge"` | | +| route.userHostname | string | `"chart-example-user.local"` | | +| route.wildcardPolicy | string | `"None"` | | +| s3.accessKeyId | string | `""` | | +| s3.configMapName | string | `""` | | +| s3.defaultRegion | string | `""` | | +| s3.enabled | bool | `true` | | +| s3.endpoint | string | `""` | | +| s3.secretAccessKey | string | `""` | | +| s3.sessionToken | string | `""` | | +| security.allowlist.enabled | bool | `false` | | +| security.allowlist.ip | string | `"0.0.0.0/0"` | | +| security.networkPolicy.enabled | bool | `false` | | +| security.networkPolicy.from | list | `[]` | | +| security.password | string | `"changeme"` | | +| securityContext | object | `{}` | | +| service.image.custom.enabled | bool | `false` | | +| service.image.custom.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.4"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.4"` | | +| serviceAccount.annotations | object | `{}` | | +| serviceAccount.create | bool | `true` | | +| serviceAccount.name | string | `""` | | +| startupProbe.failureThreshold | int | `60` | | +| startupProbe.initialDelaySeconds | int | `10` | | +| startupProbe.periodSeconds | int | `10` | | +| startupProbe.successThreshold | int | `1` | | +| startupProbe.timeoutSeconds | int | `2` | | +| tolerations | list | `[]` | | +| userPreferences.darkMode | bool | `false` | | +| userPreferences.language | string | `"en"` | | +| vault.configMapName | string | `""` | | +| vault.directory | string | `""` | | +| vault.enabled | bool | `true` | | +| vault.mount | string | `""` | | +| vault.secret | string | `""` | | +| vault.token | string | `""` | | +| vault.url | string | `""` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)