devtron
devtron copied to clipboard
On Hibernating Application it does not update on deployment history
Checklist:
- [ ] I've searched in the docs and FAQ for my answer
- [ ] I've included steps to reproduce the bug.
Describe the bug
On hibernating application, it hibernates the application but when checked with deployment history it was not showing that someone made the replicasount as 0.
To Reproduce
[ordered list the process to finding and recreating the issue, example below]
- Create a devtron Application.
- Deploy it.
- Now hibernate the application from the app details page on UI.
- Now check the deployment history -> deployment template
Expected behavior
It should update the replicacount in the deployment template from current-replicas -> 0.
Current behavior
As of now, it shows only a deployment is made but doesn't show the diff of replicacount. Also checked with DB it is updated there but not showing on UI.
Screenshots
App details page Showing hibernated application
Deployment history page does not show the diff
AB#74