Update fetch_helm_deps.sh
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
committed by
GitHub
parent
4d335f300d
commit
acb92de675
6
.github/scripts/fetch_helm_deps.sh
vendored
6
.github/scripts/fetch_helm_deps.sh
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user