Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/jupyter-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.1.27
version: 2.2.0
dependencies:
- name: library-chart
version: 1.5.44
version: 1.6.0
repository: https://inseefrlab.github.io/helm-charts-interactive-services
6 changes: 4 additions & 2 deletions charts/jupyter-pyspark/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyter-pyspark

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

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

Expand All @@ -15,7 +15,7 @@ The JupyterLab IDE with PySpark, an interface to use Apache Spark from Python.

| Repository | Name | Version |
|------------|------|---------|
| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.44 |
| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.6.0 |

## Values

Expand Down Expand Up @@ -100,8 +100,10 @@ The JupyterLab IDE with PySpark, an interface to use Apache Spark from Python.
| s3.defaultRegion | string | `""` | |
| s3.enabled | bool | `false` | |
| s3.endpoint | string | `""` | |
| s3.pathStyleAcces | bool | `false` | |
| s3.secretAccessKey | string | `""` | |
| s3.sessionToken | string | `""` | |
| s3.workingDirectoryPath | string | `""` | |
| security.allowlist.enabled | bool | `false` | |
| security.allowlist.ip | string | `"0.0.0.0/0"` | |
| security.networkPolicy.enabled | bool | `false` | |
Expand Down
24 changes: 24 additions & 0 deletions charts/jupyter-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,30 @@
"value": false,
"path": "s3/enabled"
}
},
"pathStyleAccess": {
"description": "S3 path style acces",
"type": "boolean",
"default": false,
"x-onyxia": {
"overwriteDefaultWith": "{{s3.pathStyleAccess}}"
},
"hidden": {
"value": false,
"path": "s3/enabled"
}
},
"workingDirectoryPath": {
"description": "S3 working directory Path ",
"type": "string",
"default": "",
"x-onyxia": {
"overwriteDefaultWith": "{{s3.workingDirectoryPath}}"
},
"hidden": {
"value": false,
"path": "s3/enabled"
}
}
}
},
Expand Down
2 changes: 2 additions & 0 deletions charts/jupyter-pyspark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ s3:
defaultRegion: ""
secretAccessKey: ""
sessionToken: ""
pathStyleAcces: false
workingDirectoryPath: ""

vault:
# Specifies whether a config map should be created
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/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 2.1.26
version: 2.2.0
dependencies:
- name: library-chart
version: 1.5.44
version: 1.6.0
repository: https://inseefrlab.github.io/helm-charts-interactive-services
6 changes: 4 additions & 2 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.26](https://img.shields.io/badge/Version-2.1.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

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

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.44 |
| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.6.0 |

## Values

Expand Down Expand Up @@ -101,8 +101,10 @@ The JupyterLab IDE with Python, Julia, and a collection of standard data science
| s3.defaultRegion | string | `""` | |
| s3.enabled | bool | `false` | |
| s3.endpoint | string | `""` | |
| s3.pathStyleAcces | bool | `false` | |
| s3.secretAccessKey | string | `""` | |
| s3.sessionToken | string | `""` | |
| s3.workingDirectoryPath | string | `""` | |
| security.allowlist.enabled | bool | `false` | |
| security.allowlist.ip | string | `"0.0.0.0/0"` | |
| security.networkPolicy.enabled | bool | `false` | |
Expand Down
24 changes: 24 additions & 0 deletions charts/jupyter-python-gpu/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,30 @@
"value": false,
"path": "s3/enabled"
}
},
"pathStyleAccess": {
"description": "S3 path style acces",
"type": "boolean",
"default": false,
"x-onyxia": {
"overwriteDefaultWith": "{{s3.pathStyleAccess}}"
},
"hidden": {
"value": false,
"path": "s3/enabled"
}
},
"workingDirectoryPath": {
"description": "S3 working directory Path ",
"type": "string",
"default": "",
"x-onyxia": {
"overwriteDefaultWith": "{{s3.workingDirectoryPath}}"
},
"hidden": {
"value": false,
"path": "s3/enabled"
}
}
}
},
Expand Down
2 changes: 2 additions & 0 deletions charts/jupyter-python-gpu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ s3:
defaultRegion: ''
secretAccessKey: ''
sessionToken: ''
pathStyleAcces: false
workingDirectoryPath: ''
vault:
enabled: false
configMapName: ''
Expand Down
4 changes: 2 additions & 2 deletions charts/jupyter-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.1.26
version: 2.2.0
dependencies:
- name: library-chart
version: 1.5.44
version: 1.6.0
repository: https://inseefrlab.github.io/helm-charts-interactive-services
6 changes: 4 additions & 2 deletions charts/jupyter-python/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyter-python

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

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

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.44 |
| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.6.0 |

## Values

Expand Down Expand Up @@ -101,8 +101,10 @@ The JupyterLab IDE with Python, Julia, and a collection of standard data science
| s3.defaultRegion | string | `""` | |
| s3.enabled | bool | `false` | |
| s3.endpoint | string | `""` | |
| s3.pathStyleAcces | bool | `false` | |
| s3.secretAccessKey | string | `""` | |
| s3.sessionToken | string | `""` | |
| s3.workingDirectoryPath | string | `""` | |
| security.allowlist.enabled | bool | `false` | |
| security.allowlist.ip | string | `"0.0.0.0/0"` | |
| security.networkPolicy.enabled | bool | `false` | |
Expand Down
24 changes: 24 additions & 0 deletions charts/jupyter-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,30 @@
"value": false,
"path": "s3/enabled"
}
},
"pathStyleAccess": {
"description": "S3 path style acces",
"type": "boolean",
"default": false,
"x-onyxia": {
"overwriteDefaultWith": "{{s3.pathStyleAccess}}"
},
"hidden": {
"value": false,
"path": "s3/enabled"
}
},
"workingDirectoryPath": {
"description": "S3 working directory Path ",
"type": "string",
"default": "",
"x-onyxia": {
"overwriteDefaultWith": "{{s3.workingDirectoryPath}}"
},
"hidden": {
"value": false,
"path": "s3/enabled"
}
}
}
},
Expand Down
2 changes: 2 additions & 0 deletions charts/jupyter-python/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ s3:
defaultRegion: ""
secretAccessKey: ""
sessionToken: ""
pathStyleAcces: false
workingDirectoryPath: ""

vault:
# Specifies whether a config map should be created
Expand Down
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/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 2.1.26
version: 2.2.0
dependencies:
- name: library-chart
version: 1.5.44
version: 1.6.0
repository: https://inseefrlab.github.io/helm-charts-interactive-services
6 changes: 4 additions & 2 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.26](https://img.shields.io/badge/Version-2.1.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

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

Expand All @@ -15,7 +15,7 @@ The JupyterLab IDE with Python and the deep-learning framework PyTorch, with GPU

| Repository | Name | Version |
|------------|------|---------|
| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.44 |
| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.6.0 |

## Values

Expand Down Expand Up @@ -101,8 +101,10 @@ The JupyterLab IDE with Python and the deep-learning framework PyTorch, with GPU
| s3.defaultRegion | string | `""` | |
| s3.enabled | bool | `false` | |
| s3.endpoint | string | `""` | |
| s3.pathStyleAcces | bool | `false` | |
| s3.secretAccessKey | string | `""` | |
| s3.sessionToken | string | `""` | |
| s3.workingDirectoryPath | string | `""` | |
| security.allowlist.enabled | bool | `false` | |
| security.allowlist.ip | string | `"0.0.0.0/0"` | |
| security.networkPolicy.enabled | bool | `false` | |
Expand Down
24 changes: 24 additions & 0 deletions charts/jupyter-pytorch-gpu/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,30 @@
"value": false,
"path": "s3/enabled"
}
},
"pathStyleAccess": {
"description": "S3 path style acces",
"type": "boolean",
"default": false,
"x-onyxia": {
"overwriteDefaultWith": "{{s3.pathStyleAccess}}"
},
"hidden": {
"value": false,
"path": "s3/enabled"
}
},
"workingDirectoryPath": {
"description": "S3 working directory Path ",
"type": "string",
"default": "",
"x-onyxia": {
"overwriteDefaultWith": "{{s3.workingDirectoryPath}}"
},
"hidden": {
"value": false,
"path": "s3/enabled"
}
}
}
},
Expand Down
2 changes: 2 additions & 0 deletions charts/jupyter-pytorch-gpu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ s3:
defaultRegion: ''
secretAccessKey: ''
sessionToken: ''
pathStyleAcces: false
workingDirectoryPath: ''
vault:
enabled: false
configMapName: ''
Expand Down
4 changes: 2 additions & 2 deletions charts/jupyter-pytorch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ sources:
- https://github.com/InseeFrLab/images-datascience
- https://github.com/InseeFrLab/helm-charts-interactive-services
type: application
version: 2.1.26
version: 2.2.0
dependencies:
- name: library-chart
version: 1.5.44
version: 1.6.0
repository: https://inseefrlab.github.io/helm-charts-interactive-services
6 changes: 4 additions & 2 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.26](https://img.shields.io/badge/Version-2.1.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

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

Expand All @@ -15,7 +15,7 @@ The JupyterLab IDE with Python and the deep-learning framework PyTorch.

| Repository | Name | Version |
|------------|------|---------|
| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.44 |
| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.6.0 |

## Values

Expand Down Expand Up @@ -101,8 +101,10 @@ The JupyterLab IDE with Python and the deep-learning framework PyTorch.
| s3.defaultRegion | string | `""` | |
| s3.enabled | bool | `false` | |
| s3.endpoint | string | `""` | |
| s3.pathStyleAcces | bool | `false` | |
| s3.secretAccessKey | string | `""` | |
| s3.sessionToken | string | `""` | |
| s3.workingDirectoryPath | string | `""` | |
| security.allowlist.enabled | bool | `false` | |
| security.allowlist.ip | string | `"0.0.0.0/0"` | |
| security.networkPolicy.enabled | bool | `false` | |
Expand Down
24 changes: 24 additions & 0 deletions charts/jupyter-pytorch/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,30 @@
"value": false,
"path": "s3/enabled"
}
},
"pathStyleAccess": {
"description": "S3 path style acces",
"type": "boolean",
"default": false,
"x-onyxia": {
"overwriteDefaultWith": "{{s3.pathStyleAccess}}"
},
"hidden": {
"value": false,
"path": "s3/enabled"
}
},
"workingDirectoryPath": {
"description": "S3 working directory Path ",
"type": "string",
"default": "",
"x-onyxia": {
"overwriteDefaultWith": "{{s3.workingDirectoryPath}}"
},
"hidden": {
"value": false,
"path": "s3/enabled"
}
}
}
},
Expand Down
2 changes: 2 additions & 0 deletions charts/jupyter-pytorch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ s3:
defaultRegion: ''
secretAccessKey: ''
sessionToken: ''
pathStyleAcces: false
workingDirectoryPath: ''
vault:
enabled: false
configMapName: ''
Expand Down
Loading
Loading