skippbox / ktune

Kubernetes applications tuning
http://www.skippbox.com
Apache License 2.0
28 stars 2 forks source link

'latest' tag gets set to an empty string #11

Open sebgoa opened 7 years ago

sebgoa commented 7 years ago

if there is a latest tag, it triggers a deployment but with a tag set as an empty string.

Bad parsing of latest which we should avoid anyway.

The correct behavior would be to log the fact that there is an image with 'latest' tag but not create a deployment.