doc: add upgrade

This commit is contained in:
Pierre Ozoux 2024-03-07 10:34:20 +01:00
parent bda2dac579
commit a149dc1543

View file

@ -165,3 +165,18 @@ EOF
make install
IMG=registry.libre.sh/operator:v1.0.0-alpha.1 make deploy
```
## Upgrade
[Renovabot](https://docs.renovatebot.com/) runs regularly, it will create MR against `main` branch.
Currently a human has to accept them.
Once you are happy with a state of the main branch, you can tag a release.
Then, to update your cluster, you just need to edit the tag in the gitrepository:
```
kubectl -n libresh-system edit gitrepositories libresh-cluster
```
This will update all components managed by libre.sh.