Update fetch_helm_deps.sh
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -6,12 +6,12 @@ command -v go-yq >/dev/null 2>&1 || {
|
|||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
cache_path="./tgz_cache"
|
# define defaults
|
||||||
|
cache_path=${cache_path:-'./tgz_cache'}"
|
||||||
|
charts_ath="${charts_ath:-'../../charts'}"
|
||||||
|
|
||||||
mkdir -p "$cache_path"
|
mkdir -p "$cache_path"
|
||||||
|
|
||||||
charts_ath="../../charts"
|
|
||||||
|
|
||||||
trains=(
|
trains=(
|
||||||
"enterprise"
|
"enterprise"
|
||||||
"stable"
|
"stable"
|
||||||
|
|||||||
Reference in New Issue
Block a user