Add this helm chart repo to your helm client configuration
helm repo add tektonops https://charts.tektonops.com
helm repo update
Update repo and search
helm search repo -l tektonops
Install the chart
helm install act-runner tektonops/act-runner
Uninstall
helm uninstall act-runner