[SEBA-376] Using new profile/workflow helm charts in SiaB

Change-Id: I5b580f63099ca6dc4b6ac9bc7ebd2d18cd16af43
diff --git a/seba-in-a-box/Makefile b/seba-in-a-box/Makefile
index b52bf35..9ceeb34 100644
--- a/seba-in-a-box/Makefile
+++ b/seba-in-a-box/Makefile
@@ -157,8 +157,10 @@
 $(M)/nem: | $(M)/kafka-running $(INFRA_PREREQS)
 	cd $(WORKSPACE)/cord/helm-charts; helm dep update xos-core
 	cd $(WORKSPACE)/cord/helm-charts; helm upgrade --install xos-core xos-core -f $(SEBAVALUES)
-	cd $(WORKSPACE)/cord/helm-charts; helm dep update xos-profiles/att-workflow
-	cd $(WORKSPACE)/cord/helm-charts; helm upgrade --install att-workflow xos-profiles/att-workflow -f $(SEBAVALUES)
+	cd $(WORKSPACE)/cord/helm-charts; helm dep update xos-profiles/seba-services
+	cd $(WORKSPACE)/cord/helm-charts; helm upgrade --install seba-services xos-profiles/seba-services -f $(SEBAVALUES)
+	cd $(WORKSPACE)/cord/helm-charts; helm dep update workflows/att-workflow
+	cd $(WORKSPACE)/cord/helm-charts; helm upgrade --install att-workflow workflows/att-workflow -f $(SEBAVALUES)
 	cd $(WORKSPACE)/cord/helm-charts; helm dep update xos-profiles/base-kubernetes
 	cd $(WORKSPACE)/cord/helm-charts; helm upgrade --install base-kubernetes xos-profiles/base-kubernetes -f $(SEBAVALUES)
 	touch $@