Compare commits
1 Commits
83bc1eb7b1
...
generic-de
| Author | SHA1 | Date | |
|---|---|---|---|
| 857c53799a |
@@ -23,7 +23,7 @@ jobs:
|
|||||||
python-version: '3.14'
|
python-version: '3.14'
|
||||||
|
|
||||||
- name: Set up Chart Testing
|
- name: Set up Chart Testing
|
||||||
uses: helm/chart-testing-action@v2.8.0
|
uses: helm/chart-testing-action@v2.7.0
|
||||||
with:
|
with:
|
||||||
yamale_version: "6.0.0"
|
yamale_version: "6.0.0"
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
cd ${WORKFLOW_DIR}
|
cd ${WORKFLOW_DIR}
|
||||||
|
|
||||||
echo ">> Adding repositories for chart dependencies ..."
|
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 \
|
| tail +2 | head -n -1 \
|
||||||
| awk '{ print "helm repo add " $1 " " $3 }' \
|
| awk '{ print "helm repo add " $1 " " $3 }' \
|
||||||
| while read cmd; do echo "$cmd" | sh; done || true
|
| while read cmd; do echo "$cmd" | sh; done || true
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
cd ${WORKFLOW_DIR}
|
cd ${WORKFLOW_DIR}
|
||||||
|
|
||||||
echo ">> Adding repositories for chart dependencies ..."
|
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 \
|
| tail +2 | head -n -1 \
|
||||||
| awk '{ print "helm repo add " $1 " " $3 }' \
|
| awk '{ print "helm repo add " $1 " " $3 }' \
|
||||||
| while read cmd; do echo "$cmd" | sh; done || true
|
| while read cmd; do echo "$cmd" | sh; done || true
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
cd ${WORKFLOW_DIR}
|
cd ${WORKFLOW_DIR}
|
||||||
|
|
||||||
echo ">> Adding repositories for chart dependencies ..."
|
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 \
|
| tail +2 | head -n -1 \
|
||||||
| awk '{ print "helm repo add " $1 " " $3 }' \
|
| awk '{ print "helm repo add " $1 " " $3 }' \
|
||||||
| while read cmd; do echo "$cmd" | sh; done || true
|
| while read cmd; do echo "$cmd" | sh; done || true
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
cd ${WORKFLOW_DIR}
|
cd ${WORKFLOW_DIR}
|
||||||
|
|
||||||
echo ">> Adding repositories for chart dependencies ..."
|
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 \
|
| tail +2 | head -n -1 \
|
||||||
| awk '{ print "helm repo add " $1 " " $3 }' \
|
| awk '{ print "helm repo add " $1 " " $3 }' \
|
||||||
| while read cmd; do echo "$cmd" | sh; done || true
|
| while read cmd; do echo "$cmd" | sh; done || true
|
||||||
|
|||||||
Reference in New Issue
Block a user