From a5fccc301ade596107c6a757af7fd1f79b080438 Mon Sep 17 00:00:00 2001 From: Dippy <52082595+Dippys@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:54:34 +0400 Subject: [PATCH] Fix issues where Plane won't install properly. --- deploy/selfhost/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/selfhost/install.sh b/deploy/selfhost/install.sh index 30f2d15d72c..8c23f428ff9 100755 --- a/deploy/selfhost/install.sh +++ b/deploy/selfhost/install.sh @@ -3,7 +3,7 @@ BRANCH=master SCRIPT_DIR=$PWD PLANE_INSTALL_DIR=$PWD/plane-app -export APP_RELEASE=$BRANCH +export APP_RELEASE=stable export DOCKERHUB_USER=makeplane export PULL_POLICY=always USE_GLOBAL_IMAGES=1