diff --git a/hack/e2e-suite/update.sh b/hack/e2e-suite/update.sh index f27fe6eca93..14d08b1f158 100755 --- a/hack/e2e-suite/update.sh +++ b/hack/e2e-suite/update.sh @@ -95,7 +95,7 @@ function validate() { template_string="{{(index .currentState.info \"${CONTROLLER_NAME}\").image}}" current_image=$($KUBECTL get pods "$id" -o template --template="${template_string}") || true - if [[ "$current_image" != "${DOCKER_HUB_USER}/update-demo:${container_image_version}" ]]; then + if [[ "$current_image" != "kubernetes/update-demo:${container_image_version}" ]]; then echo " ${id} is created but running wrong image" continue fi