This commit is contained in:
@@ -49,15 +49,11 @@ jobs:
|
|||||||
for chart_path in ${MAIN_DIR}/clusters/$cluster/helm/*; do
|
for chart_path in ${MAIN_DIR}/clusters/$cluster/helm/*; do
|
||||||
helm dependency list --max-col-width 120 $chart_path 2> /dev/null \
|
helm dependency list --max-col-width 120 $chart_path 2> /dev/null \
|
||||||
| tail +2 | head -n 1 \
|
| tail +2 | head -n 1 \
|
||||||
| tee -a repo_added \
|
|
||||||
| awk '{ print "helm repo add " $1 " " $3 }' \
|
| awk '{ print "helm repo add " $1 " " $3 }' \
|
||||||
| sh
|
| sh
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
echo ">> Added following repos:"
|
|
||||||
cat repo_add | sort | uniq
|
|
||||||
|
|
||||||
- name: Render Helm Manifests
|
- name: Render Helm Manifests
|
||||||
run: |
|
run: |
|
||||||
for cluster in ${CLUSTERS}; do
|
for cluster in ${CLUSTERS}; do
|
||||||
|
|||||||
Reference in New Issue
Block a user