diff --git a/charts/jupyter-python-gpu/Chart.yaml b/charts/jupyter-python-gpu/Chart.yaml index bedb3373..12b4dd2f 100644 --- a/charts/jupyter-python-gpu/Chart.yaml +++ b/charts/jupyter-python-gpu/Chart.yaml @@ -11,7 +11,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 1.13.20 +version: 1.13.21 dependencies: - name: library-chart version: 1.5.17 diff --git a/charts/jupyter-python-gpu/README.md b/charts/jupyter-python-gpu/README.md deleted file mode 100644 index 9bf012ef..00000000 --- a/charts/jupyter-python-gpu/README.md +++ /dev/null @@ -1,121 +0,0 @@ -# jupyter-python-gpu - -![Version: 1.13.20](https://img.shields.io/badge/Version-1.13.20-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.17 | - -## 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 | `""` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| 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"` | | -| 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 | `{}` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `false` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| 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.10.13-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-python:py3.10.13-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 | `5` | | -| tolerations | list | `[]` | | -| userPreferences.darkMode | bool | `false` | | -| userPreferences.language | string | `"en"` | | -| vault.configMapName | string | `""` | | -| vault.directory | string | `""` | | -| vault.enabled | bool | `false` | | -| vault.mount | string | `""` | | -| vault.secret | string | `""` | | -| vault.token | string | `""` | | -| vault.url | string | `""` | | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/jupyter-python-gpu/templates/statefulset.yaml b/charts/jupyter-python-gpu/templates/statefulset.yaml index 1e11c195..ceb259bc 100644 --- a/charts/jupyter-python-gpu/templates/statefulset.yaml +++ b/charts/jupyter-python-gpu/templates/statefulset.yaml @@ -78,7 +78,15 @@ spec: command: - sh - -c - - cp -R /src/* /dest + - | + {{- if .Values.discovery.hive }} + mkdir /dest/hive; + cp /src/hive/hive-site.xml /dest/hive/hive-site.xml; + {{- end }} + {{- if .Values.discovery.metaflow }} + mkdir /dest/metaflow/; + cp /src/metaflow/config.json /dest/metaflow/config.json; + {{- end }} volumeMounts: - name: config-files mountPath: /dest @@ -196,8 +204,8 @@ spec: {{- end }} {{- if .Values.discovery.metaflow }} - name: config-files - mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig/config.json - subPath: metaflow/config.json + mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig + subPath: metaflow {{- end }} {{- with .Values.nodeSelector }} nodeSelector: diff --git a/charts/jupyter-pytorch-gpu/Chart.yaml b/charts/jupyter-pytorch-gpu/Chart.yaml index bc275d3e..e007d9f9 100644 --- a/charts/jupyter-pytorch-gpu/Chart.yaml +++ b/charts/jupyter-pytorch-gpu/Chart.yaml @@ -11,7 +11,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 1.13.20 +version: 1.13.21 dependencies: - name: library-chart version: 1.5.17 diff --git a/charts/jupyter-pytorch-gpu/README.md b/charts/jupyter-pytorch-gpu/README.md deleted file mode 100644 index ab95529e..00000000 --- a/charts/jupyter-pytorch-gpu/README.md +++ /dev/null @@ -1,121 +0,0 @@ -# jupyter-pytorch-gpu - -![Version: 1.13.20](https://img.shields.io/badge/Version-1.13.20-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.17 | - -## 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 | `""` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| 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"` | | -| 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 | `{}` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `false` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| 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.10.13-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.10.13-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 | `5` | | -| 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/templates/statefulset.yaml b/charts/jupyter-pytorch-gpu/templates/statefulset.yaml index 1e11c195..ceb259bc 100644 --- a/charts/jupyter-pytorch-gpu/templates/statefulset.yaml +++ b/charts/jupyter-pytorch-gpu/templates/statefulset.yaml @@ -78,7 +78,15 @@ spec: command: - sh - -c - - cp -R /src/* /dest + - | + {{- if .Values.discovery.hive }} + mkdir /dest/hive; + cp /src/hive/hive-site.xml /dest/hive/hive-site.xml; + {{- end }} + {{- if .Values.discovery.metaflow }} + mkdir /dest/metaflow/; + cp /src/metaflow/config.json /dest/metaflow/config.json; + {{- end }} volumeMounts: - name: config-files mountPath: /dest @@ -196,8 +204,8 @@ spec: {{- end }} {{- if .Values.discovery.metaflow }} - name: config-files - mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig/config.json - subPath: metaflow/config.json + mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig + subPath: metaflow {{- end }} {{- with .Values.nodeSelector }} nodeSelector: diff --git a/charts/jupyter-pytorch/Chart.yaml b/charts/jupyter-pytorch/Chart.yaml index e9ed853e..3d6db5f9 100644 --- a/charts/jupyter-pytorch/Chart.yaml +++ b/charts/jupyter-pytorch/Chart.yaml @@ -10,7 +10,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 1.13.20 +version: 1.13.21 dependencies: - name: library-chart version: 1.5.17 diff --git a/charts/jupyter-pytorch/README.md b/charts/jupyter-pytorch/README.md deleted file mode 100644 index 9e60cf53..00000000 --- a/charts/jupyter-pytorch/README.md +++ /dev/null @@ -1,121 +0,0 @@ -# jupyter-pytorch - -![Version: 1.13.20](https://img.shields.io/badge/Version-1.13.20-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.17 | - -## 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 | `""` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| 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"` | | -| 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 | `{}` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `false` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| 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.10.13"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.10.13"` | | -| 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 | `5` | | -| 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/templates/statefulset.yaml b/charts/jupyter-pytorch/templates/statefulset.yaml index 1e11c195..ceb259bc 100644 --- a/charts/jupyter-pytorch/templates/statefulset.yaml +++ b/charts/jupyter-pytorch/templates/statefulset.yaml @@ -78,7 +78,15 @@ spec: command: - sh - -c - - cp -R /src/* /dest + - | + {{- if .Values.discovery.hive }} + mkdir /dest/hive; + cp /src/hive/hive-site.xml /dest/hive/hive-site.xml; + {{- end }} + {{- if .Values.discovery.metaflow }} + mkdir /dest/metaflow/; + cp /src/metaflow/config.json /dest/metaflow/config.json; + {{- end }} volumeMounts: - name: config-files mountPath: /dest @@ -196,8 +204,8 @@ spec: {{- end }} {{- if .Values.discovery.metaflow }} - name: config-files - mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig/config.json - subPath: metaflow/config.json + mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig + subPath: metaflow {{- end }} {{- with .Values.nodeSelector }} nodeSelector: diff --git a/charts/jupyter-r/Chart.yaml b/charts/jupyter-r/Chart.yaml index 28456d5e..2c056e59 100644 --- a/charts/jupyter-r/Chart.yaml +++ b/charts/jupyter-r/Chart.yaml @@ -10,7 +10,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 1.13.20 +version: 1.13.21 dependencies: - name: library-chart version: 1.5.17 diff --git a/charts/jupyter-r/README.md b/charts/jupyter-r/README.md deleted file mode 100644 index a3720c7f..00000000 --- a/charts/jupyter-r/README.md +++ /dev/null @@ -1,121 +0,0 @@ -# jupyter-r - -![Version: 1.13.20](https://img.shields.io/badge/Version-1.13.20-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.17 | - -## 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 | `""` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| 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"` | | -| 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 | `{}` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `false` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| 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.3.1"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-r:r4.3.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 | `5` | | -| 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/templates/statefulset.yaml b/charts/jupyter-r/templates/statefulset.yaml index 1e11c195..ceb259bc 100644 --- a/charts/jupyter-r/templates/statefulset.yaml +++ b/charts/jupyter-r/templates/statefulset.yaml @@ -78,7 +78,15 @@ spec: command: - sh - -c - - cp -R /src/* /dest + - | + {{- if .Values.discovery.hive }} + mkdir /dest/hive; + cp /src/hive/hive-site.xml /dest/hive/hive-site.xml; + {{- end }} + {{- if .Values.discovery.metaflow }} + mkdir /dest/metaflow/; + cp /src/metaflow/config.json /dest/metaflow/config.json; + {{- end }} volumeMounts: - name: config-files mountPath: /dest @@ -196,8 +204,8 @@ spec: {{- end }} {{- if .Values.discovery.metaflow }} - name: config-files - mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig/config.json - subPath: metaflow/config.json + mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig + subPath: metaflow {{- end }} {{- with .Values.nodeSelector }} nodeSelector: diff --git a/charts/jupyter-tensorflow-gpu/Chart.yaml b/charts/jupyter-tensorflow-gpu/Chart.yaml index 1364b7a6..7f6a17b5 100644 --- a/charts/jupyter-tensorflow-gpu/Chart.yaml +++ b/charts/jupyter-tensorflow-gpu/Chart.yaml @@ -11,7 +11,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 1.13.20 +version: 1.13.21 dependencies: - name: library-chart version: 1.5.17 diff --git a/charts/jupyter-tensorflow-gpu/README.md b/charts/jupyter-tensorflow-gpu/README.md deleted file mode 100644 index 068441fb..00000000 --- a/charts/jupyter-tensorflow-gpu/README.md +++ /dev/null @@ -1,121 +0,0 @@ -# jupyter-tensorflow-gpu - -![Version: 1.13.20](https://img.shields.io/badge/Version-1.13.20-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.17 | - -## 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 | `""` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| 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"` | | -| 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 | `{}` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `false` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| 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.10.13-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.10.13-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 | `5` | | -| 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/templates/statefulset.yaml b/charts/jupyter-tensorflow-gpu/templates/statefulset.yaml index 1e11c195..ceb259bc 100644 --- a/charts/jupyter-tensorflow-gpu/templates/statefulset.yaml +++ b/charts/jupyter-tensorflow-gpu/templates/statefulset.yaml @@ -78,7 +78,15 @@ spec: command: - sh - -c - - cp -R /src/* /dest + - | + {{- if .Values.discovery.hive }} + mkdir /dest/hive; + cp /src/hive/hive-site.xml /dest/hive/hive-site.xml; + {{- end }} + {{- if .Values.discovery.metaflow }} + mkdir /dest/metaflow/; + cp /src/metaflow/config.json /dest/metaflow/config.json; + {{- end }} volumeMounts: - name: config-files mountPath: /dest @@ -196,8 +204,8 @@ spec: {{- end }} {{- if .Values.discovery.metaflow }} - name: config-files - mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig/config.json - subPath: metaflow/config.json + mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig + subPath: metaflow {{- end }} {{- with .Values.nodeSelector }} nodeSelector: diff --git a/charts/jupyter-tensorflow/Chart.yaml b/charts/jupyter-tensorflow/Chart.yaml index 45833a7e..fb768248 100644 --- a/charts/jupyter-tensorflow/Chart.yaml +++ b/charts/jupyter-tensorflow/Chart.yaml @@ -10,7 +10,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 1.13.20 +version: 1.13.21 dependencies: - name: library-chart version: 1.5.17 diff --git a/charts/jupyter-tensorflow/README.md b/charts/jupyter-tensorflow/README.md deleted file mode 100644 index c721f43e..00000000 --- a/charts/jupyter-tensorflow/README.md +++ /dev/null @@ -1,121 +0,0 @@ -# jupyter-tensorflow - -![Version: 1.13.20](https://img.shields.io/badge/Version-1.13.20-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.17 | - -## 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 | `""` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| 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"` | | -| 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 | `{}` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `false` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| 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.10.13"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.10.13"` | | -| 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 | `5` | | -| 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/templates/statefulset.yaml b/charts/jupyter-tensorflow/templates/statefulset.yaml index 1e11c195..ceb259bc 100644 --- a/charts/jupyter-tensorflow/templates/statefulset.yaml +++ b/charts/jupyter-tensorflow/templates/statefulset.yaml @@ -78,7 +78,15 @@ spec: command: - sh - -c - - cp -R /src/* /dest + - | + {{- if .Values.discovery.hive }} + mkdir /dest/hive; + cp /src/hive/hive-site.xml /dest/hive/hive-site.xml; + {{- end }} + {{- if .Values.discovery.metaflow }} + mkdir /dest/metaflow/; + cp /src/metaflow/config.json /dest/metaflow/config.json; + {{- end }} volumeMounts: - name: config-files mountPath: /dest @@ -196,8 +204,8 @@ spec: {{- end }} {{- if .Values.discovery.metaflow }} - name: config-files - mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig/config.json - subPath: metaflow/config.json + mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig + subPath: metaflow {{- end }} {{- with .Values.nodeSelector }} nodeSelector: diff --git a/charts/rstudio-gpu/README.md b/charts/rstudio-gpu/README.md deleted file mode 100644 index 220f3304..00000000 --- a/charts/rstudio-gpu/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# rstudio-gpu - -![Version: 1.15.14](https://img.shields.io/badge/Version-1.15.14-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.17 | - -## 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 | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.tls | bool | `true` | | -| 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"` | | -| 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` | | -| 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.3.1-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-rstudio:r4.3.1-gpu"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| 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/Chart.yaml b/charts/vscode-python-gpu/Chart.yaml index 47bc5de7..6958c82c 100644 --- a/charts/vscode-python-gpu/Chart.yaml +++ b/charts/vscode-python-gpu/Chart.yaml @@ -11,7 +11,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 1.11.18 +version: 1.11.19 dependencies: - name: library-chart version: 1.5.17 diff --git a/charts/vscode-python-gpu/README.md b/charts/vscode-python-gpu/README.md deleted file mode 100644 index fbe11562..00000000 --- a/charts/vscode-python-gpu/README.md +++ /dev/null @@ -1,114 +0,0 @@ -# vscode-python-gpu - -![Version: 1.11.18](https://img.shields.io/badge/Version-1.11.18-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.17 | - -## 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 | `""` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| 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"` | | -| 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 | `{}` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `true` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| 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.10.13-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-python:py3.10.13-gpu"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| 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/templates/statefulset.yaml b/charts/vscode-python-gpu/templates/statefulset.yaml index 4e396af1..3b5c9e23 100644 --- a/charts/vscode-python-gpu/templates/statefulset.yaml +++ b/charts/vscode-python-gpu/templates/statefulset.yaml @@ -80,7 +80,15 @@ spec: command: - sh - -c - - cp -R /src/* /dest + - | + {{- if .Values.discovery.hive }} + mkdir /dest/hive; + cp /src/hive/hive-site.xml /dest/hive/hive-site.xml; + {{- end }} + {{- if .Values.discovery.metaflow }} + mkdir /dest/metaflow; + cp /src/metaflow/config.json /dest/metaflow/config.json; + {{- end }} volumeMounts: - name: config-files mountPath: /dest @@ -181,8 +189,8 @@ spec: {{- end }} {{- if .Values.discovery.metaflow }} - name: config-files - mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig/config.json - subPath: metaflow/config.json + mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig + subPath: metaflow {{- end }} - mountPath: /dev/shm name: dshm diff --git a/charts/vscode-pytorch-gpu/Chart.yaml b/charts/vscode-pytorch-gpu/Chart.yaml index a2295a35..acc64403 100644 --- a/charts/vscode-pytorch-gpu/Chart.yaml +++ b/charts/vscode-pytorch-gpu/Chart.yaml @@ -11,7 +11,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 1.11.18 +version: 1.11.19 dependencies: - name: library-chart version: 1.5.17 diff --git a/charts/vscode-pytorch-gpu/README.md b/charts/vscode-pytorch-gpu/README.md deleted file mode 100644 index 295860da..00000000 --- a/charts/vscode-pytorch-gpu/README.md +++ /dev/null @@ -1,114 +0,0 @@ -# vscode-pytorch-gpu - -![Version: 1.11.18](https://img.shields.io/badge/Version-1.11.18-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.17 | - -## 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 | `""` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| 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"` | | -| 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 | `{}` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `true` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| 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.10.13-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.10.13-gpu"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| 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/templates/statefulset.yaml b/charts/vscode-pytorch-gpu/templates/statefulset.yaml index 4e396af1..3b5c9e23 100644 --- a/charts/vscode-pytorch-gpu/templates/statefulset.yaml +++ b/charts/vscode-pytorch-gpu/templates/statefulset.yaml @@ -80,7 +80,15 @@ spec: command: - sh - -c - - cp -R /src/* /dest + - | + {{- if .Values.discovery.hive }} + mkdir /dest/hive; + cp /src/hive/hive-site.xml /dest/hive/hive-site.xml; + {{- end }} + {{- if .Values.discovery.metaflow }} + mkdir /dest/metaflow; + cp /src/metaflow/config.json /dest/metaflow/config.json; + {{- end }} volumeMounts: - name: config-files mountPath: /dest @@ -181,8 +189,8 @@ spec: {{- end }} {{- if .Values.discovery.metaflow }} - name: config-files - mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig/config.json - subPath: metaflow/config.json + mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig + subPath: metaflow {{- end }} - mountPath: /dev/shm name: dshm diff --git a/charts/vscode-pytorch/Chart.yaml b/charts/vscode-pytorch/Chart.yaml index 3c021415..2c90ba74 100644 --- a/charts/vscode-pytorch/Chart.yaml +++ b/charts/vscode-pytorch/Chart.yaml @@ -10,7 +10,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 1.11.18 +version: 1.11.19 dependencies: - name: library-chart version: 1.5.17 diff --git a/charts/vscode-pytorch/README.md b/charts/vscode-pytorch/README.md deleted file mode 100644 index a51819eb..00000000 --- a/charts/vscode-pytorch/README.md +++ /dev/null @@ -1,114 +0,0 @@ -# vscode-pytorch - -![Version: 1.11.18](https://img.shields.io/badge/Version-1.11.18-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.17 | - -## 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 | `""` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| 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"` | | -| 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 | `{}` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `true` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| 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.10.13"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-pytorch:py3.10.13"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| 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/templates/statefulset.yaml b/charts/vscode-pytorch/templates/statefulset.yaml index 4e396af1..3b5c9e23 100644 --- a/charts/vscode-pytorch/templates/statefulset.yaml +++ b/charts/vscode-pytorch/templates/statefulset.yaml @@ -80,7 +80,15 @@ spec: command: - sh - -c - - cp -R /src/* /dest + - | + {{- if .Values.discovery.hive }} + mkdir /dest/hive; + cp /src/hive/hive-site.xml /dest/hive/hive-site.xml; + {{- end }} + {{- if .Values.discovery.metaflow }} + mkdir /dest/metaflow; + cp /src/metaflow/config.json /dest/metaflow/config.json; + {{- end }} volumeMounts: - name: config-files mountPath: /dest @@ -181,8 +189,8 @@ spec: {{- end }} {{- if .Values.discovery.metaflow }} - name: config-files - mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig/config.json - subPath: metaflow/config.json + mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig + subPath: metaflow {{- end }} - mountPath: /dev/shm name: dshm diff --git a/charts/vscode-r-python-julia/Chart.yaml b/charts/vscode-r-python-julia/Chart.yaml index f32c8079..d4a32266 100644 --- a/charts/vscode-r-python-julia/Chart.yaml +++ b/charts/vscode-r-python-julia/Chart.yaml @@ -10,7 +10,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 1.11.18 +version: 1.11.19 dependencies: - name: library-chart version: 1.5.17 diff --git a/charts/vscode-r-python-julia/README.md b/charts/vscode-r-python-julia/README.md deleted file mode 100644 index dc61a1fb..00000000 --- a/charts/vscode-r-python-julia/README.md +++ /dev/null @@ -1,114 +0,0 @@ -# vscode-r-python-julia - -![Version: 1.11.18](https://img.shields.io/badge/Version-1.11.18-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.17 | - -## 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 | `""` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| 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"` | | -| 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 | `{}` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `true` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| 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.3.1"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-r-python-julia:r4.3.1"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| 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/templates/statefulset.yaml b/charts/vscode-r-python-julia/templates/statefulset.yaml index 4e396af1..3b5c9e23 100644 --- a/charts/vscode-r-python-julia/templates/statefulset.yaml +++ b/charts/vscode-r-python-julia/templates/statefulset.yaml @@ -80,7 +80,15 @@ spec: command: - sh - -c - - cp -R /src/* /dest + - | + {{- if .Values.discovery.hive }} + mkdir /dest/hive; + cp /src/hive/hive-site.xml /dest/hive/hive-site.xml; + {{- end }} + {{- if .Values.discovery.metaflow }} + mkdir /dest/metaflow; + cp /src/metaflow/config.json /dest/metaflow/config.json; + {{- end }} volumeMounts: - name: config-files mountPath: /dest @@ -181,8 +189,8 @@ spec: {{- end }} {{- if .Values.discovery.metaflow }} - name: config-files - mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig/config.json - subPath: metaflow/config.json + mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig + subPath: metaflow {{- end }} - mountPath: /dev/shm name: dshm diff --git a/charts/vscode-tensorflow-gpu/Chart.yaml b/charts/vscode-tensorflow-gpu/Chart.yaml index 0fbdb3c4..dba3e798 100644 --- a/charts/vscode-tensorflow-gpu/Chart.yaml +++ b/charts/vscode-tensorflow-gpu/Chart.yaml @@ -11,7 +11,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 1.11.18 +version: 1.11.19 dependencies: - name: library-chart version: 1.5.17 diff --git a/charts/vscode-tensorflow-gpu/README.md b/charts/vscode-tensorflow-gpu/README.md deleted file mode 100644 index f66cdd30..00000000 --- a/charts/vscode-tensorflow-gpu/README.md +++ /dev/null @@ -1,114 +0,0 @@ -# vscode-tensorflow-gpu - -![Version: 1.11.18](https://img.shields.io/badge/Version-1.11.18-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.17 | - -## 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 | `""` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| 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"` | | -| 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 | `{}` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `true` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| 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.10.13-gpu"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.10.13-gpu"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| 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/templates/statefulset.yaml b/charts/vscode-tensorflow-gpu/templates/statefulset.yaml index 4e396af1..3b5c9e23 100644 --- a/charts/vscode-tensorflow-gpu/templates/statefulset.yaml +++ b/charts/vscode-tensorflow-gpu/templates/statefulset.yaml @@ -80,7 +80,15 @@ spec: command: - sh - -c - - cp -R /src/* /dest + - | + {{- if .Values.discovery.hive }} + mkdir /dest/hive; + cp /src/hive/hive-site.xml /dest/hive/hive-site.xml; + {{- end }} + {{- if .Values.discovery.metaflow }} + mkdir /dest/metaflow; + cp /src/metaflow/config.json /dest/metaflow/config.json; + {{- end }} volumeMounts: - name: config-files mountPath: /dest @@ -181,8 +189,8 @@ spec: {{- end }} {{- if .Values.discovery.metaflow }} - name: config-files - mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig/config.json - subPath: metaflow/config.json + mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig + subPath: metaflow {{- end }} - mountPath: /dev/shm name: dshm diff --git a/charts/vscode-tensorflow/Chart.yaml b/charts/vscode-tensorflow/Chart.yaml index a925fba5..db282dd1 100644 --- a/charts/vscode-tensorflow/Chart.yaml +++ b/charts/vscode-tensorflow/Chart.yaml @@ -10,7 +10,7 @@ sources: - https://github.com/InseeFrLab/images-datascience - https://github.com/InseeFrLab/helm-charts-interactive-services type: application -version: 1.11.18 +version: 1.11.19 dependencies: - name: library-chart version: 1.5.17 diff --git a/charts/vscode-tensorflow/README.md b/charts/vscode-tensorflow/README.md deleted file mode 100644 index cc4d94fc..00000000 --- a/charts/vscode-tensorflow/README.md +++ /dev/null @@ -1,114 +0,0 @@ -# vscode-tensorflow - -![Version: 1.11.18](https://img.shields.io/badge/Version-1.11.18-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.17 | - -## 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 | `""` | | -| hive.configMapName | string | `""` | | -| imagePullSecrets | list | `[]` | | -| ingress.annotations | list | `[]` | | -| ingress.enabled | bool | `false` | | -| ingress.hostname | string | `"chart-example.local"` | | -| ingress.ingressClassName | string | `""` | | -| ingress.tls | bool | `true` | | -| 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"` | | -| 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 | `{}` | | -| persistence.accessMode | string | `"ReadWriteOnce"` | | -| persistence.enabled | bool | `true` | | -| persistence.size | string | `"10Gi"` | | -| podAnnotations | object | `{}` | | -| podSecurityContext.fsGroup | int | `100` | | -| 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.10.13"` | | -| service.image.pullPolicy | string | `"IfNotPresent"` | | -| service.image.version | string | `"inseefrlab/onyxia-vscode-tensorflow:py3.10.13"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| 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/templates/statefulset.yaml b/charts/vscode-tensorflow/templates/statefulset.yaml index 4e396af1..3b5c9e23 100644 --- a/charts/vscode-tensorflow/templates/statefulset.yaml +++ b/charts/vscode-tensorflow/templates/statefulset.yaml @@ -80,7 +80,15 @@ spec: command: - sh - -c - - cp -R /src/* /dest + - | + {{- if .Values.discovery.hive }} + mkdir /dest/hive; + cp /src/hive/hive-site.xml /dest/hive/hive-site.xml; + {{- end }} + {{- if .Values.discovery.metaflow }} + mkdir /dest/metaflow; + cp /src/metaflow/config.json /dest/metaflow/config.json; + {{- end }} volumeMounts: - name: config-files mountPath: /dest @@ -181,8 +189,8 @@ spec: {{- end }} {{- if .Values.discovery.metaflow }} - name: config-files - mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig/config.json - subPath: metaflow/config.json + mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig + subPath: metaflow {{- end }} - mountPath: /dev/shm name: dshm