Replies: 1 comment 1 reply
-
You might want to try combining OCIRepository with imageupdateautomation - https://fluxcd.io/flux/guides/image-update/ With the ImagePolicy, you can select a branch - OCIRepository can itself directly resolve branch refs, but it cannot update the manifest in git to point at the latest version of a branch ref. (Imageupdateautomation cannot do its job without a sortable tag, so the specific tagging strategy you described might work, or not work, depending on your expectations - https://fluxcd.io/flux/guides/sortable-image-tags/) Does this sound responsive to what you're trying to do? It isn't really clear what you expect from your posted question. |
Beta Was this translation helpful? Give feedback.
-
In our current setup we have a step that resolves
to
before applying manifests.
Is this also somehow supported with fluxcd?
I found these docs but did not fully understand how to translate that to answer whether that allows such a setup or not.
Beta Was this translation helpful? Give feedback.
All reactions