After updating the GitLab Runner from the Kubernetes cluster page it still says there is an update available.

Summary

I was installing Gitlab managed apps ont my k8s cluster, https://gitlab.com/jeanduplessis/configure-onboarding/clusters/68353, and saw the update option shown for the GitLab Runner app. After updating the app it still showed that an update was available.

Steps to reproduce

  1. Go to Operations > Kubernetes and click on a specific cluster.
  2. Install GitLab Runner
  3. Click on the update button

Example Project

https://gitlab.com/jeanduplessis/configure-onboarding/clusters/68353

What is the current bug behavior?

The update button still shows after updating.

What is the expected correct behavior?

The update button shouldn't be visible or clickable after successful update installation

Relevant logs and/or screenshots

Screen_Shot_2019-09-03_at_16.57.20 Screen_Shot_2019-09-03_at_16.57.49 Screen_Shot_2019-09-03_at_16.57.53

On clicking updated the cluster status json contains:

can_uninstall: true
name: "runner"
status: "updating"
status_reason: null
update_available: true
version: "0.7.0"

After update it contains:

can_uninstall: true
name: "runner"
status: "updated"
status_reason: null
update_available: true
version: "0.7.0"

This bug happens on GitLab.com

Assignee Loading
Time tracking Loading