fix path
All checks were successful
renovate / renovate (push) Successful in 1m55s

This commit is contained in:
2026-01-20 15:00:51 -06:00
parent e7ce6459ea
commit 59b36c889c

View File

@@ -68,7 +68,7 @@ jobs:
run: | run: |
echo ">> Adding repositories for chart dependencies ..." echo ">> Adding repositories for chart dependencies ..."
for dir in ${CHANGED_CHARTS}; do for dir in ${CHANGED_CHARTS}; do
helm dependency list --max-col-width 120 charts/$dir 2> /dev/null \ helm dependency list --max-col-width 120 $dir 2> /dev/null \
| tail +2 | head -n -1 \ | tail +2 | head -n -1 \
| awk '{ print "helm repo add " $1 " " $3 }' \ | awk '{ print "helm repo add " $1 " " $3 }' \
| while read cmd; do | while read cmd; do