helm repo add opspresso https://opspresso.github.io/helm-charts/
helm search repo opspresso
cat repos.txt | xargs -I {} bash -c 'helm repo add {}'
helm repo update
helm search repo "argo/argo-cd" -o json | jq .
helm search repo "autoscaler/cluster-autoscaler" -o json | jq .
helm search repo "aws-ebs-csi-driver/aws-ebs-csi-driver" -o json | jq .
helm search repo "dashboard/kubernetes-dashboard" -o json | jq .
helm search repo "eks/aws-load-balancer-controller" -o json | jq .
python3 download.py