Helm Package Repo. Heml index.yaml
helm repo add airdb https://www.airdb.com/helm/
helm repo update
helm search repo helm/mychart
helm install chart airdb/mychat
helm install chart airdb/mychat --dry-run --debug
helm env
git clone https://github.com/airdb/helm/
cd helm
helm repo index ./ --url https://www.airdb.com/helm/
helm package mychart
Update the index.yaml file based on your chart.
cd helm
helm repo index --merge index.yaml --url https://www.airdb.com/helm/ .
helm repo add stable https://kubernetes-charts.storage.googleapis.com