[skip e2e] Update scale test image tag (#14294)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
ThreadDao 2021-12-27 15:22:57 +08:00 committed by GitHub
parent 4671a88fbb
commit 6b57e87acb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# scale object # scale object
IMAGE_REPOSITORY = "registry.milvus.io/milvus/milvus" # repository of milvus image 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 NAMESPACE = "chaos-testing" # namespace
IF_NOT_PRESENT = "IfNotPresent" # image pullPolicy IfNotPresent IF_NOT_PRESENT = "IfNotPresent" # image pullPolicy IfNotPresent
ALWAYS = "Always" # image pullPolicy Always ALWAYS = "Always" # image pullPolicy Always