Compare commits
1 Commits
2b48687f22
...
aaba570c8e
| Author | SHA1 | Date | |
|---|---|---|---|
|
aaba570c8e
|
@@ -44,15 +44,17 @@ jobs:
|
|||||||
|
|
||||||
- name: Add Repositories
|
- name: Add Repositories
|
||||||
run: |
|
run: |
|
||||||
for cluster in ${CLUSTERS}; do
|
echo ">> Adding repositories for chart dependencies ..."
|
||||||
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
clusters/cl01tl/helm/actual/repo_added
Normal file
1
clusters/cl01tl/helm/actual/repo_added
Normal file
@@ -0,0 +1 @@
|
|||||||
|
app-template 4.4.0 https://bjw-s-labs.github.io/helm-charts/ ok
|
||||||
Reference in New Issue
Block a user