Skip to content

Commit 852933b

Browse files
committed
Automated changes
1 parent e86993a commit 852933b

50 files changed

Lines changed: 70 additions & 2216 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

charts/jupyter-python-gpu/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sources:
1111
- https://github.com/InseeFrLab/images-datascience
1212
- https://github.com/InseeFrLab/helm-charts-interactive-services
1313
type: application
14-
version: 2.4.7
14+
version: 2.4.8
1515
dependencies:
1616
- name: library-chart
1717
version: 2.0.4

charts/jupyter-python-gpu/README.md

Lines changed: 0 additions & 156 deletions
This file was deleted.

charts/jupyter-python-gpu/values.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"title": "Name of the service's Docker image",
2525
"type": "string",
2626
"listEnum": [
27-
"inseefrlab/onyxia-jupyter-python:py3.13.12-gpu",
27+
"inseefrlab/onyxia-jupyter-python:py3.13.13-gpu",
2828
"inseefrlab/onyxia-jupyter-python:py3.12.13-gpu"
2929
],
3030
"render": "list",
3131
"hidden": {
3232
"value": true,
3333
"path": "service/image/custom/enabled"
3434
},
35-
"default": "inseefrlab/onyxia-jupyter-python:py3.13.12-gpu"
35+
"default": "inseefrlab/onyxia-jupyter-python:py3.13.13-gpu"
3636
},
3737
"custom": {
3838
"title": "Custom image",
@@ -49,7 +49,7 @@
4949
"version": {
5050
"title": "Name of the custom image",
5151
"type": "string",
52-
"default": "inseefrlab/onyxia-jupyter-python:py3.13.12-gpu",
52+
"default": "inseefrlab/onyxia-jupyter-python:py3.13.13-gpu",
5353
"hidden": {
5454
"value": false,
5555
"path": "enabled",

charts/jupyter-python-gpu/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ service:
55
image: inseefrlab/onyxia-base:latest
66
pullPolicy: IfNotPresent
77
image:
8-
version: inseefrlab/onyxia-jupyter-python:py3.13.12-gpu
8+
version: inseefrlab/onyxia-jupyter-python:py3.13.13-gpu
99
pullPolicy: IfNotPresent
1010
custom:
1111
enabled: false
12-
version: inseefrlab/onyxia-jupyter-python:py3.13.12-gpu
12+
version: inseefrlab/onyxia-jupyter-python:py3.13.13-gpu
1313
security:
1414
password: changeme
1515
networkPolicy:

charts/jupyter-pytorch-gpu/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sources:
1111
- https://github.com/InseeFrLab/images-datascience
1212
- https://github.com/InseeFrLab/helm-charts-interactive-services
1313
type: application
14-
version: 2.4.7
14+
version: 2.4.8
1515
dependencies:
1616
- name: library-chart
1717
version: 2.0.4

charts/jupyter-pytorch-gpu/README.md

Lines changed: 0 additions & 156 deletions
This file was deleted.

charts/jupyter-pytorch-gpu/values.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"title": "Name of the service's Docker image",
2525
"type": "string",
2626
"listEnum": [
27-
"inseefrlab/onyxia-jupyter-pytorch:py3.13.12-gpu",
27+
"inseefrlab/onyxia-jupyter-pytorch:py3.13.13-gpu",
2828
"inseefrlab/onyxia-jupyter-pytorch:py3.12.13-gpu"
2929
],
3030
"render": "list",
3131
"hidden": {
3232
"value": true,
3333
"path": "service/image/custom/enabled"
3434
},
35-
"default": "inseefrlab/onyxia-jupyter-pytorch:py3.13.12-gpu"
35+
"default": "inseefrlab/onyxia-jupyter-pytorch:py3.13.13-gpu"
3636
},
3737
"custom": {
3838
"title": "Custom image",
@@ -49,7 +49,7 @@
4949
"version": {
5050
"title": "Name of the custom image",
5151
"type": "string",
52-
"default": "inseefrlab/onyxia-jupyter-pytorch:py3.13.12-gpu",
52+
"default": "inseefrlab/onyxia-jupyter-pytorch:py3.13.13-gpu",
5353
"hidden": {
5454
"value": false,
5555
"path": "enabled",

0 commit comments

Comments
 (0)