update workflows
All checks were successful
renovate / renovate (push) Successful in 2m15s

This commit is contained in:
2025-12-04 18:25:01 -06:00
parent 2f09ce9dc0
commit 857c53799a
4 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ jobs:
cd ${WORKFLOW_DIR}
echo ">> Adding repositories for chart dependencies ..."
helm dependency list --max-col-width 120 ${WORKFLOW_DIR} 2> /dev/null \
helm dependency list --max-col-width 120 2> /dev/null \
| tail +2 | head -n -1 \
| awk '{ print "helm repo add " $1 " " $3 }' \
| while read cmd; do echo "$cmd" | sh; done || true

View File

@@ -30,7 +30,7 @@ jobs:
cd ${WORKFLOW_DIR}
echo ">> Adding repositories for chart dependencies ..."
helm dependency list --max-col-width 120 ${WORKFLOW_DIR} 2> /dev/null \
helm dependency list --max-col-width 120 2> /dev/null \
| tail +2 | head -n -1 \
| awk '{ print "helm repo add " $1 " " $3 }' \
| while read cmd; do echo "$cmd" | sh; done || true

View File

@@ -30,7 +30,7 @@ jobs:
cd ${WORKFLOW_DIR}
echo ">> Adding repositories for chart dependencies ..."
helm dependency list --max-col-width 120 ${WORKFLOW_DIR} 2> /dev/null \
helm dependency list --max-col-width 120 2> /dev/null \
| tail +2 | head -n -1 \
| awk '{ print "helm repo add " $1 " " $3 }' \
| while read cmd; do echo "$cmd" | sh; done || true

View File

@@ -30,7 +30,7 @@ jobs:
cd ${WORKFLOW_DIR}
echo ">> Adding repositories for chart dependencies ..."
helm dependency list --max-col-width 120 ${WORKFLOW_DIR} 2> /dev/null \
helm dependency list --max-col-width 120 2> /dev/null \
| tail +2 | head -n -1 \
| awk '{ print "helm repo add " $1 " " $3 }' \
| while read cmd; do echo "$cmd" | sh; done || true