diff --git a/scripts/helmcharts/local_deploy.sh b/scripts/helmcharts/local_deploy.sh index c8c82ceb4..1cfdde2f3 100644 --- a/scripts/helmcharts/local_deploy.sh +++ b/scripts/helmcharts/local_deploy.sh @@ -18,6 +18,7 @@ apps=( integrations sink storage + heuristics assist peers all @@ -80,6 +81,11 @@ restart(){ source build.sh nil storage restart storage ;; + heuristics) + cd ../../backend + source build.sh nil heuristics + restart heuristics + ;; assist) cd ../../utilities source build.sh $@