Update fetch_helm_deps.sh

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing 2022-11-12 15:33:27 +01:00 committed by GitHub
parent 4d335f300d
commit acb92de675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -6,12 +6,12 @@ command -v go-yq >/dev/null 2>&1 || {
exit 1
}
cache_path="./tgz_cache"
# define defaults
cache_path=${cache_path:-'./tgz_cache'}"
charts_ath="${charts_ath:-'../../charts'}"
mkdir -p "$cache_path"
charts_ath="../../charts"
trains=(
"enterprise"
"stable"