Comment 2 for bug 2064918

Revision history for this message
Jan Marchel (janmarchel7bulls) wrote :

Flux does not support selecting the latest image by build time.
Instead, it relies on image tags (e.g. v1.0, v1.1, etc.) to identify different versions of the image.

So to let flux-cd "know" if image is updated we need to create images like:

dev-2021-01-28.133158

then flux-cd track your dockerhub and looking for latest image with pattern 'dev-(?P<ts>[0-9]+)'
can update sal deployment with new image when it is builded