Skip to content

Commit 4f13a65

Browse files
committed
feat: label-studio安装脚本
1 parent 9f63684 commit 4f13a65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,9 @@ VALID_K8S_TARGETS := mineru datamate deer-flow milvus label-studio
320320
done; \
321321
exit 1; \
322322
fi
323-
@if [ "$*" = "mineru" ]; then \
323+
@if [ "$*" = "label-studio" ]; then \
324+
helm upgrade label-studio deployment/helm/label-studio/ -n $(NAMESPACE) --install; \
325+
elif [ "$*" = "mineru" ]; then \
324326
kubectl apply -f deployment/kubernetes/mineru/deploy.yaml -n $(NAMESPACE); \
325327
elif [ "$*" = "datamate" ]; then \
326328
helm upgrade datamate deployment/helm/datamate/ -n $(NAMESPACE) --install --set global.image.repository=$(REGISTRY); \

0 commit comments

Comments
 (0)