From c05c47187a2e28ab1fc8ab061ce4dea3349b3a80 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 10 Oct 2018 02:39:11 -0400 Subject: [PATCH] fix: do not force-set plugin image and version to existing image and version --- subcommands/upgrade | 3 --- 1 file changed, 3 deletions(-) diff --git a/subcommands/upgrade b/subcommands/upgrade index 3e390b1..e012e10 100755 --- a/subcommands/upgrade +++ b/subcommands/upgrade @@ -22,9 +22,6 @@ service-upgrade-cmd() { local ID="$(cat "$SERVICE_ROOT/ID")" is_container_status "$ID" "Running" || dokku_log_fail "Service ${SERVICE} container is not running" - PLUGIN_IMAGE=$(service_version "$SERVICE" | grep -o "^.*:" | sed -r "s/://g") - PLUGIN_IMAGE_VERSION=$(service_version "$SERVICE" | grep -o ":.*$" | sed -r "s/://g") - service_parse_args "${@:2}" if ! service_image_exists "$SERVICE"; then