added dependecy build

This commit is contained in:
Jonas Forsberg 2024-11-11 16:06:03 +01:00
parent 6cd276eaa3
commit e0864adab0

View File

@ -33,7 +33,9 @@ jobs:
run: |
REPO_PATH=$(git rev-parse --show-toplevel)
for chart in ${ALL_CHANGED_CHARTS}; do
helm lint ${chart}
cd ${REPO_PATH}/${chart}
helm dependency build
helm lint .
done
- name: build helm package