Skip to content

Commit

Permalink
Automated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet committed Oct 22, 2024
1 parent 1e6b1e5 commit 6a8c5fc
Show file tree
Hide file tree
Showing 56 changed files with 154 additions and 1,859 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.5
version: 2.1.6
dependencies:
- name: library-chart
version: 1.5.26
version: 1.5.27
repository: https://inseefrlab.github.io/helm-charts-interactive-services
132 changes: 0 additions & 132 deletions charts/jupyter-python-gpu/README.md

This file was deleted.

8 changes: 8 additions & 0 deletions charts/jupyter-python-gpu/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,14 @@
"hidden": true,
"overwriteDefaultWith": "k8s.certManagerClusterIssuer"
}
},
"useTlsSecret": {
"type": "boolean",
"description": "Whether you want to use the specified secretName in ingress tls",
"default": false,
"x-onyxia": {
"hidden": true
}
}
}
},
Expand Down
1 change: 1 addition & 0 deletions charts/jupyter-python-gpu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ ingress:
userHostname: chart-example-user.local
useCertManager: false
certManagerClusterIssuer: ''
useTlsSecret: false
route:
enabled: false
annotations: []
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.5
version: 2.1.6
dependencies:
- name: library-chart
version: 1.5.26
version: 1.5.27
repository: https://inseefrlab.github.io/helm-charts-interactive-services
132 changes: 0 additions & 132 deletions charts/jupyter-pytorch-gpu/README.md

This file was deleted.

8 changes: 8 additions & 0 deletions charts/jupyter-pytorch-gpu/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,14 @@
"hidden": true,
"overwriteDefaultWith": "k8s.certManagerClusterIssuer"
}
},
"useTlsSecret": {
"type": "boolean",
"description": "Whether you want to use the specified secretName in ingress tls",
"default": false,
"x-onyxia": {
"hidden": true
}
}
}
},
Expand Down
1 change: 1 addition & 0 deletions charts/jupyter-pytorch-gpu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ ingress:
userHostname: chart-example-user.local
useCertManager: false
certManagerClusterIssuer: ''
useTlsSecret: false
route:
enabled: false
annotations: []
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.5
version: 2.1.6
dependencies:
- name: library-chart
version: 1.5.26
version: 1.5.27
repository: https://inseefrlab.github.io/helm-charts-interactive-services
Loading

0 comments on commit 6a8c5fc

Please sign in to comment.