diff --git a/scripts/helmcharts/openreplay-cli b/scripts/helmcharts/openreplay-cli index d30434f7c..6a72bb7f3 100755 --- a/scripts/helmcharts/openreplay-cli +++ b/scripts/helmcharts/openreplay-cli @@ -352,7 +352,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