enhance: [skip e2e] update helm chart version for nightly (#37406)

Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
nico 2024-11-04 16:34:23 +08:00 committed by GitHub
parent 0c4321cf57
commit 9fe90bf357
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {