This project is hosted at https://github.com/tranhailong/nfs-server
Chart source is hosted at https://github.com/tranhailong/charts
This chart is hosted at https://tranhailong.github.io/charts/ and
To install
helm repo add tranhailong https://tranhailong.github.io/charts
helm install my-<chart-name> tranhailong/<chart-name> -n <namespace>
To retrieve latest versions of the package
helm repo update
helm search repo tranhailong
To uninstall
helm delete my-<chart-name> -n <namespace>