Skip to content

Commit

Permalink
Rollback dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abystrov committed May 28, 2024
1 parent 28faa57 commit 265fce1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
run: |
helm plugin install https://github.com/chartmuseum/helm-push.git
helm repo add cnvrg https://charts.slim.cnvrg.io/cnvrg
helm cm-push charts/mlops -f cnvrg -u=${CHARTMUSEUM_USER} -p=${CHARTMUSEUM_PASSWORD} -d --context-path /cnvrg
helm cm-push charts/mlops -f cnvrg -u=${CHARTMUSEUM_USER} -p=${CHARTMUSEUM_PASSWORD} --context-path /cnvrg
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
Expand Down
14 changes: 13 additions & 1 deletion charts/mlops/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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: 0 additions & 13 deletions charts/mlops/requirements.yaml

This file was deleted.

0 comments on commit 265fce1

Please sign in to comment.