Compare commits

..

1 Commits

Author SHA1 Message Date
83bc1eb7b1 Update helm/chart-testing-action action to v2.8.0
Some checks failed
lint-and-test / lint-test (pull_request) Failing after 27s
2025-12-05 00:23:39 +00:00
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 2> /dev/null \
helm dependency list --max-col-width 120 ${WORKFLOW_DIR} 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 2> /dev/null \
helm dependency list --max-col-width 120 ${WORKFLOW_DIR} 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 2> /dev/null \
helm dependency list --max-col-width 120 ${WORKFLOW_DIR} 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 2> /dev/null \
helm dependency list --max-col-width 120 ${WORKFLOW_DIR} 2> /dev/null \
| tail +2 | head -n -1 \
| awk '{ print "helm repo add " $1 " " $3 }' \
| while read cmd; do echo "$cmd" | sh; done || true