From b573295946b8a18be2009936bf36212935acb917 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 4 Nov 2024 14:25:56 +0800 Subject: [PATCH] enhance: [skip e2e] update helm chart version for nightly Signed-off-by: nico --- ci/jenkins/Nightly2.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/jenkins/Nightly2.groovy b/ci/jenkins/Nightly2.groovy index 7e16a9bb6f7eb..25694ba1a4f77 100644 --- a/ci/jenkins/Nightly2.groovy +++ b/ci/jenkins/Nightly2.groovy @@ -8,7 +8,7 @@ String cron_string = BRANCH_NAME == 'master' ? '50 1 * * * ' : '' // 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.8' +def milvus_helm_chart_version = '4.2.18' pipeline { triggers {