Update to use local-path (#15387)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/15251/head
Jenny Li 2022-01-26 13:49:40 +08:00 committed by GitHub
parent 9771059565
commit 4776dada09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -7,7 +7,7 @@ String cron_string = BRANCH_NAME == "master" ? "50 22 * * * " : ""
int total_timeout_minutes = 660
def imageTag=''
def chart_version='2.4.25'
def chart_version='3.0.0'
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='2.4.25'
def chart_version='3.0.0'
pipeline {
options {
timestamps()

View File

@ -94,6 +94,9 @@ pulsar:
# cpu: "1.5"
# memory: "8Gi"
bookkeeper:
volumes:
ledgers:
existingStorageClassName: local-path
resources:
requests:
cpu: 1
@ -118,6 +121,9 @@ pulsar:
# cpu: "1"
# memory: "1Gi"
zookeeper:
volumes:
data:
existingStorageClassName: local-path
resources:
requests:
cpu: "0.3"