Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/developer/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To create a new release, follow these steps:
file.
5. Generate the installation manifests by running `make generate-manifests`.
6. Modify any `git clone` instructions to use `vX.Y.Z` tag.
7. Modify any docs links that refer to `main` to instead refer to `vX.Y.Z`.
7. Modify any docs links that refer to `main` to instead refer to `vX.Y.Z` or `release-x-y`, whichever is applicable.
8. Update any installation instructions to ensure that the supported Gateway API and NGF versions are correct.
Specifically, helm README and `site/content/includes/installation/install-gateway-api-resources.md`.
9. Update the [README](/README.md) to include information about the release.
Expand Down
4 changes: 4 additions & 0 deletions site/content/installation/installing-ngf/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ Follow these steps to uninstall NGINX Gateway Fabric and Gateway API from your K

- {{<include "installation/uninstall-gateway-api-resources.md" >}}

## Additional configuration

For a full list of the Helm Chart configuration parameters, read [the NGINX Gateway Fabric Helm Chart](https://github.com/nginxinc/nginx-gateway-fabric/blob/main/deploy/helm-chart/README.md#configuration).

## Next steps

### Expose NGINX Gateway Fabric
Expand Down