README.md: add instructions on how to use a values.yaml file

This commit is contained in:
Johannes Kastl 2023-02-22 18:50:07 +01:00
parent 3a97cf1f14
commit ea5e853bdb
No known key found for this signature in database
GPG key ID: C9E6AFD8C1B7CFFC

View file

@ -28,6 +28,12 @@ Dependencies:
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
of this document for major and breaking changes.