I am trying to rollback the helm chart to the previous build using the below command.
helm rollback service_name --debug -n namespace
In helm history, it showing rollback updated.
helm history service_name -n namespace
62 Fri Sep 10 14:11:07 2021 deployed service_name-0.1.0 1.16.0 Rollback to 60
But POD is not updating, Still it showing the old build id, Even after manual restarts.