diff --git a/ci/jenkins/Nightly.groovy b/ci/jenkins/Nightly.groovy index 6c11bda920..eb0b21e358 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='3.2.9' +def chart_version='3.2.12' pipeline { triggers { cron """${cron_timezone} diff --git a/ci/jenkins/PR.groovy b/ci/jenkins/PR.groovy index 850875301a..0d7300a239 100644 --- a/ci/jenkins/PR.groovy +++ b/ci/jenkins/PR.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='3.2.9' +def chart_version='3.2.12' pipeline { options { timestamps()