You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a container with semver tags and I only keep the top 5 versions in order to save space in my container registry. I'm using keel which works well when setting an initial version let's say 1.3.4. But what happens if the version is removed? Let's say I set the version to a non existing tag 1.1.0 then the deployment fails with a ErrImagePull error.
I would expect keel to just override the tag to the latest version and everything to work properly. Or even better I should not have to set a tag at all. If I set no tag kubernetes defaults to latest and again I get the error ErrImagePull.
Why does Keel behave like this, and can it be changed?
The text was updated successfully, but these errors were encountered:
I'm building a container with semver tags and I only keep the top 5 versions in order to save space in my container registry. I'm using keel which works well when setting an initial version let's say
1.3.4
. But what happens if the version is removed? Let's say I set the version to a non existing tag1.1.0
then the deployment fails with aErrImagePull
error.I would expect keel to just override the tag to the latest version and everything to work properly. Or even better I should not have to set a tag at all. If I set no tag kubernetes defaults to
latest
and again I get the errorErrImagePull
.Why does Keel behave like this, and can it be changed?
The text was updated successfully, but these errors were encountered: