Merge "[SEBA-376] Using new profile/workflow helm charts in SiaB"
diff --git a/seba-in-a-box/Makefile b/seba-in-a-box/Makefile
index 2305e91..1134fc0 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 $@