Skip to content

Commit

Permalink
helm: support remove helm dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Lianhao Lu <[email protected]>
  • Loading branch information
lianhao authored and leslieluyu committed Jul 18, 2024
1 parent 876b7a4 commit fbdb1da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm-charts/update_dependency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ UPD_DIR=$(cd $(dirname "$0") && pwd)
for chart in ${UPD_DIR}/common/*
do
echo "Update dependency for `basename $chart`..."
rm -f ${chart}/Chart.lock
rm -rf ${chart}/charts/
helm dependency update ${chart}
done

0 comments on commit fbdb1da

Please sign in to comment.