Add base-kubernetes chart, like on physical pod

Change-Id: I1cb020fa0418ea494754d1807f7dcabb28779cf7
diff --git a/seba-in-a-box/Makefile b/seba-in-a-box/Makefile
index bfe5fa9..f4d43aa 100644
--- a/seba-in-a-box/Makefile
+++ b/seba-in-a-box/Makefile
@@ -153,6 +153,8 @@
 	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/base-kubernetes
+	cd $(WORKSPACE)/cord/helm-charts; helm upgrade --install base-kubernetes xos-profiles/base-kubernetes -f $(SEBAVALUES)
 	touch $@
 
 $(M)/nem-running: $(M)/nem