From 0e84404e32bb26c4584768003b3fb9d9d9a06310 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Tue, 5 Dec 2023 19:57:48 +0100 Subject: [PATCH] Update fetch_helm_deps.sh Signed-off-by: Kjeld Schouten --- .github/scripts/fetch_helm_deps.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/scripts/fetch_helm_deps.sh b/.github/scripts/fetch_helm_deps.sh index bd293692846..eefb82b6e3a 100755 --- a/.github/scripts/fetch_helm_deps.sh +++ b/.github/scripts/fetch_helm_deps.sh @@ -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 ""