Skip to content

Commit

Permalink
Automated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet committed Dec 3, 2024
1 parent ab16b1e commit a80cae8
Show file tree
Hide file tree
Showing 47 changed files with 63 additions and 1,955 deletions.
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.17
version: 2.1.18
dependencies:
- name: library-chart
version: 1.5.33
Expand Down
137 changes: 0 additions & 137 deletions charts/jupyter-python-gpu/README.md

This file was deleted.

6 changes: 3 additions & 3 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.6-gpu",
"inseefrlab/onyxia-jupyter-python:py3.12.7-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.6-gpu"
"default": "inseefrlab/onyxia-jupyter-python:py3.12.7-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.6-gpu",
"default": "inseefrlab/onyxia-jupyter-python:py3.12.7-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.6-gpu
version: inseefrlab/onyxia-jupyter-python:py3.12.7-gpu
pullPolicy: IfNotPresent
custom:
enabled: false
version: inseefrlab/onyxia-jupyter-python:py3.12.6-gpu
version: inseefrlab/onyxia-jupyter-python:py3.12.7-gpu
customPythonEnv: false
security:
password: changeme
Expand Down
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.17
version: 2.1.18
dependencies:
- name: library-chart
version: 1.5.33
Expand Down
137 changes: 0 additions & 137 deletions charts/jupyter-pytorch-gpu/README.md

This file was deleted.

6 changes: 3 additions & 3 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.6-gpu",
"inseefrlab/onyxia-jupyter-pytorch:py3.12.7-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.6-gpu"
"default": "inseefrlab/onyxia-jupyter-pytorch:py3.12.7-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.6-gpu",
"default": "inseefrlab/onyxia-jupyter-pytorch:py3.12.7-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.6-gpu
version: inseefrlab/onyxia-jupyter-pytorch:py3.12.7-gpu
pullPolicy: IfNotPresent
custom:
enabled: false
version: inseefrlab/onyxia-jupyter-pytorch:py3.12.6-gpu
version: inseefrlab/onyxia-jupyter-pytorch:py3.12.7-gpu
customPythonEnv: false
security:
password: changeme
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.17
version: 2.1.18
dependencies:
- name: library-chart
version: 1.5.33
Expand Down
Loading

0 comments on commit a80cae8

Please sign in to comment.