helm repo add moreh https://moreh-dev.github.io/helm-charts
helm repo update moreh
helm search repo moreh
Get the compressed chart from the repository or chart directory of your choice.
helm pull <repo>/<chart> --version <version>
helm pull <chart> --repo <repoURL> --version <version>
helm pull <chartURL> --version <version>
helm package <chartDir>
Move the compressed chart to the charts
directory.
mv <chart>-<version>.tgz ./charts
Update the index.yaml
file.
make index