Update fetch_helm_deps.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
parent
f696f5b102
commit
0e84404e32
|
@ -96,7 +96,9 @@ for idx in $(eval echo "{0..$length}"); do
|
|||
|
||||
# tmp hotpatch for cert-manager
|
||||
if [[ ! "$dep_url" == "https"* ]]; then
|
||||
dep_url="https://charts.jetstack.io/${dep_url}"
|
||||
if [[ "$name" =~ "cert-manager" ]]; then
|
||||
dep_url="https://charts.jetstack.io/${dep_url}"
|
||||
fi
|
||||
fi
|
||||
|
||||
echo ""
|
||||
|
|
Loading…
Reference in New Issue