CSGHub 企业版 v1.6.0
发布时间:2025-04-17
主要更新:
- 新增组件 AiGateway
- 移除 space builder 改用 argo workflow
安装方式:
-
Docker
wget https://opencsg-csghub-compose.oss-cn-beijing.aliyuncs.com/csghub-latest.tgz
tar -zxf csghub-latest.tgz && cd csghub && ./configure -
Helm Chart
helm repo add csghub acr://opencsg-chart.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub
helm repo update
helm upgrade --install csghub csghub/csghub \
--namespace csghub \
--create-namespace \
--set global.ingress.domain="example.com" \
--set global.deployment.knative.serving.services[0].type="NodePort" \
--set global.deployment.knative.serving.services[0].domain="app.internal" \
--set global.deployment.knative.serving.services[0].host=<knative serving network service host> \
--set global.deployment.knative.serving.services[0].port="30213"