Change new BBSim pipeline to use updated BBSim chart

Change-Id: Ic6dffe7013f063067e270e0a313e25428fb96712
diff --git a/jjb/pipeline/voltha-go-tests-new-bbsim.groovy b/jjb/pipeline/voltha-go-tests-new-bbsim.groovy
index 29635b2..cc60130 100644
--- a/jjb/pipeline/voltha-go-tests-new-bbsim.groovy
+++ b/jjb/pipeline/voltha-go-tests-new-bbsim.groovy
@@ -79,7 +79,7 @@
           # DOCKER_TAG=candidate make docker-build
           # TYPE=minimal kind load docker-image voltha/bbsim:candidate --name voltha-\$TYPE --nodes voltha-\$TYPE-worker,voltha-\$TYPE-worker2;
           # helm install -n bbsim deployments/helm-chart/bbsim/ --set images.bbsim.tag=candidate --set images.bbsim.pullPolicy=IfNotProsent
-          helm install -n bbsim deployments/helm-chart/bbsim/ --set images.bbsim.tag=master
+          helm install -n bbsim onf/bbsim --set images.bbsim.tag=master
           '''
       }
     }