diff --git a/tools/build-release.sh b/tools/build-release.sh index 3e347b9d680..9db3f513fa4 100755 --- a/tools/build-release.sh +++ b/tools/build-release.sh @@ -198,8 +198,6 @@ copy_docs() { prep_helm() { if [[ -z "$standalone" ]]; then - helm repo add truecharts https://charts.truecharts.org - helm repo add truecharts-library https://library-charts.truecharts.org helm repo update fi }