Skip to content

Commit

Permalink
Automated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet committed Sep 16, 2024
1 parent 0726205 commit 58ed388
Show file tree
Hide file tree
Showing 26 changed files with 60 additions and 1,880 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.0.5
version: 2.0.6
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
132 changes: 0 additions & 132 deletions charts/jupyter-python-gpu/README.md

This file was deleted.

24 changes: 9 additions & 15 deletions charts/jupyter-python-gpu/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -810,33 +810,27 @@
"type": "string",
"description": "URL of the enterprise proxy for the region for HTTP.",
"default": "",
"x-onyxia": {
"hidden": {
"value": true,
"path": "proxy/enabled"
}
"hidden": {
"value": false,
"path": "proxy/enabled"
}
},
"httpsProxy": {
"type": "string",
"description": "URL of the enterprise proxy for the region for HTTPS.",
"default": "",
"x-onyxia": {
"hidden": {
"value": true,
"path": "proxy/enabled"
}
"hidden": {
"value": false,
"path": "proxy/enabled"
}
},
"noProxy": {
"type": "string",
"description": "enterprise local domain that should not take proxy comma separated",
"default": "",
"x-onyxia": {
"hidden": {
"value": true,
"path": "proxy/enabled"
}
"hidden": {
"value": false,
"path": "proxy/enabled"
}
}
}
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.0.5
version: 2.0.6
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
132 changes: 0 additions & 132 deletions charts/jupyter-pytorch-gpu/README.md

This file was deleted.

24 changes: 9 additions & 15 deletions charts/jupyter-pytorch-gpu/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -810,33 +810,27 @@
"type": "string",
"description": "URL of the enterprise proxy for the region for HTTP.",
"default": "",
"x-onyxia": {
"hidden": {
"value": true,
"path": "proxy/enabled"
}
"hidden": {
"value": false,
"path": "proxy/enabled"
}
},
"httpsProxy": {
"type": "string",
"description": "URL of the enterprise proxy for the region for HTTPS.",
"default": "",
"x-onyxia": {
"hidden": {
"value": true,
"path": "proxy/enabled"
}
"hidden": {
"value": false,
"path": "proxy/enabled"
}
},
"noProxy": {
"type": "string",
"description": "enterprise local domain that should not take proxy comma separated",
"default": "",
"x-onyxia": {
"hidden": {
"value": true,
"path": "proxy/enabled"
}
"hidden": {
"value": false,
"path": "proxy/enabled"
}
}
}
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.0.5
version: 2.0.6
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
Loading

0 comments on commit 58ed388

Please sign in to comment.