milvus/tests/python_client/scale/constants.py
ThreadDao a7b5dc6e04
[test] Update scale test image pull (#18437)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2022-07-28 16:00:31 +08:00

9 lines
396 B
Python

# scale object
# IMAGE_REPOSITORY = "registry.milvus.io/milvus/milvus" # repository of milvus image
IMAGE_REPOSITORY = "harbor.milvus.io/dockerhub/milvusdb/milvus"
IMAGE_TAG = "master-20211227-b022615" # tag of milvus image
# NAMESPACE = "chaos-testing" # namespace
NAMESPACE = "qa"
IF_NOT_PRESENT = "IfNotPresent" # image pullPolicy IfNotPresent
ALWAYS = "Always" # image pullPolicy Always