|
|
|
@ -36,7 +36,7 @@ else |
|
|
|
fromVersion="${FROM_VERSION// }" |
|
|
|
fi |
|
|
|
|
|
|
|
kubectl apply -f database-setup.yml && |
|
|
|
kubectl apply -f common/database-setup.yml && |
|
|
|
kubectl wait --for=condition=Ready pod/tb-db-setup --timeout=120s && |
|
|
|
kubectl exec tb-db-setup -- sh -c 'export UPGRADE_TB=true; export FROM_VERSION='"$fromVersion"'; start-tb-node.sh; touch /tmp/install-finished;' |
|
|
|
|
|
|
|
|