Skip to content

Commit

Permalink
display node selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet committed Apr 22, 2024
1 parent 4b2471d commit 5a7ff92
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/jupyter-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.13.31
version: 1.13.32

dependencies:
- name: library-chart
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@
"description": "NodeSelector",
"default": {},
"x-onyxia": {
"hidden": true,
"hidden": false,
"overwriteDefaultWith": "region.nodeSelector"
}
},
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: 1.13.31
version: 1.13.32
dependencies:
- name: library-chart
version: 1.5.21
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-pytorch/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@
"description": "NodeSelector",
"default": {},
"x-onyxia": {
"hidden": true,
"hidden": false,
"overwriteDefaultWith": "region.nodeSelector"
}
},
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-tensorflow/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: 1.13.31
version: 1.13.32
dependencies:
- name: library-chart
version: 1.5.21
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-tensorflow/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@
"description": "NodeSelector",
"default": {},
"x-onyxia": {
"hidden": true,
"hidden": false,
"overwriteDefaultWith": "region.nodeSelector"
}
},
Expand Down

0 comments on commit 5a7ff92

Please sign in to comment.