mirror of
https://github.com/truecharts/charts.git
synced 2026-07-10 07:04:04 -03:00
Update fetch_helm_deps.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
4
.github/scripts/fetch_helm_deps.sh
vendored
4
.github/scripts/fetch_helm_deps.sh
vendored
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user