Skip to content

Commit

Permalink
update helm build
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Mar 7, 2024
1 parent 3104cb6 commit 239b230
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,10 @@ jobs:

- name: Run helm dependency update
run: |
for chart in \
./charts/testkube \
./charts/testkube-api \
./charts/testkube-dashboard \
./charts/testkube-logs \
./charts/testkube-operator; do
helm dependency build "$chart"
done
helm dependency build ./charts/testkube
helm dependency build ./charts/testkube-api
helm dependency build ./charts/testkube-operator
- name: Run helm-lint
run: helm lint ./charts/testkube --with-subcharts --values ./charts/testkube/values.yaml
Expand Down

0 comments on commit 239b230

Please sign in to comment.