diff --git a/scripts/helmcharts/openreplay-cli b/scripts/helmcharts/openreplay-cli index d0e946071..0b417f916 100755 --- a/scripts/helmcharts/openreplay-cli +++ b/scripts/helmcharts/openreplay-cli @@ -364,7 +364,11 @@ do exit 0 ;; -u | --upgrade) - log title "Upgrading OpenReplay" + if [[ $RELEASE_UPGRADE -eq 1 ]]; then + log title "Upgrading OpenReplay to latest release" + else + log title "Fetching OpenReplay Patches" + fi upgrade clean_tmp_dir exit 0