diff --git a/tools/gen-cat.sh b/tools/gen-cat.sh index 6ec980079b6..68618bb829e 100755 --- a/tools/gen-cat.sh +++ b/tools/gen-cat.sh @@ -195,9 +195,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 }