未验证 提交 ec7a98d2 编写于 作者: B bigsheeper 提交者: GitHub

Update helm chart version in ci (#20162)

Signed-off-by: Nbigsheeper <yihao.dai@zilliz.com>
Signed-off-by: Nbigsheeper <yihao.dai@zilliz.com>
上级 8cb5122d
......@@ -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.12'
def chart_version='3.2.13'
pipeline {
triggers {
cron """${cron_timezone}
......
......@@ -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.12'
def chart_version='3.2.13'
pipeline {
options {
timestamps()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册