Skip to content

Commit 815596d

Browse files
chore: cloud v2.3.1 (#76)
修复 cloud
1 parent 000f166 commit 815596d

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ services:
214214
retries: 3
215215
swanlab-cloud:
216216
<<: *common
217-
image: ccr.ccs.tencentyun.com/self-hosted/swanlab-cloud:v2.3
217+
image: ccr.ccs.tencentyun.com/self-hosted/swanlab-cloud:v2.3.1
218218
container_name: swanlab-cloud
219219
depends_on:
220220
swanlab-server:

docker/install-dockerhub.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ services:
380380
retries: 3
381381
swanlab-cloud:
382382
<<: *common
383-
image: swanlab/swanlab-cloud:v2.1
383+
image: swanlab/swanlab-cloud:v2.3.1
384384
container_name: swanlab-cloud
385385
depends_on:
386386
swanlab-server:

docker/install-nowsl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ services:
388388
retries: 3
389389
swanlab-cloud:
390390
<<: *common
391-
image: ccr.ccs.tencentyun.com/self-hosted/swanlab-cloud:v2.3
391+
image: ccr.ccs.tencentyun.com/self-hosted/swanlab-cloud:v2.3.1
392392
container_name: swanlab-cloud
393393
depends_on:
394394
swanlab-server:

docker/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ services:
384384
retries: 3
385385
swanlab-cloud:
386386
<<: *common
387-
image: ccr.ccs.tencentyun.com/self-hosted/swanlab-cloud:v2.3
387+
image: ccr.ccs.tencentyun.com/self-hosted/swanlab-cloud:v2.3.1
388388
container_name: swanlab-cloud
389389
depends_on:
390390
swanlab-server:

docker/upgrade.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ if [[ "$confirm" == [yY] || "$confirm" == [yY][eE][sS] ]]; then
200200
echo "begin update"
201201
# update all containers version
202202
update_version "2.3"
203+
update_service_version "swanlab-cloud" "2.3.1"
203204
update_service_version "fluent-bit" "3.1"
204205

205206
# update DATABASE_URL_REPLICA

scripts/pull-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ images=(
1212
"ccr.ccs.tencentyun.com/self-hosted/minio-mc:RELEASE.2025-04-08T15-39-49Z"
1313
"ccr.ccs.tencentyun.com/self-hosted/swanlab-server:v2.3"
1414
"ccr.ccs.tencentyun.com/self-hosted/swanlab-house:v2.3"
15-
"ccr.ccs.tencentyun.com/self-hosted/swanlab-cloud:v2.3"
15+
"ccr.ccs.tencentyun.com/self-hosted/swanlab-cloud:v2.3.1"
1616
"ccr.ccs.tencentyun.com/self-hosted/swanlab-next:v2.3"
1717
)
1818

0 commit comments

Comments
 (0)