Watchtower replacement recommendations

https://lemmy.zip/post/61156668

Watchtower replacement recommendations - Lemmy.zip

What are you using to update your Docker images?

https://docs.renovatebot.com/

All my docker images are in code in Github.

Renovate makes a PR when there are image or helm chart updates.

ArgoCD sees the PR merge and applies to Kubernetes.

For a few special cases I use ArgoCD-image-updater.

Renovate Docs

Renovate documentation.

+1 for Renovate. It’s not a drop-in replacement for Watchtower, but it allowed me to create a robust CI/CD pipeline. And, it can be centrally run, instead of having Watchtower running on every Docker host I have.