diff --git a/build/ci/jenkins/ChaosTest.groovy b/build/ci/jenkins/ChaosTest.groovy index a3a3b2b70c..eb648ce985 100644 --- a/build/ci/jenkins/ChaosTest.groovy +++ b/build/ci/jenkins/ChaosTest.groovy @@ -49,7 +49,7 @@ pipeline { string( description: 'Etcd Image Tag', name: 'etcd_image_tag', - defaultValue: "3.5.0-r1" + defaultValue: "3.5.0-r3" ) string( description: 'QueryNode Nums', diff --git a/build/ci/jenkins/ChaosTestKafkaMQ.groovy b/build/ci/jenkins/ChaosTestKafkaMQ.groovy index e90f809573..874a6cdd11 100644 --- a/build/ci/jenkins/ChaosTestKafkaMQ.groovy +++ b/build/ci/jenkins/ChaosTestKafkaMQ.groovy @@ -49,7 +49,7 @@ pipeline { string( description: 'Etcd Image Tag', name: 'etcd_image_tag', - defaultValue: "3.5.0-r1" + defaultValue: "3.5.0-r3" ) string( description: 'QueryNode Nums', diff --git a/build/ci/jenkins/DeployTest.groovy b/build/ci/jenkins/DeployTest.groovy index 5d7108ca9b..663c592229 100644 --- a/build/ci/jenkins/DeployTest.groovy +++ b/build/ci/jenkins/DeployTest.groovy @@ -56,7 +56,7 @@ pipeline { string( description: 'Etcd Image Tag', name: 'etcd_image_tag', - defaultValue: "3.5.0-r1" + defaultValue: "3.5.0-r3" ) string( description: 'Querynode Nums', @@ -302,14 +302,11 @@ pipeline { } } - echo "uninstall release" - sh "helm uninstall ${env.RELEASE_NAME}" - if ("${params.milvus_mode}" == "standalone") { - sh "helm install --wait --timeout 720s ${env.RELEASE_NAME} milvus/milvus --set image.all.repository=${params.new_image_repository} --set image.all.tag=${new_image_tag_modified} -f standalone-values.yaml" + sh "helm upgrade --wait --timeout 720s ${env.RELEASE_NAME} milvus/milvus --set image.all.repository=${params.new_image_repository} --set image.all.tag=${new_image_tag_modified} -f standalone-values.yaml" } if ("${params.milvus_mode}" == "cluster") { - sh "helm install --wait --timeout 720s ${env.RELEASE_NAME} milvus/milvus --set image.all.repository=${params.new_image_repository} --set image.all.tag=${new_image_tag_modified} -f cluster-values.yaml" + sh "helm upgrade --wait --timeout 720s ${env.RELEASE_NAME} milvus/milvus --set image.all.repository=${params.new_image_repository} --set image.all.tag=${new_image_tag_modified} -f cluster-values.yaml" } sh "sleep 60s" // sh "kubectl wait --for=condition=Ready pod -l app.kubernetes.io/instance=${env.RELEASE_NAME} -n ${env.NAMESPACE} --timeout=360s" diff --git a/build/ci/jenkins/DeployTestKafkaMQ.groovy b/build/ci/jenkins/DeployTestKafkaMQ.groovy index d2dbea60b4..61441712e1 100644 --- a/build/ci/jenkins/DeployTestKafkaMQ.groovy +++ b/build/ci/jenkins/DeployTestKafkaMQ.groovy @@ -56,7 +56,7 @@ pipeline { string( description: 'Etcd Image Tag', name: 'etcd_image_tag', - defaultValue: "3.5.0-r1" + defaultValue: "3.5.0-r3" ) string( description: 'Querynode Nums', diff --git a/tests/python_client/chaos/cluster-values.yaml b/tests/python_client/chaos/cluster-values.yaml index f4450994b2..b961efb3d9 100644 --- a/tests/python_client/chaos/cluster-values.yaml +++ b/tests/python_client/chaos/cluster-values.yaml @@ -10,7 +10,7 @@ etcd: replicaCount: 3 image: repository: milvusdb/etcd - tag: 3.5.0-r1 + tag: 3.5.0-r3 minio: resources: diff --git a/tests/python_client/chaos/standalone-values.yaml b/tests/python_client/chaos/standalone-values.yaml index 6938a25d13..c7ac1aa2dc 100644 --- a/tests/python_client/chaos/standalone-values.yaml +++ b/tests/python_client/chaos/standalone-values.yaml @@ -16,7 +16,7 @@ etcd: replicaCount: 1 image: repository: milvusdb/etcd - tag: 3.5.0-r1 + tag: 3.5.0-r3 minio: mode: standalone pulsar: diff --git a/tests/python_client/deploy/cluster-values.yaml b/tests/python_client/deploy/cluster-values.yaml index 566076d1b1..6fe9c9aa40 100644 --- a/tests/python_client/deploy/cluster-values.yaml +++ b/tests/python_client/deploy/cluster-values.yaml @@ -10,7 +10,7 @@ etcd: replicaCount: 3 image: repository: milvusdb/etcd - tag: 3.5.0-r1 + tag: 3.5.0-r3 minio: resources: diff --git a/tests/python_client/deploy/standalone-values.yaml b/tests/python_client/deploy/standalone-values.yaml index b3b5f11ffb..c02996a7dc 100644 --- a/tests/python_client/deploy/standalone-values.yaml +++ b/tests/python_client/deploy/standalone-values.yaml @@ -16,7 +16,7 @@ etcd: replicaCount: 1 image: repository: milvusdb/etcd - tag: 3.5.0-r1 + tag: 3.5.0-r3 minio: mode: standalone pulsar: