Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial tag required? #732

Open
tamis-laan opened this issue Jul 23, 2023 · 1 comment
Open

Initial tag required? #732

tamis-laan opened this issue Jul 23, 2023 · 1 comment

Comments

@tamis-laan
Copy link

tamis-laan commented Jul 23, 2023

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?

@joebowbeer
Copy link
Contributor

@tamis-laan Please provide more details about your configuration and the expected vs actual behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants