diff --git a/README.md b/README.md index 1d4d728..948a3c3 100644 --- a/README.md +++ b/README.md @@ -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.