mirror of
https://forge.liiib.re/indiehost/libre.sh/libre.sh.git
synced 2024-12-27 22:26:41 +00:00
doc: add upgrade
This commit is contained in:
parent
bda2dac579
commit
a149dc1543
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue