From 6b57e87acb830318cb06247339c0601f5d24339c Mon Sep 17 00:00:00 2001 From: ThreadDao Date: Mon, 27 Dec 2021 15:22:57 +0800 Subject: [PATCH] [skip e2e] Update scale test image tag (#14294) Signed-off-by: ThreadDao --- tests/python_client/scale/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/scale/constants.py b/tests/python_client/scale/constants.py index fb6228b2cc..c63ff2334f 100644 --- a/tests/python_client/scale/constants.py +++ b/tests/python_client/scale/constants.py @@ -1,6 +1,6 @@ # scale object IMAGE_REPOSITORY = "registry.milvus.io/milvus/milvus" # repository of milvus image -IMAGE_TAG = "master-20211213-d14fff0" # tag of milvus image +IMAGE_TAG = "master-20211227-b022615" # tag of milvus image NAMESPACE = "chaos-testing" # namespace IF_NOT_PRESENT = "IfNotPresent" # image pullPolicy IfNotPresent ALWAYS = "Always" # image pullPolicy Always