Skip to content

Commit

Permalink
Merge branch 'InseeFrLab:main' into update_sources_links
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej authored Jun 19, 2024
2 parents afc15d5 + 34c922d commit 30043e2
Show file tree
Hide file tree
Showing 99 changed files with 706 additions and 208 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 InseeFrLab

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion charts/jupyter-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.33.14
version: 1.33.15

dependencies:
- name: library-chart
Expand Down
6 changes: 3 additions & 3 deletions charts/jupyter-pyspark/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyter-pyspark

![Version: 1.33.14](https://img.shields.io/badge/Version-1.33.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 1.33.15](https://img.shields.io/badge/Version-1.33.15-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.

Expand Down Expand Up @@ -102,9 +102,9 @@ The JupyterLab IDE with PySpark, an interface to use Apache Spark from Python.
| security.password | string | `"changeme"` | |
| securityContext | object | `{}` | |
| service.image.custom.enabled | bool | `false` | |
| service.image.custom.version | string | `""` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-pyspark:py3.12.3-spark3.5.1"` | |
| service.image.pullPolicy | string | `"IfNotPresent"` | |
| service.image.version | string | `""` | |
| service.image.version | string | `"inseefrlab/onyxia-jupyter-pyspark:py3.12.3-spark3.5.1"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
Expand Down
8 changes: 4 additions & 4 deletions charts/jupyter-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"description": "supported versions",
"type": "string",
"listEnum": [
"inseefrlab/onyxia-jupyter-pyspark:py3.12.2-spark3.5.1",
"inseefrlab/onyxia-jupyter-pyspark:py3.11.8-spark3.5.1"
"inseefrlab/onyxia-jupyter-pyspark:py3.12.3-spark3.5.1",
"inseefrlab/onyxia-jupyter-pyspark:py3.11.9-spark3.5.1"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.2-spark3.5.1"
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.3-spark3.5.1"
},
"custom": {
"description": "use a custom jupyter docker image",
Expand All @@ -47,7 +47,7 @@
"version": {
"description": "jupyter unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.2-spark3.5.1",
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.3-spark3.5.1",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
Expand Down
4 changes: 2 additions & 2 deletions charts/jupyter-pyspark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ global:

service:
image:
version: ""
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.3-spark3.5.1"
pullPolicy: IfNotPresent
custom:
enabled: false
version: ""
version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.3-spark3.5.1"

spark:
sparkui: false
Expand Down
4 changes: 2 additions & 2 deletions charts/jupyter-python-gpu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ sources:
- https://github.com/InseeFrLab/helm-charts-interactive-services/tree/main/charts/jupyter-python-gpu
- https://github.com/InseeFrLab/images-datascience
type: application
version: 1.13.33
version: 1.13.36
dependencies:
- name: library-chart
version: 1.5.21
version: 1.5.23
repository: https://inseefrlab.github.io/helm-charts-interactive-services
10 changes: 6 additions & 4 deletions charts/jupyter-python-gpu/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyter-python-gpu

![Version: 1.13.33](https://img.shields.io/badge/Version-1.13.33-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 1.13.36](https://img.shields.io/badge/Version-1.13.36-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.

Expand All @@ -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.21 |
| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.23 |

## Values

Expand Down Expand Up @@ -68,6 +68,8 @@ The JupyterLab IDE with Python, Julia, and a collection of standard data science
| 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"` | |
Expand Down Expand Up @@ -98,9 +100,9 @@ The JupyterLab IDE with Python, Julia, and a collection of standard data science
| security.password | string | `"changeme"` | |
| securityContext | object | `{}` | |
| service.image.custom.enabled | bool | `false` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.2-gpu"` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.3-gpu"` | |
| service.image.pullPolicy | string | `"IfNotPresent"` | |
| service.image.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.2-gpu"` | |
| service.image.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.3-gpu"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
Expand Down
1 change: 1 addition & 0 deletions charts/jupyter-python-gpu/templates/role-binding-scc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.roleBindingSCC" . }}
32 changes: 28 additions & 4 deletions charts/jupyter-python-gpu/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"description": "supported versions",
"type": "string",
"listEnum": [
"inseefrlab/onyxia-jupyter-python:py3.12.2-gpu",
"inseefrlab/onyxia-jupyter-python:py3.11.8-gpu"
"inseefrlab/onyxia-jupyter-python:py3.12.3-gpu",
"inseefrlab/onyxia-jupyter-python:py3.11.9-gpu"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-jupyter-python:py3.12.2-gpu"
"default": "inseefrlab/onyxia-jupyter-python:py3.12.3-gpu"
},
"custom": {
"description": "use a custom jupyter docker image",
Expand All @@ -47,7 +47,7 @@
"version": {
"description": "jupyter unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-jupyter-python:py3.12.2-gpu",
"default": "inseefrlab/onyxia-jupyter-python:py3.12.3-gpu",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
Expand Down Expand Up @@ -309,6 +309,30 @@
}
}
},
"openshiftSCC": {
"description": "configuration for openshift compatibility",
"type": "object",
"properties": {
"enabled": {
"description": "enable rolebinding with openshift scc",
"type": "boolean",
"default": false,
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "region.openshiftSCC.enabled"
}
},
"scc": {
"type": "string",
"description": "name of scc for rolebinding",
"default": "anyuid",
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "region.openshiftSCC.scc"
}
}
}
},
"git": {
"description": "Git user configuration",
"type": "object",
Expand Down
7 changes: 5 additions & 2 deletions charts/jupyter-python-gpu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ global:
suspend: false
service:
image:
version: inseefrlab/onyxia-jupyter-python:py3.12.2-gpu
version: inseefrlab/onyxia-jupyter-python:py3.12.3-gpu
pullPolicy: IfNotPresent
custom:
enabled: false
version: inseefrlab/onyxia-jupyter-python:py3.12.2-gpu
version: inseefrlab/onyxia-jupyter-python:py3.12.3-gpu
security:
password: changeme
networkPolicy:
Expand Down Expand Up @@ -128,3 +128,6 @@ startupProbe:
userPreferences:
darkMode: false
language: en
openshiftSCC:
enabled: false
scc: ''
4 changes: 2 additions & 2 deletions charts/jupyter-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.13.33
version: 1.13.36

dependencies:
- name: library-chart
version: 1.5.21
version: 1.5.23
repository: https://inseefrlab.github.io/helm-charts-interactive-services
10 changes: 6 additions & 4 deletions charts/jupyter-python/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyter-python

![Version: 1.13.33](https://img.shields.io/badge/Version-1.13.33-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 1.13.36](https://img.shields.io/badge/Version-1.13.36-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.

Expand All @@ -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.21 |
| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.23 |

## Values

Expand Down Expand Up @@ -68,6 +68,8 @@ The JupyterLab IDE with Python, Julia, and a collection of standard data science
| 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"` | |
Expand Down Expand Up @@ -98,9 +100,9 @@ The JupyterLab IDE with Python, Julia, and a collection of standard data science
| security.password | string | `"changeme"` | |
| securityContext | object | `{}` | |
| service.image.custom.enabled | bool | `false` | |
| service.image.custom.version | string | `""` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.3"` | |
| service.image.pullPolicy | string | `"IfNotPresent"` | |
| service.image.version | string | `""` | |
| service.image.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.3"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
Expand Down
1 change: 1 addition & 0 deletions charts/jupyter-python/templates/role-binding-scc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.roleBindingSCC" . }}
32 changes: 28 additions & 4 deletions charts/jupyter-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"description": "supported versions",
"type": "string",
"listEnum": [
"inseefrlab/onyxia-jupyter-python:py3.12.2",
"inseefrlab/onyxia-jupyter-python:py3.11.8"
"inseefrlab/onyxia-jupyter-python:py3.12.3",
"inseefrlab/onyxia-jupyter-python:py3.11.9"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-jupyter-python:py3.12.2"
"default": "inseefrlab/onyxia-jupyter-python:py3.12.3"
},
"custom": {
"description": "use a custom jupyter docker image",
Expand All @@ -47,7 +47,7 @@
"version": {
"description": "jupyter unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-jupyter-python:py3.12.2",
"default": "inseefrlab/onyxia-jupyter-python:py3.12.3",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
Expand Down Expand Up @@ -295,6 +295,30 @@
}
}
},
"openshiftSCC": {
"description": "configuration for openshift compatibility",
"type": "object",
"properties": {
"enabled": {
"description": "enable rolebinding with openshift scc",
"type": "boolean",
"default": false,
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "region.openshiftSCC.enabled"
}
},
"scc": {
"type": "string",
"description": "name of scc for rolebinding",
"default": "anyuid",
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "region.openshiftSCC.scc"
}
}
}
},
"git": {
"description": "Git user configuration",
"type": "object",
Expand Down
8 changes: 6 additions & 2 deletions charts/jupyter-python/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ global:

service:
image:
version: ""
version: "inseefrlab/onyxia-jupyter-python:py3.12.3"
pullPolicy: IfNotPresent
custom:
enabled: false
version: ""
version: "inseefrlab/onyxia-jupyter-python:py3.12.3"

security:
password: "changeme"
Expand Down Expand Up @@ -213,3 +213,7 @@ startupProbe:
userPreferences:
darkMode: false
language: "en"

openshiftSCC:
enabled: false
scc: ""
4 changes: 2 additions & 2 deletions charts/jupyter-pytorch-gpu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ sources:
- https://github.com/InseeFrLab/helm-charts-interactive-services/tree/main/charts/jupyter-pytorch-gpu
- https://github.com/InseeFrLab/images-datascience
type: application
version: 1.13.33
version: 1.13.36
dependencies:
- name: library-chart
version: 1.5.21
version: 1.5.23
repository: https://inseefrlab.github.io/helm-charts-interactive-services
Loading

0 comments on commit 30043e2

Please sign in to comment.