From 99721c8dd237adc01aa651cfe6d1a46b01b2c570 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Tue, 19 Sep 2023 15:29:24 +0800 Subject: [PATCH] [skip e2e]Disable debug mode in etcd image (#27212) Signed-off-by: zhuwenxing --- tests/python_client/chaos/cluster-values.yaml | 1 - tests/python_client/chaos/nats-standalone-values.yaml | 1 - tests/python_client/chaos/standalone-values.yaml | 1 - tests/python_client/deploy/cluster-values.yaml | 1 - tests/python_client/deploy/standalone-values.yaml | 1 - 5 files changed, 5 deletions(-) diff --git a/tests/python_client/chaos/cluster-values.yaml b/tests/python_client/chaos/cluster-values.yaml index 3719fb50be..aa8fe05be1 100644 --- a/tests/python_client/chaos/cluster-values.yaml +++ b/tests/python_client/chaos/cluster-values.yaml @@ -32,7 +32,6 @@ indexNode: etcd: replicaCount: 3 image: - debug: true repository: milvusdb/etcd tag: 3.5.5-r2 diff --git a/tests/python_client/chaos/nats-standalone-values.yaml b/tests/python_client/chaos/nats-standalone-values.yaml index 7ad51027ed..f3440cf818 100644 --- a/tests/python_client/chaos/nats-standalone-values.yaml +++ b/tests/python_client/chaos/nats-standalone-values.yaml @@ -27,7 +27,6 @@ kafka: etcd: replicaCount: 3 image: - debug: true repository: milvusdb/etcd tag: 3.5.5-r2 minio: diff --git a/tests/python_client/chaos/standalone-values.yaml b/tests/python_client/chaos/standalone-values.yaml index 8c4e47b303..8a08f058d4 100644 --- a/tests/python_client/chaos/standalone-values.yaml +++ b/tests/python_client/chaos/standalone-values.yaml @@ -27,7 +27,6 @@ kafka: etcd: replicaCount: 3 image: - debug: true repository: milvusdb/etcd tag: 3.5.5-r2 minio: diff --git a/tests/python_client/deploy/cluster-values.yaml b/tests/python_client/deploy/cluster-values.yaml index 5cf01f78e8..67ac127d2c 100644 --- a/tests/python_client/deploy/cluster-values.yaml +++ b/tests/python_client/deploy/cluster-values.yaml @@ -11,7 +11,6 @@ image: etcd: replicaCount: 3 image: - debug: true repository: milvusdb/etcd tag: 3.5.5-r2 diff --git a/tests/python_client/deploy/standalone-values.yaml b/tests/python_client/deploy/standalone-values.yaml index a4641fa774..647713311a 100644 --- a/tests/python_client/deploy/standalone-values.yaml +++ b/tests/python_client/deploy/standalone-values.yaml @@ -26,7 +26,6 @@ kafka: etcd: replicaCount: 3 image: - debug: true repository: milvusdb/etcd tag: 3.5.5-r2 minio: