Replies: 1 comment 2 replies
-
Please see image-updater docs on semver: https://argocd-image-updater.readthedocs.io/en/latest/basics/update-strategies/#semver-update-to-semantic-versions . With semver, one can specify to upgrade only patch version, minor version or major version. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
Let's say I have one ApplicationSet that produces all Applications for me. Is it possible to specify version constraints for the images that work across various images versions?
For example:
Application A contains image: app-a:1.0.0
Application B contains image: app-b:2.0.0
The images work well together. Is it possible to specify version constraint that prevents "major" update? Consider annotation in form
argocd-image-updater.argoproj.io/image-list: "my-org/{{index .path.segments 1}}"
which is generic. 1st path segment reflects app name which equals to image name.Beta Was this translation helpful? Give feedback.
All reactions