[skip e2e]Update etcd version (#17987)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
zhuwenxing 2022-07-01 11:38:18 +08:00 committed by GitHub
parent 47c9e77155
commit d2e26fd3f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -10,7 +10,7 @@ etcd:
replicaCount: 3
image:
repository: milvusdb/etcd
tag: 3.5.0-r5
tag: 3.5.0-r6
minio:
resources:

View File

@ -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:

View File

@ -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"

View File

@ -10,7 +10,7 @@ etcd:
replicaCount: 3
image:
repository: milvusdb/etcd
tag: 3.5.0-r5
tag: 3.5.0-r6
minio:
resources:

View File

@ -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: