updated kustomize_parse_helm_charts.sh

pull/16/head
Hari Sekhon 2 years ago
parent db62148efe
commit f648e33064

@ -54,4 +54,5 @@ type -P yq &>/dev/null || "$srcdir/setup/install_yq.sh"
yq '.helmCharts[] | [.repo, .name, .version, .valuesFile] | @tsv' "$@" --no-doc --no-colors |
sed '/^[[:space:]]*$/d' |
sort -u |
column -t

Loading…
Cancel
Save