Skip to content

Fix Helm App Version parsing

Arturo Hernandez [EPAM] requested to merge ah/fix-helm-appversion-parse into master
  • 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

Merge request reports