Skip to content

Commit

Permalink
Set requirements in the different file
Browse files Browse the repository at this point in the history
  • Loading branch information
abystrov committed May 28, 2024
1 parent 693f44e commit 28faa57
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
14 changes: 1 addition & 13 deletions charts/mlops/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@ description: A cnvrg.io MLOps platform Helm Chart
type: application
version: 5.1.0
appVersion: 5.1.0
dependencies:
- name: nomex
version: 1.0.0
repository: https://charts.slim.cnvrg.io/cnvrg
condition: nomex.enabled
- name: mpi
version: 0.2.3
repository: https://charts.slim.cnvrg.io/cnvrg
condition: mpi.enabled
- name: cvatdbs
version: 1.0.0
repository: https://charts.slim.cnvrg.io/cnvrg
condition: cvatdbs.enabled



13 changes: 13 additions & 0 deletions charts/mlops/requirements.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
dependencies:
- name: nomex
version: 1.0.0
repository: https://charts.slim.cnvrg.io/cnvrg
condition: nomex.enabled
- name: mpi
version: 0.2.3
repository: https://charts.slim.cnvrg.io/cnvrg
condition: mpi.enabled
- name: cvatdbs
version: 1.0.0
repository: https://charts.slim.cnvrg.io/cnvrg
condition: cvatdbs.enabled

0 comments on commit 28faa57

Please sign in to comment.