From 28faa57268ac8727aeaae6db3391a8ad10c507ba Mon Sep 17 00:00:00 2001 From: Oleksandr Bystrov <63246999+abystrov@users.noreply.github.com> Date: Tue, 28 May 2024 14:20:07 +0200 Subject: [PATCH] Set requirements in the different file --- charts/mlops/Chart.yaml | 14 +------------- charts/mlops/requirements.yaml | 13 +++++++++++++ 2 files changed, 14 insertions(+), 13 deletions(-) create mode 100644 charts/mlops/requirements.yaml diff --git a/charts/mlops/Chart.yaml b/charts/mlops/Chart.yaml index bf25e134..501d6121 100644 --- a/charts/mlops/Chart.yaml +++ b/charts/mlops/Chart.yaml @@ -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 + diff --git a/charts/mlops/requirements.yaml b/charts/mlops/requirements.yaml new file mode 100644 index 00000000..6f11620a --- /dev/null +++ b/charts/mlops/requirements.yaml @@ -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 \ No newline at end of file