Updater (similar to Renovate Bot) for k3s ansible playbook versions.
First, you need to create a Github access token with write access to the repository which you want the bot to push to. Then, you'll need to set the GITHUB_ACCESS_TOKEN environment variable on your machine.
To use k3supdater, you'll need to download the appropriate binary for your machine or compile it locally. It can also be used via docker, using the quay.io/cguertin14/k3supdater image.
Then, you'll be able to run update commands like so:
$ k3supdater update --repo-owner cguertin14 --repo-name k3s-ansible-haIf you want to use k3supdater inside your kubernetes cluster, make sure to check out the k8s manifests we have defined for this project.