ThreadDao 6b57e87acb
[skip e2e] Update scale test image tag (#14294)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2021-12-27 15:22:57 +08:00

12 lines
429 B
Python

# scale object
IMAGE_REPOSITORY = "registry.milvus.io/milvus/milvus" # repository 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
MILVUS_LOGS_PATH = '/tmp/milvus' # path of milvus pod logs
# default scale config
DEFAULT_RELEASE_PREFIX = "scale"