Compare commits
3 Commits
aaba570c8e
...
2b48687f22
| Author | SHA1 | Date | |
|---|---|---|---|
|
2b48687f22
|
|||
| 9763fd7744 | |||
| 7d6be3985c |
@@ -44,17 +44,15 @@ jobs:
|
|||||||
|
|
||||||
- name: Add Repositories
|
- name: Add Repositories
|
||||||
run: |
|
run: |
|
||||||
echo ">> Adding repositories for chart dependencies ..."
|
for cluster in ${CLUSTERS}; do
|
||||||
|
echo ">> Adding repositories for chart dependencies of cluster $cluster ..."
|
||||||
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 repo_added \
|
|
||||||
| awk '{ print "helm repo add " $1 " " $3 }' \
|
| awk '{ print "helm repo add " $1 " " $3 }' \
|
||||||
| sh
|
| sh
|
||||||
done
|
done
|
||||||
|
done
|
||||||
echo ">> Added following repos:"
|
|
||||||
cat repo_add | sort | uniq
|
|
||||||
|
|
||||||
- name: Render Helm Manifests
|
- name: Render Helm Manifests
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
app-template 4.4.0 https://bjw-s-labs.github.io/helm-charts/ ok
|
|
||||||
Reference in New Issue
Block a user