diff --git a/tools/build-release.sh b/tools/build-release.sh index b26b22ce957..c2e3dbfc2c2 100755 --- a/tools/build-release.sh +++ b/tools/build-release.sh @@ -200,9 +200,6 @@ 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 add bitnami https://charts.bitnami.com/bitnami - - helm repo add prometheus https://prometheus-community.github.io/helm-charts helm repo update fi }