Add the repo as follows:
helm repo add linjan2 https://linjan2.github.io/helm-charts
helm repo update
helm search repo linjan2
To install the CHARTNAME
chart:
helm install RELEASENAME linjan2/CHARTNAME
To uninstall the chart:
helm delete RELEASENAME