docs: extend helm installation (#79)

Co-authored-by: Johannes Kastl <kastl@b1-systems.de>
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/79
Reviewed-by: Michael Kriese <viceice@noreply.codeberg.org>
Co-authored-by: johanneskastl <johanneskastl@noreply.codeberg.org>
Co-committed-by: johanneskastl <johanneskastl@noreply.codeberg.org>
This commit is contained in:
johanneskastl 2023-03-03 07:59:26 +00:00 committed by Michael Kriese
parent 08aa7d8f18
commit 52f7fcb01f

View file

@ -25,7 +25,13 @@ Dependencies:
## Installing
```sh
helm install oci://codeberg.org/forgejo-contrib/forgejo
helm install forgejo oci://codeberg.org/forgejo-contrib/forgejo
```
In case you want to supply values, you can reference a `values.yaml` file:
```sh
helm install forgejo -f values.yaml oci://codeberg.org/forgejo-contrib/forgejo
```
When upgrading, please refer to the [Upgrading](#upgrading) section at the bottom