Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion APP_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.0.0
v3.1.0
10 changes: 5 additions & 5 deletions en/self_host/docker/offline-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ images=(
"ccr.ccs.tencentyun.com/self-hosted/fluent-bit:3.0"
"ccr.ccs.tencentyun.com/self-hosted/minio:RELEASE.2025-02-28T09-55-16Z"
"ccr.ccs.tencentyun.com/self-hosted/minio-mc:RELEASE.2025-04-08T15-39-49Z"
"ccr.ccs.tencentyun.com/self-hosted/swanlab-server:v3.0.0"
"ccr.ccs.tencentyun.com/self-hosted/swanlab-house:v3.0.0"
"ccr.ccs.tencentyun.com/self-hosted/swanlab-cloud:v3.0.0"
"ccr.ccs.tencentyun.com/self-hosted/swanlab-next:v3.0.0"
"ccr.ccs.tencentyun.com/self-hosted/swanlab-server:v3.1.0"
"ccr.ccs.tencentyun.com/self-hosted/swanlab-house:v3.1.0"
"ccr.ccs.tencentyun.com/self-hosted/swanlab-cloud:v3.1.0"
"ccr.ccs.tencentyun.com/self-hosted/swanlab-next:v3.1.0"
)

# Pull images
Expand Down Expand Up @@ -116,7 +116,7 @@ $ ./docker/install.sh
____) \ V V / (_| | | | | |___| (_| | |_) |
|_____/ \_/\_/ \__,_|_| |_|______\__,_|_.__/

Self-Hosted Docker v3.0.0 - @SwanLab
Self-Hosted Docker v3.1.0 - @SwanLab

🎉 Wow, the installation is complete. Everything is perfect.
🥰 Congratulations, self-hosted SwanLab can be accessed using {IP}:8000
Expand Down
2 changes: 1 addition & 1 deletion en/self_host/kubernetes/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If you want to use [Kubernetes](https://kubernetes.io/) for self-hosted deployme
- `<your_namespace>`: The namespace for the SwanLab self-hosted service deployed in the cluster, please replace with the actual namespace used for deployment

::: info
**Current APP_VERSION: v3.0.0**
**Current APP_VERSION: v3.1.0**
:::

## 🧱 Prerequisites
Expand Down
1 change: 1 addition & 0 deletions en/self_host/kubernetes/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Before updating, please ensure you have completed the following:
1. **PVC and Snapshot Policy Configured**: Please confirm that PVCs for storage resource services have been successfully created, and that corresponding snapshot policies have been configured to ensure data security.
2. **Confirm Image Repository Accessibility**: You need to ensure the cluster can access `repo.swanlab.cn` to pull images normally (otherwise you need to pull the known images and push them to a private repository). For details, see [SwanLab Self-Hosted Resource Inventory](./deploy.md#🧾-resource-inventory)
3. **Check Image Tag Configuration**: In your `values.yaml`, ensure the image **tags for the following applications are empty strings or specified version tags**, not `latest`:
- `swanlab-auth`
- `swanlab-cloud`
- `swanlab-next`
- `swanlab-house`
Expand Down
18 changes: 9 additions & 9 deletions zh/self_host/docker/offline-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ images=(
"ccr.ccs.tencentyun.com/self-hosted/fluent-bit:3.0"
"ccr.ccs.tencentyun.com/self-hosted/minio:RELEASE.2025-02-28T09-55-16Z"
"ccr.ccs.tencentyun.com/self-hosted/minio-mc:RELEASE.2025-04-08T15-39-49Z"
"ccr.ccs.tencentyun.com/self-hosted/swanlab-server:v3.0.0"
"ccr.ccs.tencentyun.com/self-hosted/swanlab-house:v3.0.0"
"ccr.ccs.tencentyun.com/self-hosted/swanlab-cloud:v3.0.0"
"ccr.ccs.tencentyun.com/self-hosted/swanlab-next:v3.0.0"
"ccr.ccs.tencentyun.com/self-hosted/swanlab-server:v3.1.0"
"ccr.ccs.tencentyun.com/self-hosted/swanlab-house:v3.1.0"
"ccr.ccs.tencentyun.com/self-hosted/swanlab-cloud:v3.1.0"
"ccr.ccs.tencentyun.com/self-hosted/swanlab-next:v3.1.0"
)

# 下载镜像
Expand Down Expand Up @@ -129,7 +129,7 @@ $ ./docker/install.sh
____) \ V V / (_| | | | | |___| (_| | |_) |
|_____/ \_/\_/ \__,_|_| |_|______\__,_|_.__/

Self-Hosted Docker v3.0.0 - @SwanLab
Self-Hosted Docker v3.1.0 - @SwanLab

🎉 Wow, the installation is complete. Everything is perfect.
🥰 Congratulations, self-hosted SwanLab can be accessed using {IP}:8000
Expand All @@ -156,15 +156,15 @@ $ ./docker/install.sh
$ docker compose ps -a
NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS
swanlab-clickhouse ccr.ccs.tencentyun.com/self-hosted/clickhouse:24.3 "/entrypoint.sh" clickhouse 22 minutes ago Up 22 minutes (healthy) 8123/tcp, 9000/tcp, 9009/tcp
swanlab-cloud ccr.ccs.tencentyun.com/self-hosted/swanlab-cloud:v3.0.0 "/docker-entrypoint.…" swanlab-cloud 22 minutes ago Up 21 minutes 80/tcp
swanlab-cloud ccr.ccs.tencentyun.com/self-hosted/swanlab-cloud:v3.1.0 "/docker-entrypoint.…" swanlab-cloud 22 minutes ago Up 21 minutes 80/tcp
swanlab-fluentbit ccr.ccs.tencentyun.com/self-hosted/fluent-bit:3.0 "/fluent-bit/bin/flu…" fluent-bit 22 minutes ago Up 22 minutes 2020/tcp
swanlab-house ccr.ccs.tencentyun.com/self-hosted/swanlab-house:v3.0.0 "./app" swanlab-house 22 minutes ago Up 21 minutes (healthy) 3000/tcp
swanlab-house ccr.ccs.tencentyun.com/self-hosted/swanlab-house:v3.1.0 "./app" swanlab-house 22 minutes ago Up 21 minutes (healthy) 3000/tcp
swanlab-logrotate ccr.ccs.tencentyun.com/self-hosted/logrotate:v1 "/sbin/tini -- /usr/…" logrotate 22 minutes ago Up 22 minutes
swanlab-minio ccr.ccs.tencentyun.com/self-hosted/minio:RELEASE.2025-02-28T09-55-16Z "/usr/bin/docker-ent…" minio 22 minutes ago Up 22 minutes (healthy) 9000/tcp
swanlab-next ccr.ccs.tencentyun.com/self-hosted/swanlab-next:v3.0.0 "docker-entrypoint.s…" swanlab-next 22 minutes ago Up 21 minutes 3000/tcp
swanlab-next ccr.ccs.tencentyun.com/self-hosted/swanlab-next:v3.1.0 "docker-entrypoint.s…" swanlab-next 22 minutes ago Up 21 minutes 3000/tcp
swanlab-postgres ccr.ccs.tencentyun.com/self-hosted/postgres:16.1 "docker-entrypoint.s…" postgres 22 minutes ago Up 22 minutes (healthy) 5432/tcp
swanlab-redis ccr.ccs.tencentyun.com/self-hosted/redis-stack-server:7.2.0-v15 "/entrypoint.sh" redis 22 minutes ago Up 22 minutes (healthy) 6379/tcp
swanlab-server ccr.ccs.tencentyun.com/self-hosted/swanlab-server:v3.0.0 "docker-entrypoint.s…" swanlab-server 22 minutes ago Up 21 minutes (healthy) 3000/tcp
swanlab-server ccr.ccs.tencentyun.com/self-hosted/swanlab-server:v3.1.0 "docker-entrypoint.s…" swanlab-server 22 minutes ago Up 21 minutes (healthy) 3000/tcp
swanlab-traefik ccr.ccs.tencentyun.com/self-hosted/traefik:v3.0 "/entrypoint.sh trae…" traefik 22 minutes ago Up 22 minutes (healthy) 0.0.0.0:8000->80/tcp, [::]:8000->80/tcp
```

Expand Down
2 changes: 1 addition & 1 deletion zh/self_host/kubernetes/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- `<your_namespace>`: 在集群中部署的 SwanLab 私有化服务的命名空间,请替换为部署使用的命名空间

::: info
**当前APP_VERSION: v3.0.0**
**当前APP_VERSION: v3.1.0**
:::

## 🧱 先决条件
Expand Down
1 change: 1 addition & 0 deletions zh/self_host/kubernetes/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ helm search repo swanlab/self-hosted --versions
1. **已配置 PVC 及快照策略**:请确认用于存储资源服务的 PVC 已成功创建,并已配置好相应的快照策略以保障数据安全。
2. **确认镜像仓库可达**:您需要保证集群可以访问 `repo.swanlab.cn`,以保证能够正常拉取镜像 (否则您需要将已知的镜像拉取下来推送到私有仓库)。详情见 [SwanLab 私有化版资源清单](./deploy.md#🧾-资源清单)
3. **检查镜像 tag 配置**:在您的 `values.yaml` 中,确保以下应用的镜像 **tag 为空字符串或指定版本 tag**,而非 `latest`:
- `swanlab-auth`
- `swanlab-cloud`
- `swanlab-next`
- `swanlab-house`
Expand Down
Loading