feat(install): Passing same tag for db upgrade
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
c4dc704c9e
commit
490c12cc5d
1 changed files with 2 additions and 1 deletions
|
|
@ -277,7 +277,8 @@ function install() {
|
|||
mv vars.yaml "$override_tmpdir"
|
||||
err_cd "$override_tmpdir"
|
||||
}
|
||||
SKIP_K8S_TOOLS=1 DOMAIN_NAME=$domain_name bash init.sh
|
||||
[[ -z $OR_VERSION ]] || HELM_OPTIONS="${HELM_OPTIONS} --set dbMigrationUpstreamBranch=${OR_VERSION}"
|
||||
HELM_OPTIONS=${HELM_OPTIONS} SKIP_K8S_TOOLS=1 DOMAIN_NAME=$domain_name bash init.sh
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue