Skip to content

Updater (similar to Renovate Bot) for k3s ansible playbook versions.

License

Notifications You must be signed in to change notification settings

cguertin14/k3supdater

Repository files navigation

k3supdater

Go Report Card codecov Docker Repository on Quay

Updater (similar to Renovate Bot) for k3s ansible playbook versions.

Github Access Token

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.

Usage

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-ha

Kubernetes Manifests

If you want to use k3supdater inside your kubernetes cluster, make sure to check out the k8s manifests we have defined for this project.