未验证 提交 6511e386 编写于 作者: E edward.zeng 提交者: GitHub

Update default image tag for meta migration (#21709)

Signed-off-by: NEdward Zeng <jie.zeng@zilliz.com>
上级 c66ce4ae
......@@ -25,7 +25,7 @@ Milvus 2.2 has changed the meta structure for segment index. To upgrade a Milvus
| `t` | The target Milvus version. | `None` | True |
| `r` | The root path of Milvus meta. | `by-dev` | False |
| `w` | The new Milvus image tag. | `milvusdb/milvus:v2.2.0` | False |
| `m` | The meta migration image tag. | `milvusdb/meta-migration:v2.2.0` | False |
| `m` | The meta migration image tag. | `milvusdb/meta-migration:v2.2.0-bugfix-20220112` | False |
| `o` | The meta migration operation. | `migrate` | False |
| `d` | Whether to cleanup after migration is completed. | `false` | False |
| `c` | The storage class for meta migration pvc. | `default storage class` | False |
......
......@@ -4,7 +4,7 @@ namespace="default"
root_path="by-dev"
operation="migrate"
image_tag="milvusdb/milvus:v2.2.0"
meta_migration_pod_tag="milvusdb/meta-migration:v2.2.0"
meta_migration_pod_tag="milvusdb/meta-migration:v2.2.0-bugfix-20220112"
remove_migrate_pod_after_migrate="false"
storage_class=""
external_etcd_svc=""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册