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

Improved deployment strategies for image repositories #218

Open
jwerre opened this issue Nov 2, 2023 · 0 comments
Open

Improved deployment strategies for image repositories #218

jwerre opened this issue Nov 2, 2023 · 0 comments

Comments

@jwerre
Copy link

jwerre commented Nov 2, 2023

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do * not help prioritize the request
    If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request

Automatic deployments aren't really automatic for image repositories. From what I understand you must have an image tagged 'latest' and if I want a Service to automatically update you need to replace the 'latest' image with a newer image. This is not "automatic" and not consistent with continuous deployment standards.

It would be preferable to configure the update strategy to be used for each image individually, with the default being the semverstrategy.

Describe alternatives you've considered
The following update deployment strategies should be supported:

semver - Update to the latest version of an image considering semantic versioning constraints
latest - Update to the most recently built image found in a registry (not based on 'latest' tag).
digest - Update to the latest version of a given version (tag), using the tag's SHA digest
name - Sorts tags alphabetically and update to the one with the highest cardinality

Additional context
This is the standard practice of continuous deployment tools like...

Argo CD
Flux CD

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

1 participant