Skip to content

opspresso/helm-charts

Repository files navigation

helm-charts

usage

helm repo add opspresso https://opspresso.github.io/helm-charts/

helm search repo opspresso

helm repo

cat repos.txt | xargs -I {} bash -c 'helm repo add {}'

helm search

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 .

download

python3 download.py