'Delete specific revision from release made with helm

I'm searching for a way with helm v3 to delete certain revision from given release.

Let's say that I got my-release with revision 1,2,2,4 that are automatically created on running helm upgrade and deploy new revisions. I can use helm rollback my-release 3 if I got issues with version 4.

Is there a way to delete specific revision - lets say 1 and 2

helm uninstall my-release 1 is not working unfortunately.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source