From 874570baa33d92b1225ce0fbd596451823465ced Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 4 May 2023 05:43:11 +0200 Subject: [PATCH] chore(cli): Override GH repo Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay-cli b/scripts/helmcharts/openreplay-cli index 82caf9dfa..ba32c1162 100755 --- a/scripts/helmcharts/openreplay-cli +++ b/scripts/helmcharts/openreplay-cli @@ -4,7 +4,7 @@ OR_DIR="/var/lib/openreplay" APP_NS="${APP_NS:-app}" DB_NS="${DB_NS:-db}" -OR_REPO="https://github.com/openreplay/openreplay" +OR_REPO="${OR_REPO:-'https://github.com/openreplay/openreplay'}" # For example HELM_OPTIONS="--set dbMigrationUpstreamBranch=dev" #HELM_OPTIONS="" # If you want to install the dev version. It can be any branch or tag.