Skip to content

Commit

Permalink
Automated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaspi committed Oct 30, 2024
1 parent ef907ca commit eddc275
Show file tree
Hide file tree
Showing 56 changed files with 98 additions and 1,935 deletions.
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.10
version: 2.1.11
dependencies:
- name: library-chart
version: 1.5.29
version: 1.5.28
repository: https://inseefrlab.github.io/helm-charts-interactive-services
135 changes: 0 additions & 135 deletions charts/jupyter-python-gpu/README.md

This file was deleted.

1 change: 0 additions & 1 deletion charts/jupyter-python-gpu/templates/secret-extraenv.yaml

This file was deleted.

7 changes: 5 additions & 2 deletions charts/jupyter-python-gpu/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,13 @@
"type": "object",
"properties": {
"name": {
"type": "string"
"type": "string",
"default": "",
"pattern": "^[a-zA-Z0-9_]+$"
},
"value": {
"type": "string"
"type": "string",
"default": ""
}
}
}
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.10
version: 2.1.11
dependencies:
- name: library-chart
version: 1.5.29
version: 1.5.28
repository: https://inseefrlab.github.io/helm-charts-interactive-services
135 changes: 0 additions & 135 deletions charts/jupyter-pytorch-gpu/README.md

This file was deleted.

1 change: 0 additions & 1 deletion charts/jupyter-pytorch-gpu/templates/secret-extraenv.yaml

This file was deleted.

7 changes: 5 additions & 2 deletions charts/jupyter-pytorch-gpu/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,13 @@
"type": "object",
"properties": {
"name": {
"type": "string"
"type": "string",
"default": "",
"pattern": "^[a-zA-Z0-9_]+$"
},
"value": {
"type": "string"
"type": "string",
"default": ""
}
}
}
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.10
version: 2.1.11
dependencies:
- name: library-chart
version: 1.5.29
version: 1.5.28
repository: https://inseefrlab.github.io/helm-charts-interactive-services
Loading

0 comments on commit eddc275

Please sign in to comment.