mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
892763b823
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
8 lines
354 B
Python
8 lines
354 B
Python
# scale object
|
|
# IMAGE_REPOSITORY = "registry.milvus.io/milvus/milvus" # repository of milvus image
|
|
IMAGE_REPOSITORY = "milvusdb/milvus-dev"
|
|
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
|