File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments