Skip to content

Commit

Permalink
Merge pull request #20 from CSCfi/fix-gha
Browse files Browse the repository at this point in the history
Clear dependencies. Update GitHub Actions
  • Loading branch information
lvarin authored Feb 29, 2024
2 parents e8e6528 + 7afb2f2 commit 9afaa88
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 28 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,11 @@ jobs:
uses: azure/setup-helm@v3
with:
version: v3.12.1

- name: Helm add repositories
run: |
for dir in $(ls -d charts/*); do
helm dependency list $dir 2> /dev/null | tail +2 | head -n -1 | awk '{ print "helm repo add " $1 " " $3 }' | while read cmd; do $cmd; done
done

- name: Helm Dependency
run: |
for dir in $(ls -d charts/*); do
helm dependency update $dir;
helm dependency build $dir;
done
- name: Helm Lint
Expand Down
9 changes: 0 additions & 9 deletions charts/mlflow/Chart.lock

This file was deleted.

Binary file removed charts/mlflow/charts/common-2.14.1.tgz
Binary file not shown.
Binary file removed charts/mlflow/charts/minio-12.13.1.tgz
Binary file not shown.
Binary file removed charts/mlflow/charts/postgresql-13.2.28.tgz
Binary file not shown.
6 changes: 0 additions & 6 deletions charts/rocketchat/Chart.lock

This file was deleted.

Binary file removed charts/rocketchat/charts/mongodb-13.18.5.tgz
Binary file not shown.
Binary file removed charts/rocketchat/charts/nats-0.15.1.tgz
Binary file not shown.
6 changes: 0 additions & 6 deletions charts/spark/Chart.lock

This file was deleted.

Binary file removed charts/spark/charts/common-2.13.3.tgz
Binary file not shown.

0 comments on commit 9afaa88

Please sign in to comment.