Lint the chart

helm lint helm-chart-sources/*

Create the Helm chart package

helm package helm-chart-sources/* --destination helm-chart-revisions

Create the Helm chart repository index

helm repo index --url https://helm.fraima.io/ .

Push the git repository on GitHub

git add . && git commit -m "Initial commit" && git push origin main

Helm repo add/update

helm repo add fraima helm.fraima.io
helm repo update fraima

Helm search add/update

helm search repo fraima