Skip to content

Commit 6da09b8

Browse files
[automated] Bump milvus version to v2.6.14 (milvus-io#48744)
Bump milvus version to v2.6.14 Signed-off-by: sre-ci-robot [email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0fb8e07 commit 6da09b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/standalone_embed.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ docker run -d ^
8080
--health-start-period=90s ^
8181
--health-timeout=20s ^
8282
--health-retries=3 ^
83-
milvusdb/milvus:v2.6.13 ^
83+
milvusdb/milvus:v2.6.14 ^
8484
milvus run standalone >nul
8585
if %errorlevel% neq 0 (
8686
echo Failed to start Milvus container.

scripts/standalone_embed.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ EOF
5959
--health-start-period=90s \
6060
--health-timeout=20s \
6161
--health-retries=3 \
62-
milvusdb/milvus:v2.6.13 \
62+
milvusdb/milvus:v2.6.14 \
6363
milvus run standalone 1> /dev/null
6464
}
6565

0 commit comments

Comments
 (0)