From 69f5bfb47912231063d10e76613c73ba9f537b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Lagard=C3=A8re?= Date: Tue, 8 Oct 2024 09:03:57 +0200 Subject: [PATCH 1/9] fix: partial rollback of Spark proxy exceptions (kept the change to testing .Values.proxy.enabled instead of .Values.proxy) --- charts/library-chart/Chart.yaml | 2 +- charts/library-chart/templates/_secret.tpl | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/charts/library-chart/Chart.yaml b/charts/library-chart/Chart.yaml index 0fd4a31e..40743375 100644 --- a/charts/library-chart/Chart.yaml +++ b/charts/library-chart/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: library-chart -version: 1.5.25 +version: 1.5.26 type: library diff --git a/charts/library-chart/templates/_secret.tpl b/charts/library-chart/templates/_secret.tpl index caa8ab0c..87d710f3 100644 --- a/charts/library-chart/templates/_secret.tpl +++ b/charts/library-chart/templates/_secret.tpl @@ -395,12 +395,9 @@ Flag to disable certificate checking for Spark {{/* Build a spark (or java) oriented non proxy hosts list from the linux based noProxy variable */}} {{- if (.Values.proxy).enabled -}} -{{- if .Values.proxy.httpProxy }} -{{- printf " -Dhttp.nonProxyHosts=%v" .Values.proxy.httpProxy }} -{{- end }} -{{- if .Values.proxy.httpsProxy }} -{{- printf " -Dhttps.nonProxyHosts=%v" .Values.proxy.httpsProxy }} -{{- end }} +{{- $nonProxyHosts := regexReplaceAllLiteral "\\|\\." (regexReplaceAllLiteral "^(\\.)" (replace "," "|" (default "localhost" .Values.proxy.noProxy)) "*.") "|*." -}} +{{- printf " -Dhttp.nonProxyHosts=%v" $nonProxyHosts }} +{{- printf " -Dhttps.nonProxyHosts=%v" $nonProxyHosts }} {{- end -}} {{- end }} From 250b70157c6a95e8ad93f480ccf09a26514f75b2 Mon Sep 17 00:00:00 2001 From: fcomte Date: Tue, 8 Oct 2024 07:15:13 +0000 Subject: [PATCH 2/9] Automated changes --- charts/jupyter-python-gpu/README.md | 132 ------------------------ 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/vscode-python-gpu/README.md | 130 ----------------------- 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 ----------------------- 14 files changed, 1824 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/README.md b/charts/jupyter-python-gpu/README.md deleted file mode 100644 index 02859a9b..00000000 --- a/charts/jupyter-python-gpu/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-python-gpu - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The JupyterLab IDE with Python, Julia, and a collection of standard data science packages, with GPU support. - -**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.6-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.6-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/README.md b/charts/jupyter-pytorch-gpu/README.md deleted file mode 100644 index 623b0c00..00000000 --- a/charts/jupyter-pytorch-gpu/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-pytorch-gpu - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The JupyterLab IDE with Python and the deep-learning framework PyTorch, with GPU support. - -**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.6-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.6-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 deleted file mode 100644 index 45fbba91..00000000 --- a/charts/jupyter-pytorch/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-pytorch - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The JupyterLab IDE with Python and the deep-learning framework PyTorch. - -**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.6"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.6"` | | -| 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 deleted file mode 100644 index d87cfd5e..00000000 --- a/charts/jupyter-r/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-r - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The JupyterLab IDE with R and a collection of standard data science packages. - -**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 deleted file mode 100644 index ddb1eb71..00000000 --- a/charts/jupyter-tensorflow-gpu/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-tensorflow-gpu - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The JupyterLab IDE with Python and the deep-learning framework TensorFlow, with GPU support. - -**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.6-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.6-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 deleted file mode 100644 index 0f224027..00000000 --- a/charts/jupyter-tensorflow/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-tensorflow - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The JupyterLab IDE with Python and the deep-learning framework TensorFlow. - -**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.6"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.6"` | | -| 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 deleted file mode 100644 index 98a7cb61..00000000 --- a/charts/rstudio-gpu/README.md +++ /dev/null @@ -1,122 +0,0 @@ -# rstudio-gpu - -![Version: 2.1.1](https://img.shields.io/badge/Version-2.1.1-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/vscode-python-gpu/README.md b/charts/vscode-python-gpu/README.md deleted file mode 100644 index b7ce7451..00000000 --- a/charts/vscode-python-gpu/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-python-gpu - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The VSCOde IDE with Python, Julia, and a collection of standard data science packages, with GPU support. - -**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.6-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.6-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/README.md b/charts/vscode-pytorch-gpu/README.md deleted file mode 100644 index 63b6b2b7..00000000 --- a/charts/vscode-pytorch-gpu/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-pytorch-gpu - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The VSCode IDE with Python and the deep-learning framework PyTorch, with GPU support. - -**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.6-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.6-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 deleted file mode 100644 index 72db5c6d..00000000 --- a/charts/vscode-pytorch/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-pytorch - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The VSCode IDE with Python and the deep-learning framework PyTorch. - -**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.6"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.6"` | | -| 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 deleted file mode 100644 index bafb121c..00000000 --- a/charts/vscode-r-python-julia/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-r-python-julia - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The VSCode IDE with minimal installations of R, Python and Julia. - -**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 deleted file mode 100644 index 12edec89..00000000 --- a/charts/vscode-r/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-r - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The VSCode IDE with R and a collection of standard data science packages. - -**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 deleted file mode 100644 index 81a21127..00000000 --- a/charts/vscode-tensorflow-gpu/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-tensorflow-gpu - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The VSCode IDE with Python and the deep-learning framework TensorFlow, with GPU support. - -**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.6-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.6-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 deleted file mode 100644 index bf1d9090..00000000 --- a/charts/vscode-tensorflow/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-tensorflow - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The VSCode IDE with Python and the deep-learning framework TensorFlow. - -**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.6"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.6"` | | -| 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) From 3651cb5c8e13250ffcf43c1c46af05bd1121b1a1 Mon Sep 17 00:00:00 2001 From: fcomte Date: Tue, 8 Oct 2024 07:15:15 +0000 Subject: [PATCH 3/9] Generate Helm docs --- charts/jupyter-python-gpu/README.md | 132 ++++++++++++++++++++++++ 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/library-chart/README.md | 2 +- charts/rstudio-gpu/README.md | 122 ++++++++++++++++++++++ charts/vscode-python-gpu/README.md | 130 +++++++++++++++++++++++ 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 +++++++++++++++++++++++ 15 files changed, 1825 insertions(+), 1 deletion(-) 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-python-gpu/README.md b/charts/jupyter-python-gpu/README.md new file mode 100644 index 00000000..02859a9b --- /dev/null +++ b/charts/jupyter-python-gpu/README.md @@ -0,0 +1,132 @@ +# jupyter-python-gpu + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The JupyterLab IDE with Python, Julia, and a collection of standard data science packages, with GPU support. + +**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.6-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.6-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/README.md b/charts/jupyter-pytorch-gpu/README.md new file mode 100644 index 00000000..623b0c00 --- /dev/null +++ b/charts/jupyter-pytorch-gpu/README.md @@ -0,0 +1,132 @@ +# jupyter-pytorch-gpu + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The JupyterLab IDE with Python and the deep-learning framework PyTorch, with GPU support. + +**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.6-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.6-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..45fbba91 --- /dev/null +++ b/charts/jupyter-pytorch/README.md @@ -0,0 +1,132 @@ +# jupyter-pytorch + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The JupyterLab IDE with Python and the deep-learning framework PyTorch. + +**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.6"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.6"` | | +| 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..d87cfd5e --- /dev/null +++ b/charts/jupyter-r/README.md @@ -0,0 +1,132 @@ +# jupyter-r + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The JupyterLab IDE with R and a collection of standard data science packages. + +**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..ddb1eb71 --- /dev/null +++ b/charts/jupyter-tensorflow-gpu/README.md @@ -0,0 +1,132 @@ +# jupyter-tensorflow-gpu + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The JupyterLab IDE with Python and the deep-learning framework TensorFlow, with GPU support. + +**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.6-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.6-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..0f224027 --- /dev/null +++ b/charts/jupyter-tensorflow/README.md @@ -0,0 +1,132 @@ +# jupyter-tensorflow + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The JupyterLab IDE with Python and the deep-learning framework TensorFlow. + +**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.6"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.6"` | | +| 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/library-chart/README.md b/charts/library-chart/README.md index 1894f545..0c51ed44 100644 --- a/charts/library-chart/README.md +++ b/charts/library-chart/README.md @@ -1,6 +1,6 @@ # library-chart -![Version: 1.5.25](https://img.shields.io/badge/Version-1.5.25-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square) +![Version: 1.5.26](https://img.shields.io/badge/Version-1.5.26-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square) ---------------------------------------------- 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..98a7cb61 --- /dev/null +++ b/charts/rstudio-gpu/README.md @@ -0,0 +1,122 @@ +# rstudio-gpu + +![Version: 2.1.1](https://img.shields.io/badge/Version-2.1.1-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/vscode-python-gpu/README.md b/charts/vscode-python-gpu/README.md new file mode 100644 index 00000000..b7ce7451 --- /dev/null +++ b/charts/vscode-python-gpu/README.md @@ -0,0 +1,130 @@ +# vscode-python-gpu + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The VSCOde IDE with Python, Julia, and a collection of standard data science packages, with GPU support. + +**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.6-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.6-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/README.md b/charts/vscode-pytorch-gpu/README.md new file mode 100644 index 00000000..63b6b2b7 --- /dev/null +++ b/charts/vscode-pytorch-gpu/README.md @@ -0,0 +1,130 @@ +# vscode-pytorch-gpu + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The VSCode IDE with Python and the deep-learning framework PyTorch, with GPU support. + +**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.6-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.6-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..72db5c6d --- /dev/null +++ b/charts/vscode-pytorch/README.md @@ -0,0 +1,130 @@ +# vscode-pytorch + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The VSCode IDE with Python and the deep-learning framework PyTorch. + +**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.6"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.6"` | | +| 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..bafb121c --- /dev/null +++ b/charts/vscode-r-python-julia/README.md @@ -0,0 +1,130 @@ +# vscode-r-python-julia + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The VSCode IDE with minimal installations of R, Python and Julia. + +**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..12edec89 --- /dev/null +++ b/charts/vscode-r/README.md @@ -0,0 +1,130 @@ +# vscode-r + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The VSCode IDE with R and a collection of standard data science packages. + +**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..81a21127 --- /dev/null +++ b/charts/vscode-tensorflow-gpu/README.md @@ -0,0 +1,130 @@ +# vscode-tensorflow-gpu + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The VSCode IDE with Python and the deep-learning framework TensorFlow, with GPU support. + +**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.6-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.6-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..bf1d9090 --- /dev/null +++ b/charts/vscode-tensorflow/README.md @@ -0,0 +1,130 @@ +# vscode-tensorflow + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The VSCode IDE with Python and the deep-learning framework TensorFlow. + +**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.6"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.6"` | | +| 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) From 0cb6ee1016881d78a75376f54ffc2ccd2fdc51b6 Mon Sep 17 00:00:00 2001 From: phlg <76954542+phlg@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:03:35 +0200 Subject: [PATCH 4/9] fix: bump library-chart to fix nonProxyHosts config (#163) --- charts/jupyter-pyspark/Chart.yaml | 4 ++-- charts/rstudio-sparkr/Chart.yaml | 4 ++-- charts/vscode-pyspark/Chart.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index fd072ab1..d8aa3d27 100644 --- a/charts/jupyter-pyspark/Chart.yaml +++ b/charts/jupyter-pyspark/Chart.yaml @@ -24,9 +24,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.1.4 +version: 2.1.5 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index a066affa..8e3f0feb 100644 --- a/charts/rstudio-sparkr/Chart.yaml +++ b/charts/rstudio-sparkr/Chart.yaml @@ -23,8 +23,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.1.2 +version: 2.1.3 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index 9c81cd87..82973e83 100644 --- a/charts/vscode-pyspark/Chart.yaml +++ b/charts/vscode-pyspark/Chart.yaml @@ -24,9 +24,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.1.4 +version: 2.1.5 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services From 4240e2237f2f5614e3afa1c0fa789bbcac35be90 Mon Sep 17 00:00:00 2001 From: ihiverlet Date: Tue, 8 Oct 2024 10:03:48 +0000 Subject: [PATCH 5/9] Automated changes --- charts/jupyter-python-gpu/README.md | 132 ------------------------ 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/vscode-python-gpu/README.md | 130 ----------------------- 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 ----------------------- 14 files changed, 1824 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/README.md b/charts/jupyter-python-gpu/README.md deleted file mode 100644 index 02859a9b..00000000 --- a/charts/jupyter-python-gpu/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-python-gpu - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The JupyterLab IDE with Python, Julia, and a collection of standard data science packages, with GPU support. - -**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.6-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.6-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/README.md b/charts/jupyter-pytorch-gpu/README.md deleted file mode 100644 index 623b0c00..00000000 --- a/charts/jupyter-pytorch-gpu/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-pytorch-gpu - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The JupyterLab IDE with Python and the deep-learning framework PyTorch, with GPU support. - -**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.6-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.6-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 deleted file mode 100644 index 45fbba91..00000000 --- a/charts/jupyter-pytorch/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-pytorch - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The JupyterLab IDE with Python and the deep-learning framework PyTorch. - -**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.6"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.6"` | | -| 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 deleted file mode 100644 index d87cfd5e..00000000 --- a/charts/jupyter-r/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-r - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The JupyterLab IDE with R and a collection of standard data science packages. - -**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 deleted file mode 100644 index ddb1eb71..00000000 --- a/charts/jupyter-tensorflow-gpu/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-tensorflow-gpu - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The JupyterLab IDE with Python and the deep-learning framework TensorFlow, with GPU support. - -**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.6-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.6-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 deleted file mode 100644 index 0f224027..00000000 --- a/charts/jupyter-tensorflow/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-tensorflow - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The JupyterLab IDE with Python and the deep-learning framework TensorFlow. - -**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.6"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.6"` | | -| 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 deleted file mode 100644 index 98a7cb61..00000000 --- a/charts/rstudio-gpu/README.md +++ /dev/null @@ -1,122 +0,0 @@ -# rstudio-gpu - -![Version: 2.1.1](https://img.shields.io/badge/Version-2.1.1-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/vscode-python-gpu/README.md b/charts/vscode-python-gpu/README.md deleted file mode 100644 index b7ce7451..00000000 --- a/charts/vscode-python-gpu/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-python-gpu - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The VSCOde IDE with Python, Julia, and a collection of standard data science packages, with GPU support. - -**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.6-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.6-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/README.md b/charts/vscode-pytorch-gpu/README.md deleted file mode 100644 index 63b6b2b7..00000000 --- a/charts/vscode-pytorch-gpu/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-pytorch-gpu - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The VSCode IDE with Python and the deep-learning framework PyTorch, with GPU support. - -**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.6-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.6-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 deleted file mode 100644 index 72db5c6d..00000000 --- a/charts/vscode-pytorch/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-pytorch - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The VSCode IDE with Python and the deep-learning framework PyTorch. - -**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.6"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.6"` | | -| 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 deleted file mode 100644 index bafb121c..00000000 --- a/charts/vscode-r-python-julia/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-r-python-julia - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The VSCode IDE with minimal installations of R, Python and Julia. - -**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 deleted file mode 100644 index 12edec89..00000000 --- a/charts/vscode-r/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-r - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The VSCode IDE with R and a collection of standard data science packages. - -**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 deleted file mode 100644 index 81a21127..00000000 --- a/charts/vscode-tensorflow-gpu/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-tensorflow-gpu - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The VSCode IDE with Python and the deep-learning framework TensorFlow, with GPU support. - -**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.6-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.6-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 deleted file mode 100644 index bf1d9090..00000000 --- a/charts/vscode-tensorflow/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-tensorflow - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The VSCode IDE with Python and the deep-learning framework TensorFlow. - -**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.6"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.6"` | | -| 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) From d8563323e975d640eab6db3ad04b328754fcea83 Mon Sep 17 00:00:00 2001 From: ihiverlet Date: Tue, 8 Oct 2024 10:03:49 +0000 Subject: [PATCH 6/9] Generate Helm docs --- charts/jupyter-pyspark/README.md | 4 +- charts/jupyter-python-gpu/README.md | 132 ++++++++++++++++++++++++ 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 | 4 +- charts/vscode-pyspark/README.md | 4 +- charts/vscode-python-gpu/README.md | 130 +++++++++++++++++++++++ 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 +++++++++++++++++++++++ 17 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 b11e4893..d9fc3238 100644 --- a/charts/jupyter-pyspark/README.md +++ b/charts/jupyter-pyspark/README.md @@ -1,6 +1,6 @@ # jupyter-pyspark -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.5](https://img.shields.io/badge/Version-2.1.5-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. @@ -15,7 +15,7 @@ The JupyterLab IDE with PySpark, an interface to use Apache Spark from Python. | Repository | Name | Version | |------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.26 | ## Values diff --git a/charts/jupyter-python-gpu/README.md b/charts/jupyter-python-gpu/README.md new file mode 100644 index 00000000..02859a9b --- /dev/null +++ b/charts/jupyter-python-gpu/README.md @@ -0,0 +1,132 @@ +# jupyter-python-gpu + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The JupyterLab IDE with Python, Julia, and a collection of standard data science packages, with GPU support. + +**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.6-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.6-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/README.md b/charts/jupyter-pytorch-gpu/README.md new file mode 100644 index 00000000..623b0c00 --- /dev/null +++ b/charts/jupyter-pytorch-gpu/README.md @@ -0,0 +1,132 @@ +# jupyter-pytorch-gpu + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The JupyterLab IDE with Python and the deep-learning framework PyTorch, with GPU support. + +**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.6-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.6-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..45fbba91 --- /dev/null +++ b/charts/jupyter-pytorch/README.md @@ -0,0 +1,132 @@ +# jupyter-pytorch + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The JupyterLab IDE with Python and the deep-learning framework PyTorch. + +**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.6"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.6"` | | +| 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..d87cfd5e --- /dev/null +++ b/charts/jupyter-r/README.md @@ -0,0 +1,132 @@ +# jupyter-r + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The JupyterLab IDE with R and a collection of standard data science packages. + +**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..ddb1eb71 --- /dev/null +++ b/charts/jupyter-tensorflow-gpu/README.md @@ -0,0 +1,132 @@ +# jupyter-tensorflow-gpu + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The JupyterLab IDE with Python and the deep-learning framework TensorFlow, with GPU support. + +**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.6-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.6-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..0f224027 --- /dev/null +++ b/charts/jupyter-tensorflow/README.md @@ -0,0 +1,132 @@ +# jupyter-tensorflow + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The JupyterLab IDE with Python and the deep-learning framework TensorFlow. + +**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.6"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.6"` | | +| 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..98a7cb61 --- /dev/null +++ b/charts/rstudio-gpu/README.md @@ -0,0 +1,122 @@ +# rstudio-gpu + +![Version: 2.1.1](https://img.shields.io/badge/Version-2.1.1-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 bcb6afb0..ab8b1d15 100644 --- a/charts/rstudio-sparkr/README.md +++ b/charts/rstudio-sparkr/README.md @@ -1,6 +1,6 @@ # rstudio-sparkr -![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The 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. @@ -15,7 +15,7 @@ The RStudio IDE with a collection of standard data science packages. It includes | Repository | Name | Version | |------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.26 | ## Values diff --git a/charts/vscode-pyspark/README.md b/charts/vscode-pyspark/README.md index e419a811..172e8aaa 100644 --- a/charts/vscode-pyspark/README.md +++ b/charts/vscode-pyspark/README.md @@ -1,6 +1,6 @@ # vscode-pyspark -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.5](https://img.shields.io/badge/Version-2.1.5-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. @@ -15,7 +15,7 @@ The Visual Studio Code IDE with PySpark, an interface to use Apache Spark from P | Repository | Name | Version | |------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.26 | ## Values diff --git a/charts/vscode-python-gpu/README.md b/charts/vscode-python-gpu/README.md new file mode 100644 index 00000000..b7ce7451 --- /dev/null +++ b/charts/vscode-python-gpu/README.md @@ -0,0 +1,130 @@ +# vscode-python-gpu + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The VSCOde IDE with Python, Julia, and a collection of standard data science packages, with GPU support. + +**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.6-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.6-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/README.md b/charts/vscode-pytorch-gpu/README.md new file mode 100644 index 00000000..63b6b2b7 --- /dev/null +++ b/charts/vscode-pytorch-gpu/README.md @@ -0,0 +1,130 @@ +# vscode-pytorch-gpu + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The VSCode IDE with Python and the deep-learning framework PyTorch, with GPU support. + +**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.6-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.6-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..72db5c6d --- /dev/null +++ b/charts/vscode-pytorch/README.md @@ -0,0 +1,130 @@ +# vscode-pytorch + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The VSCode IDE with Python and the deep-learning framework PyTorch. + +**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.6"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.6"` | | +| 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..bafb121c --- /dev/null +++ b/charts/vscode-r-python-julia/README.md @@ -0,0 +1,130 @@ +# vscode-r-python-julia + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The VSCode IDE with minimal installations of R, Python and Julia. + +**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..12edec89 --- /dev/null +++ b/charts/vscode-r/README.md @@ -0,0 +1,130 @@ +# vscode-r + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The VSCode IDE with R and a collection of standard data science packages. + +**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..81a21127 --- /dev/null +++ b/charts/vscode-tensorflow-gpu/README.md @@ -0,0 +1,130 @@ +# vscode-tensorflow-gpu + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The VSCode IDE with Python and the deep-learning framework TensorFlow, with GPU support. + +**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.6-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.6-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..bf1d9090 --- /dev/null +++ b/charts/vscode-tensorflow/README.md @@ -0,0 +1,130 @@ +# vscode-tensorflow + +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +The VSCode IDE with Python and the deep-learning framework TensorFlow. + +**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.6"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.6"` | | +| 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) From df84011a9c9cac221f612bffbd8ed3dd1ce5441b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:18:00 +0200 Subject: [PATCH 7/9] Update Helm release library-chart to v1.5.26 (#164) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- charts/jupyter-python-gpu/Chart.yaml | 4 ++-- charts/jupyter-python/Chart.yaml | 4 ++-- charts/jupyter-pytorch-gpu/Chart.yaml | 4 ++-- charts/jupyter-pytorch/Chart.yaml | 4 ++-- charts/jupyter-r/Chart.yaml | 4 ++-- charts/jupyter-tensorflow-gpu/Chart.yaml | 4 ++-- charts/jupyter-tensorflow/Chart.yaml | 4 ++-- charts/rstudio-gpu/Chart.yaml | 4 ++-- charts/rstudio/Chart.yaml | 4 ++-- charts/vscode-python-gpu/Chart.yaml | 4 ++-- charts/vscode-python/Chart.yaml | 4 ++-- charts/vscode-pytorch-gpu/Chart.yaml | 4 ++-- charts/vscode-pytorch/Chart.yaml | 4 ++-- charts/vscode-r-python-julia/Chart.yaml | 4 ++-- charts/vscode-r/Chart.yaml | 4 ++-- charts/vscode-tensorflow-gpu/Chart.yaml | 4 ++-- charts/vscode-tensorflow/Chart.yaml | 4 ++-- 17 files changed, 34 insertions(+), 34 deletions(-) diff --git a/charts/jupyter-python-gpu/Chart.yaml b/charts/jupyter-python-gpu/Chart.yaml index 9224d2a4..de9c8ed4 100644 --- a/charts/jupyter-python-gpu/Chart.yaml +++ b/charts/jupyter-python-gpu/Chart.yaml @@ -11,8 +11,8 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.4 +version: 2.1.5 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index bdac60a4..b89cfba8 100644 --- a/charts/jupyter-python/Chart.yaml +++ b/charts/jupyter-python/Chart.yaml @@ -22,9 +22,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.1.4 +version: 2.1.5 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/jupyter-pytorch-gpu/Chart.yaml b/charts/jupyter-pytorch-gpu/Chart.yaml index 6398bb24..ce01813a 100644 --- a/charts/jupyter-pytorch-gpu/Chart.yaml +++ b/charts/jupyter-pytorch-gpu/Chart.yaml @@ -11,8 +11,8 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.4 +version: 2.1.5 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/jupyter-pytorch/Chart.yaml b/charts/jupyter-pytorch/Chart.yaml index 02b9582e..3e3cc0a8 100644 --- a/charts/jupyter-pytorch/Chart.yaml +++ b/charts/jupyter-pytorch/Chart.yaml @@ -10,8 +10,8 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.4 +version: 2.1.5 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/jupyter-r/Chart.yaml b/charts/jupyter-r/Chart.yaml index 28d5f741..ab8ac274 100644 --- a/charts/jupyter-r/Chart.yaml +++ b/charts/jupyter-r/Chart.yaml @@ -10,8 +10,8 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.4 +version: 2.1.5 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/jupyter-tensorflow-gpu/Chart.yaml b/charts/jupyter-tensorflow-gpu/Chart.yaml index b05d309e..d783f21c 100644 --- a/charts/jupyter-tensorflow-gpu/Chart.yaml +++ b/charts/jupyter-tensorflow-gpu/Chart.yaml @@ -11,8 +11,8 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.4 +version: 2.1.5 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/jupyter-tensorflow/Chart.yaml b/charts/jupyter-tensorflow/Chart.yaml index 7694630b..c29fbcfd 100644 --- a/charts/jupyter-tensorflow/Chart.yaml +++ b/charts/jupyter-tensorflow/Chart.yaml @@ -10,8 +10,8 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.4 +version: 2.1.5 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/rstudio-gpu/Chart.yaml b/charts/rstudio-gpu/Chart.yaml index 933d815f..95069443 100644 --- a/charts/rstudio-gpu/Chart.yaml +++ b/charts/rstudio-gpu/Chart.yaml @@ -11,8 +11,8 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.1 +version: 2.1.2 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index c6ea735e..c6e24a4e 100644 --- a/charts/rstudio/Chart.yaml +++ b/charts/rstudio/Chart.yaml @@ -22,8 +22,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.1.1 +version: 2.1.2 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/vscode-python-gpu/Chart.yaml b/charts/vscode-python-gpu/Chart.yaml index 7da5075f..2e06c40d 100644 --- a/charts/vscode-python-gpu/Chart.yaml +++ b/charts/vscode-python-gpu/Chart.yaml @@ -11,8 +11,8 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.4 +version: 2.1.5 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index 3fb84c64..b0fb8f6c 100644 --- a/charts/vscode-python/Chart.yaml +++ b/charts/vscode-python/Chart.yaml @@ -22,9 +22,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.1.4 +version: 2.1.5 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/vscode-pytorch-gpu/Chart.yaml b/charts/vscode-pytorch-gpu/Chart.yaml index c8d0c7d9..4c2f6c4d 100644 --- a/charts/vscode-pytorch-gpu/Chart.yaml +++ b/charts/vscode-pytorch-gpu/Chart.yaml @@ -11,8 +11,8 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.4 +version: 2.1.5 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/vscode-pytorch/Chart.yaml b/charts/vscode-pytorch/Chart.yaml index 465765e1..2e9690ac 100644 --- a/charts/vscode-pytorch/Chart.yaml +++ b/charts/vscode-pytorch/Chart.yaml @@ -10,8 +10,8 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.4 +version: 2.1.5 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/vscode-r-python-julia/Chart.yaml b/charts/vscode-r-python-julia/Chart.yaml index 09892fd5..511280f9 100644 --- a/charts/vscode-r-python-julia/Chart.yaml +++ b/charts/vscode-r-python-julia/Chart.yaml @@ -10,8 +10,8 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.4 +version: 2.1.5 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/vscode-r/Chart.yaml b/charts/vscode-r/Chart.yaml index 84c8e2f2..5c1355c8 100644 --- a/charts/vscode-r/Chart.yaml +++ b/charts/vscode-r/Chart.yaml @@ -10,8 +10,8 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.4 +version: 2.1.5 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/vscode-tensorflow-gpu/Chart.yaml b/charts/vscode-tensorflow-gpu/Chart.yaml index 865bf44a..7ad5b899 100644 --- a/charts/vscode-tensorflow-gpu/Chart.yaml +++ b/charts/vscode-tensorflow-gpu/Chart.yaml @@ -11,8 +11,8 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.4 +version: 2.1.5 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/vscode-tensorflow/Chart.yaml b/charts/vscode-tensorflow/Chart.yaml index 9c9a948f..f7dbae6e 100644 --- a/charts/vscode-tensorflow/Chart.yaml +++ b/charts/vscode-tensorflow/Chart.yaml @@ -10,8 +10,8 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 2.1.4 +version: 2.1.5 dependencies: - name: library-chart - version: 1.5.25 + version: 1.5.26 repository: https://inseefrlab.github.io/helm-charts-interactive-services From 508f40abcc0c6eef0ad25f7b3123d19ad2a65aaa Mon Sep 17 00:00:00 2001 From: ihiverlet Date: Tue, 8 Oct 2024 12:18:13 +0000 Subject: [PATCH 8/9] Automated changes --- charts/jupyter-python-gpu/README.md | 132 ------------------------ 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/vscode-python-gpu/README.md | 130 ----------------------- 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 ----------------------- 14 files changed, 1824 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/README.md b/charts/jupyter-python-gpu/README.md deleted file mode 100644 index 02859a9b..00000000 --- a/charts/jupyter-python-gpu/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-python-gpu - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The JupyterLab IDE with Python, Julia, and a collection of standard data science packages, with GPU support. - -**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.6-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.6-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/README.md b/charts/jupyter-pytorch-gpu/README.md deleted file mode 100644 index 623b0c00..00000000 --- a/charts/jupyter-pytorch-gpu/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-pytorch-gpu - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The JupyterLab IDE with Python and the deep-learning framework PyTorch, with GPU support. - -**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.6-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.6-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 deleted file mode 100644 index 45fbba91..00000000 --- a/charts/jupyter-pytorch/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-pytorch - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The JupyterLab IDE with Python and the deep-learning framework PyTorch. - -**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.6"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.6"` | | -| 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 deleted file mode 100644 index d87cfd5e..00000000 --- a/charts/jupyter-r/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-r - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The JupyterLab IDE with R and a collection of standard data science packages. - -**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 deleted file mode 100644 index ddb1eb71..00000000 --- a/charts/jupyter-tensorflow-gpu/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-tensorflow-gpu - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The JupyterLab IDE with Python and the deep-learning framework TensorFlow, with GPU support. - -**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.6-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.6-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 deleted file mode 100644 index 0f224027..00000000 --- a/charts/jupyter-tensorflow/README.md +++ /dev/null @@ -1,132 +0,0 @@ -# jupyter-tensorflow - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The JupyterLab IDE with Python and the deep-learning framework TensorFlow. - -**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.6"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.6"` | | -| 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 deleted file mode 100644 index 98a7cb61..00000000 --- a/charts/rstudio-gpu/README.md +++ /dev/null @@ -1,122 +0,0 @@ -# rstudio-gpu - -![Version: 2.1.1](https://img.shields.io/badge/Version-2.1.1-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/vscode-python-gpu/README.md b/charts/vscode-python-gpu/README.md deleted file mode 100644 index b7ce7451..00000000 --- a/charts/vscode-python-gpu/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-python-gpu - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The VSCOde IDE with Python, Julia, and a collection of standard data science packages, with GPU support. - -**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.6-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.6-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/README.md b/charts/vscode-pytorch-gpu/README.md deleted file mode 100644 index 63b6b2b7..00000000 --- a/charts/vscode-pytorch-gpu/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-pytorch-gpu - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The VSCode IDE with Python and the deep-learning framework PyTorch, with GPU support. - -**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.6-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.6-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 deleted file mode 100644 index 72db5c6d..00000000 --- a/charts/vscode-pytorch/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-pytorch - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The VSCode IDE with Python and the deep-learning framework PyTorch. - -**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.6"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.6"` | | -| 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 deleted file mode 100644 index bafb121c..00000000 --- a/charts/vscode-r-python-julia/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-r-python-julia - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The VSCode IDE with minimal installations of R, Python and Julia. - -**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 deleted file mode 100644 index 12edec89..00000000 --- a/charts/vscode-r/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-r - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The VSCode IDE with R and a collection of standard data science packages. - -**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 deleted file mode 100644 index 81a21127..00000000 --- a/charts/vscode-tensorflow-gpu/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-tensorflow-gpu - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The VSCode IDE with Python and the deep-learning framework TensorFlow, with GPU support. - -**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.6-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.6-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 deleted file mode 100644 index bf1d9090..00000000 --- a/charts/vscode-tensorflow/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# vscode-tensorflow - -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) - -The VSCode IDE with Python and the deep-learning framework TensorFlow. - -**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.6"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.6"` | | -| 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) From 9d00d93bcf5b3c5ed9721d9c04438a7611cfb728 Mon Sep 17 00:00:00 2001 From: ihiverlet Date: Tue, 8 Oct 2024 12:18:14 +0000 Subject: [PATCH 9/9] Generate Helm docs --- charts/jupyter-python-gpu/README.md | 132 ++++++++++++++++++++++++ charts/jupyter-python/README.md | 4 +- 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/README.md | 4 +- charts/vscode-python-gpu/README.md | 130 +++++++++++++++++++++++ charts/vscode-python/README.md | 4 +- 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 +++++++++++++++++++++++ 17 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-python-gpu/README.md b/charts/jupyter-python-gpu/README.md new file mode 100644 index 00000000..214ed347 --- /dev/null +++ b/charts/jupyter-python-gpu/README.md @@ -0,0 +1,132 @@ +# jupyter-python-gpu + +![Version: 2.1.5](https://img.shields.io/badge/Version-2.1.5-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.26 | + +## 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.6-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.6-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 8dd45542..b5569fbd 100644 --- a/charts/jupyter-python/README.md +++ b/charts/jupyter-python/README.md @@ -1,6 +1,6 @@ # jupyter-python -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.5](https://img.shields.io/badge/Version-2.1.5-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. @@ -15,7 +15,7 @@ The JupyterLab IDE with Python, Julia, and a collection of standard data science | Repository | Name | Version | |------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.26 | ## Values diff --git a/charts/jupyter-pytorch-gpu/README.md b/charts/jupyter-pytorch-gpu/README.md new file mode 100644 index 00000000..fb5784e8 --- /dev/null +++ b/charts/jupyter-pytorch-gpu/README.md @@ -0,0 +1,132 @@ +# jupyter-pytorch-gpu + +![Version: 2.1.5](https://img.shields.io/badge/Version-2.1.5-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.26 | + +## 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.6-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.6-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..00c35e5a --- /dev/null +++ b/charts/jupyter-pytorch/README.md @@ -0,0 +1,132 @@ +# jupyter-pytorch + +![Version: 2.1.5](https://img.shields.io/badge/Version-2.1.5-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.26 | + +## 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.6"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.6"` | | +| 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..8f7d092f --- /dev/null +++ b/charts/jupyter-r/README.md @@ -0,0 +1,132 @@ +# jupyter-r + +![Version: 2.1.5](https://img.shields.io/badge/Version-2.1.5-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.26 | + +## 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..273e6abb --- /dev/null +++ b/charts/jupyter-tensorflow-gpu/README.md @@ -0,0 +1,132 @@ +# jupyter-tensorflow-gpu + +![Version: 2.1.5](https://img.shields.io/badge/Version-2.1.5-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.26 | + +## 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.6-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.6-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..9a2ab8aa --- /dev/null +++ b/charts/jupyter-tensorflow/README.md @@ -0,0 +1,132 @@ +# jupyter-tensorflow + +![Version: 2.1.5](https://img.shields.io/badge/Version-2.1.5-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.26 | + +## 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.6"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.6"` | | +| 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..2e0765ab --- /dev/null +++ b/charts/rstudio-gpu/README.md @@ -0,0 +1,122 @@ +# rstudio-gpu + +![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) + +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.26 | + +## 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/README.md b/charts/rstudio/README.md index 41868cd0..67ee8be0 100644 --- a/charts/rstudio/README.md +++ b/charts/rstudio/README.md @@ -1,6 +1,6 @@ # rstudio -![Version: 2.1.1](https://img.shields.io/badge/Version-2.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The RStudio IDE with a collection of standard data science packages. @@ -15,7 +15,7 @@ The RStudio IDE with a collection of standard data science packages. | Repository | Name | Version | |------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.26 | ## Values diff --git a/charts/vscode-python-gpu/README.md b/charts/vscode-python-gpu/README.md new file mode 100644 index 00000000..44110603 --- /dev/null +++ b/charts/vscode-python-gpu/README.md @@ -0,0 +1,130 @@ +# vscode-python-gpu + +![Version: 2.1.5](https://img.shields.io/badge/Version-2.1.5-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.26 | + +## 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.6-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-python:py3.12.6-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 42d8edc7..bc196199 100644 --- a/charts/vscode-python/README.md +++ b/charts/vscode-python/README.md @@ -1,6 +1,6 @@ # vscode-python -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.5](https://img.shields.io/badge/Version-2.1.5-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. @@ -15,7 +15,7 @@ The Visual Studio Code IDE with Python, Julia, and a collection of standard data | Repository | Name | Version | |------------|------|---------| -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.25 | +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.26 | ## Values diff --git a/charts/vscode-pytorch-gpu/README.md b/charts/vscode-pytorch-gpu/README.md new file mode 100644 index 00000000..6e014fc8 --- /dev/null +++ b/charts/vscode-pytorch-gpu/README.md @@ -0,0 +1,130 @@ +# vscode-pytorch-gpu + +![Version: 2.1.5](https://img.shields.io/badge/Version-2.1.5-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.26 | + +## 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.6-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.6-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..74d9ea5e --- /dev/null +++ b/charts/vscode-pytorch/README.md @@ -0,0 +1,130 @@ +# vscode-pytorch + +![Version: 2.1.5](https://img.shields.io/badge/Version-2.1.5-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.26 | + +## 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.6"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.12.6"` | | +| 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..59880e2d --- /dev/null +++ b/charts/vscode-r-python-julia/README.md @@ -0,0 +1,130 @@ +# vscode-r-python-julia + +![Version: 2.1.5](https://img.shields.io/badge/Version-2.1.5-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.26 | + +## 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..c3b3420e --- /dev/null +++ b/charts/vscode-r/README.md @@ -0,0 +1,130 @@ +# vscode-r + +![Version: 2.1.5](https://img.shields.io/badge/Version-2.1.5-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.26 | + +## 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..26be5c7a --- /dev/null +++ b/charts/vscode-tensorflow-gpu/README.md @@ -0,0 +1,130 @@ +# vscode-tensorflow-gpu + +![Version: 2.1.5](https://img.shields.io/badge/Version-2.1.5-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.26 | + +## 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.6-gpu"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.6-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..020afba2 --- /dev/null +++ b/charts/vscode-tensorflow/README.md @@ -0,0 +1,130 @@ +# vscode-tensorflow + +![Version: 2.1.5](https://img.shields.io/badge/Version-2.1.5-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.26 | + +## 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.6"` | | +| service.image.pullPolicy | string | `"IfNotPresent"` | | +| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.12.6"` | | +| 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)