mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
[skip e2e]Update etcd version (#17987)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
47c9e77155
commit
d2e26fd3f1
@ -49,7 +49,7 @@ pipeline {
|
||||
string(
|
||||
description: 'Etcd Image Tag',
|
||||
name: 'etcd_image_tag',
|
||||
defaultValue: "3.5.0-r5"
|
||||
defaultValue: "3.5.0-r6"
|
||||
)
|
||||
string(
|
||||
description: 'QueryNode Nums',
|
||||
|
@ -49,7 +49,7 @@ pipeline {
|
||||
string(
|
||||
description: 'Etcd Image Tag',
|
||||
name: 'etcd_image_tag',
|
||||
defaultValue: "3.5.0-r5"
|
||||
defaultValue: "3.5.0-r6"
|
||||
)
|
||||
string(
|
||||
description: 'QueryNode Nums',
|
||||
|
@ -56,7 +56,7 @@ pipeline {
|
||||
string(
|
||||
description: 'Etcd Image Tag',
|
||||
name: 'etcd_image_tag',
|
||||
defaultValue: "3.5.0-r5"
|
||||
defaultValue: "3.5.0-r6"
|
||||
)
|
||||
string(
|
||||
description: 'Querynode Nums',
|
||||
|
@ -56,7 +56,7 @@ pipeline {
|
||||
string(
|
||||
description: 'Etcd Image Tag',
|
||||
name: 'etcd_image_tag',
|
||||
defaultValue: "3.5.0-r5"
|
||||
defaultValue: "3.5.0-r6"
|
||||
)
|
||||
string(
|
||||
description: 'Querynode Nums',
|
||||
|
@ -10,7 +10,7 @@ etcd:
|
||||
replicaCount: 3
|
||||
image:
|
||||
repository: milvusdb/etcd
|
||||
tag: 3.5.0-r5
|
||||
tag: 3.5.0-r6
|
||||
|
||||
minio:
|
||||
resources:
|
||||
|
@ -16,7 +16,7 @@ etcd:
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: milvusdb/etcd
|
||||
tag: 3.5.0-r5
|
||||
tag: 3.5.0-r6
|
||||
minio:
|
||||
mode: standalone
|
||||
pulsar:
|
||||
|
@ -10,7 +10,7 @@ etcd:
|
||||
replicaCount: 3
|
||||
image:
|
||||
repository: milvusdb/etcd
|
||||
tag: 3.5.0-r5
|
||||
tag: 3.5.0-r6
|
||||
extraEnvVars:
|
||||
- name: ETCD_INITIAL_CLUSTER_STATE
|
||||
value: "existing"
|
||||
|
@ -10,7 +10,7 @@ etcd:
|
||||
replicaCount: 3
|
||||
image:
|
||||
repository: milvusdb/etcd
|
||||
tag: 3.5.0-r5
|
||||
tag: 3.5.0-r6
|
||||
|
||||
minio:
|
||||
resources:
|
||||
|
@ -16,7 +16,7 @@ etcd:
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: milvusdb/etcd
|
||||
tag: 3.5.0-r5
|
||||
tag: 3.5.0-r6
|
||||
minio:
|
||||
mode: standalone
|
||||
pulsar:
|
||||
|
Loading…
Reference in New Issue
Block a user