This is an automated archive made by the Lemmit Bot.
The original was posted on /r/selfhosted by /u/IvanVSk on 2023-07-03 12:26:34+00:00.
I used to run my homelab using docker and I was using watchtower to update my containers using images with latest tag every time there was a new release. I haven’t found anything like that for Kubernetes, so I made my own python script to do that. https://github.com/IvanVojtko/kube-updater/tree/main I run it as a cron job every hour inside a cluster and it can also send a Gotify notification every time something was updated. It supports deployments and stateful sets. I hope that someone will find it helpful.
You must log in or register to comment.