diff --git a/ci/jenkins/Nightly2.groovy b/ci/jenkins/Nightly2.groovy index 07ac693f72..6c2528268b 100644 --- a/ci/jenkins/Nightly2.groovy +++ b/ci/jenkins/Nightly2.groovy @@ -8,7 +8,7 @@ String cron_string = BRANCH_NAME == 'master' ? '50 4 * * * ' : '' // Make timeout 4 hours so that we can run two nightly during the ci int total_timeout_minutes = 7 * 60 -def milvus_helm_chart_version = '4.2.56' +def milvus_helm_chart_version = '5.0.0' pipeline { triggers { diff --git a/ci/jenkins/PR-Arm.groovy b/ci/jenkins/PR-Arm.groovy index d6ac2ce578..aa40b442de 100644 --- a/ci/jenkins/PR-Arm.groovy +++ b/ci/jenkins/PR-Arm.groovy @@ -4,7 +4,7 @@ int total_timeout_minutes = 60 * 5 int e2e_timeout_seconds = 120 * 60 def imageTag='' int case_timeout_seconds = 20 * 60 -def chart_version='4.2.56' +def chart_version='5.0.0' pipeline { options { timestamps() diff --git a/ci/jenkins/PR-for-go-sdk.groovy b/ci/jenkins/PR-for-go-sdk.groovy index 977a9d5924..cde09cebd0 100644 --- a/ci/jenkins/PR-for-go-sdk.groovy +++ b/ci/jenkins/PR-for-go-sdk.groovy @@ -2,7 +2,7 @@ def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml' -def milvus_helm_chart_version = '4.2.56' +def milvus_helm_chart_version = '5.0.0' pipeline { options { diff --git a/ci/jenkins/PR.groovy b/ci/jenkins/PR.groovy index 7b8814557e..f3815944b4 100644 --- a/ci/jenkins/PR.groovy +++ b/ci/jenkins/PR.groovy @@ -1,7 +1,7 @@ @Library('jenkins-shared-library@tekton') _ def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml' -def milvus_helm_chart_version = '4.2.56' +def milvus_helm_chart_version = '5.0.0' pipeline { options { diff --git a/ci/jenkins/PRGPU.groovy b/ci/jenkins/PRGPU.groovy index a0dfb0c28e..a4f65ef073 100644 --- a/ci/jenkins/PRGPU.groovy +++ b/ci/jenkins/PRGPU.groovy @@ -4,7 +4,7 @@ int total_timeout_minutes = 60 * 5 int e2e_timeout_seconds = 70 * 60 def imageTag='' int case_timeout_seconds = 10 * 60 -def chart_version='4.2.56' +def chart_version='5.0.0' pipeline { options { timestamps()