Fix Helm App Version parsing
- We had noticed that parsing for release it is not happening correctly
- This commit will fix that parsing
Issue details
I.E. v0.22.0-gc.1 -> 0.22.0-.
It is not valid image tag.
This code will fix it by removing [-.*]
chars