1
0
Fork 0
kubernetes/updatebot
Dustin 5de1379c1f updatebot: Add CronJob to run for Home Assistant
`updatebot` is a script I wrote that automatically opens Gitea Pull
Requests to update container image references in Kubernetes resource
manifests.  It checks Github or Docker Hub for the latest release and
updates manifests or Kustommization configuration files to point to the
current version.  It then commits the changes and opens a pull request
in Gitea.  When combined with ArgoCD automatic synchronization, this
makes updating Kubernetes-deployed applications as simple as clicking
the merge button in the Gitea PR.

To start with, we'll automate Home Assistant upgrades this way.
2024-08-27 18:05:50 -05:00
..
projects updatebot: Add CronJob to run for Home Assistant 2024-08-27 18:05:50 -05:00
.gitignore updatebot: Add CronJob to run for Home Assistant 2024-08-27 18:05:50 -05:00
kustomization.yaml updatebot: Add CronJob to run for Home Assistant 2024-08-27 18:05:50 -05:00
namespace.yaml updatebot: Add CronJob to run for Home Assistant 2024-08-27 18:05:50 -05:00
secrets.yaml updatebot: Add CronJob to run for Home Assistant 2024-08-27 18:05:50 -05:00
ssh_known_hosts updatebot: Add CronJob to run for Home Assistant 2024-08-27 18:05:50 -05:00
sshkey.pub updatebot: Add CronJob to run for Home Assistant 2024-08-27 18:05:50 -05:00
updatebot.yaml updatebot: Add CronJob to run for Home Assistant 2024-08-27 18:05:50 -05:00