helm lint helm-chart-sources/*
helm package helm-chart-sources/* --destination helm-chart-revisions
helm repo index --url https://helm.fraima.io/ .
git add . && git commit -m "Initial commit" && git push origin main
helm repo add fraima helm.fraima.io
helm repo update fraima
helm search repo fraima