From 9fe90bf357ba615476a0e47fc32df82fbcd4b850 Mon Sep 17 00:00:00 2001 From: nico <109071306+NicoYuan1986@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:34:23 +0800 Subject: [PATCH] enhance: [skip e2e] update helm chart version for nightly (#37406) 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 7e16a9bb6f..25694ba1a4 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 {