We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb15c8c commit 5d44686Copy full SHA for 5d44686
1 file changed
scripts/helm-dependency-build.sh
@@ -3,6 +3,7 @@
3
process_chart() {
4
dir="$1"
5
if yq -e '.dependencies[] | select(.repository | match("https://"))' "$dir/Chart.yaml"; then
6
+ yq -r '.repositories[] | "helm repo add \(.name) \(.url)"' $dir/helm-repositories.yaml | sh
7
helm dependency build "$dir" --repository-config "$dir/helm-repositories.yaml"
8
else
9
helm dependency build "$dir" --skip-refresh
0 commit comments