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:
parent
08aa7d8f18
commit
52f7fcb01f
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue