Update build-release.sh

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2024-02-19 14:56:13 +01:00
committed by GitHub
parent 2f4e19ea1f
commit 347c22702c
+2 -2
View File
@@ -198,8 +198,8 @@ copy_docs() {
prep_helm() {
if [[ -z "$standalone" ]]; then
echo "helm repo update..."
helm repo update
# echo "helm repo update..."
# helm repo update
fi
}
export -f prep_helm