Rollback in progress error helm

We get below error sometimes in the pipelines if we cancel the ongoing helm relase.

===How to fix===

1) Either delete the helm release('''we cannot delete the relase on prod''', as this will remove the running pods and break prod)
2) Delete the helm secret which is in bad state(pending-upgrade). Then re-release helm(re-run the release pipeline)