From ddf759abb2e1e16998412d9ffd3a2b2067d3fed2 Mon Sep 17 00:00:00 2001 From: nico <109071306+NicoYuan1986@users.noreply.github.com> Date: Sun, 7 Apr 2024 17:31:23 +0800 Subject: [PATCH] enhance: [skip e2e] update chart version in nightly test (#31960) Signed-off-by: nico --- ci/jenkins/Nightly.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/jenkins/Nightly.groovy b/ci/jenkins/Nightly.groovy index d258b7eaec..8555029a97 100644 --- a/ci/jenkins/Nightly.groovy +++ b/ci/jenkins/Nightly.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 imageTag='' -def chart_version='4.1.10' +def chart_version='4.1.27' pipeline { triggers { cron """${cron_timezone}