@phillip Well, I find Komodo's Automatic Updates too inflexible.
As you outlined in your article, it requires a rolling tag (like :latest) which brings its share of issues. What if a breaking change is introduced? What if someone published a malicious version?
Whereas GitOps+renovate allows for fine-grained updates and the use of versioned and pinned images (e.g. image:x.y.z@sha:256fff…).
For example, my renovate config does: