Upgrade chart version to 3.0.27 for new etcd (#18093)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
Jenny Li 2022-07-06 14:06:21 +08:00 committed by GitHub
parent a9b1d71a8f
commit 2fd1e9956d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ String cron_string = BRANCH_NAME == "master" ? "50 22,2 * * * " : ""
// Make timeout 4 hours so that we can run two nightly during the ci
int total_timeout_minutes = 4 * 60
def imageTag=''
def chart_version='3.0.24'
def chart_version='3.0.27'
pipeline {
triggers {
cron """${cron_timezone}

View File

@ -4,7 +4,7 @@ int total_timeout_minutes = 120
int e2e_timeout_seconds = 70 * 60
def imageTag=''
int case_timeout_seconds = 10 * 60
def chart_version='3.0.19'
def chart_version='3.0.27'
pipeline {
options {
timestamps()