Skip to content

Commit

Permalink
Merge branch 'InseeFrLab:main' into feat/cacert
Browse files Browse the repository at this point in the history
  • Loading branch information
titigmr authored Oct 1, 2024
2 parents 8397089 + b2860fb commit 004728e
Show file tree
Hide file tree
Showing 57 changed files with 132 additions and 132 deletions.
2 changes: 1 addition & 1 deletion charts/jupyter-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.1.2
version: 2.1.3

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

![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The JupyterLab IDE with PySpark, an interface to use Apache Spark from Python.

Expand Down
10 changes: 5 additions & 5 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.5-spark3.5.2",
"inseefrlab/onyxia-jupyter-pyspark:py3.11.9-spark3.5.2"
"inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2",
"inseefrlab/onyxia-jupyter-pyspark:py3.11.10-spark3.5.2"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2"
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2"
},
"custom": {
"description": "use a custom jupyter docker image",
Expand All @@ -50,7 +50,7 @@
"version": {
"description": "jupyter unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.5-spark3.5.2",
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
Expand Down Expand Up @@ -887,4 +887,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion charts/jupyter-python-gpu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 2.1.2
version: 2.1.3
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
6 changes: 3 additions & 3 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: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The JupyterLab IDE with Python, Julia, and a collection of standard data science packages, with GPU support.

Expand Down Expand Up @@ -106,9 +106,9 @@ The JupyterLab IDE with Python, Julia, and a collection of standard data science
| security.password | string | `"changeme"` | |
| securityContext | object | `{}` | |
| service.image.custom.enabled | bool | `false` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.5-gpu"` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.6-gpu"` | |
| service.image.pullPolicy | string | `"IfNotPresent"` | |
| service.image.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.5-gpu"` | |
| service.image.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.6-gpu"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
Expand Down
8 changes: 4 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.5-gpu",
"inseefrlab/onyxia-jupyter-python:py3.11.9-gpu"
"inseefrlab/onyxia-jupyter-python:py3.12.6-gpu",
"inseefrlab/onyxia-jupyter-python:py3.11.10-gpu"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-jupyter-python:py3.12.5-gpu"
"default": "inseefrlab/onyxia-jupyter-python:py3.12.6-gpu"
},
"custom": {
"description": "use a custom jupyter docker image",
Expand All @@ -50,7 +50,7 @@
"version": {
"description": "jupyter unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-jupyter-python:py3.12.5-gpu",
"default": "inseefrlab/onyxia-jupyter-python:py3.12.6-gpu",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
Expand Down
4 changes: 2 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.5-gpu
version: inseefrlab/onyxia-jupyter-python:py3.12.6-gpu
pullPolicy: IfNotPresent
custom:
enabled: false
version: inseefrlab/onyxia-jupyter-python:py3.12.5-gpu
version: inseefrlab/onyxia-jupyter-python:py3.12.6-gpu
security:
password: changeme
networkPolicy:
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.1.2
version: 2.1.3

dependencies:
- name: library-chart
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-python/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyter-python

![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The JupyterLab IDE with Python, Julia, and a collection of standard data science packages.

Expand Down
10 changes: 5 additions & 5 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.5",
"inseefrlab/onyxia-jupyter-python:py3.11.9"
"inseefrlab/onyxia-jupyter-python:py3.12.6",
"inseefrlab/onyxia-jupyter-python:py3.11.10"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-jupyter-python:py3.12.5"
"default": "inseefrlab/onyxia-jupyter-python:py3.12.6"
},
"custom": {
"description": "use a custom jupyter docker image",
Expand All @@ -50,7 +50,7 @@
"version": {
"description": "jupyter unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-jupyter-python:py3.12.5",
"default": "inseefrlab/onyxia-jupyter-python:py3.12.6",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
Expand Down Expand Up @@ -849,4 +849,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion charts/jupyter-pytorch-gpu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 2.1.2
version: 2.1.3
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
6 changes: 3 additions & 3 deletions charts/jupyter-pytorch-gpu/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyter-pytorch-gpu

![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The JupyterLab IDE with Python and the deep-learning framework PyTorch, with GPU support.

Expand Down Expand Up @@ -106,9 +106,9 @@ The JupyterLab IDE with Python and the deep-learning framework PyTorch, with GPU
| security.password | string | `"changeme"` | |
| securityContext | object | `{}` | |
| service.image.custom.enabled | bool | `false` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.5-gpu"` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.6-gpu"` | |
| service.image.pullPolicy | string | `"IfNotPresent"` | |
| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.5-gpu"` | |
| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.6-gpu"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
Expand Down
8 changes: 4 additions & 4 deletions charts/jupyter-pytorch-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-pytorch:py3.12.5-gpu",
"inseefrlab/onyxia-jupyter-pytorch:py3.11.9-gpu"
"inseefrlab/onyxia-jupyter-pytorch:py3.12.6-gpu",
"inseefrlab/onyxia-jupyter-pytorch:py3.11.10-gpu"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-jupyter-pytorch:py3.12.5-gpu"
"default": "inseefrlab/onyxia-jupyter-pytorch:py3.12.6-gpu"
},
"custom": {
"description": "use a custom jupyter docker image",
Expand All @@ -50,7 +50,7 @@
"version": {
"description": "jupyter unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-jupyter-pytorch:py3.12.5-gpu",
"default": "inseefrlab/onyxia-jupyter-pytorch:py3.12.6-gpu",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
Expand Down
4 changes: 2 additions & 2 deletions charts/jupyter-pytorch-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-pytorch:py3.12.5-gpu
version: inseefrlab/onyxia-jupyter-pytorch:py3.12.6-gpu
pullPolicy: IfNotPresent
custom:
enabled: false
version: inseefrlab/onyxia-jupyter-pytorch:py3.12.5-gpu
version: inseefrlab/onyxia-jupyter-pytorch:py3.12.6-gpu
security:
password: changeme
networkPolicy:
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-pytorch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 2.1.2
version: 2.1.3
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
6 changes: 3 additions & 3 deletions charts/jupyter-pytorch/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyter-pytorch

![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The JupyterLab IDE with Python and the deep-learning framework PyTorch.

Expand Down Expand Up @@ -106,9 +106,9 @@ The JupyterLab IDE with Python and the deep-learning framework PyTorch.
| security.password | string | `"changeme"` | |
| securityContext | object | `{}` | |
| service.image.custom.enabled | bool | `false` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.5"` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.6"` | |
| service.image.pullPolicy | string | `"IfNotPresent"` | |
| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.5"` | |
| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.6"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
Expand Down
8 changes: 4 additions & 4 deletions charts/jupyter-pytorch/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-pytorch:py3.12.5",
"inseefrlab/onyxia-jupyter-pytorch:py3.11.9"
"inseefrlab/onyxia-jupyter-pytorch:py3.12.6",
"inseefrlab/onyxia-jupyter-pytorch:py3.11.10"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-jupyter-pytorch:py3.12.5"
"default": "inseefrlab/onyxia-jupyter-pytorch:py3.12.6"
},
"custom": {
"description": "use a custom jupyter docker image",
Expand All @@ -50,7 +50,7 @@
"version": {
"description": "jupyter unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-jupyter-pytorch:py3.12.5",
"default": "inseefrlab/onyxia-jupyter-pytorch:py3.12.6",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
Expand Down
4 changes: 2 additions & 2 deletions charts/jupyter-pytorch/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-pytorch:py3.12.5
version: inseefrlab/onyxia-jupyter-pytorch:py3.12.6
pullPolicy: IfNotPresent
custom:
enabled: false
version: inseefrlab/onyxia-jupyter-pytorch:py3.12.5
version: inseefrlab/onyxia-jupyter-pytorch:py3.12.6
security:
password: changeme
networkPolicy:
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-r/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 2.1.2
version: 2.1.3
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-r/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyter-r

![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The JupyterLab IDE with R and a collection of standard data science packages.

Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-tensorflow-gpu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 2.1.2
version: 2.1.3
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
6 changes: 3 additions & 3 deletions charts/jupyter-tensorflow-gpu/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyter-tensorflow-gpu

![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The JupyterLab IDE with Python and the deep-learning framework TensorFlow, with GPU support.

Expand Down Expand Up @@ -106,9 +106,9 @@ The JupyterLab IDE with Python and the deep-learning framework TensorFlow, with
| security.password | string | `"changeme"` | |
| securityContext | object | `{}` | |
| service.image.custom.enabled | bool | `false` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.5-gpu"` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.6-gpu"` | |
| service.image.pullPolicy | string | `"IfNotPresent"` | |
| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.5-gpu"` | |
| service.image.version | string | `"inseefrlab/onyxia-jupyter-tensorflow:py3.12.6-gpu"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
Expand Down
8 changes: 4 additions & 4 deletions charts/jupyter-tensorflow-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-tensorflow:py3.12.5-gpu",
"inseefrlab/onyxia-jupyter-tensorflow:py3.11.9-gpu"
"inseefrlab/onyxia-jupyter-tensorflow:py3.12.6-gpu",
"inseefrlab/onyxia-jupyter-tensorflow:py3.11.10-gpu"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-jupyter-tensorflow:py3.12.5-gpu"
"default": "inseefrlab/onyxia-jupyter-tensorflow:py3.12.6-gpu"
},
"custom": {
"description": "use a custom jupyter docker image",
Expand All @@ -50,7 +50,7 @@
"version": {
"description": "jupyter unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-jupyter-tensorflow:py3.12.5-gpu",
"default": "inseefrlab/onyxia-jupyter-tensorflow:py3.12.6-gpu",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
Expand Down
Loading

0 comments on commit 004728e

Please sign in to comment.