Set resources to default in Paperless-NGX values.yaml
All checks were successful
Build Helm Chart / helm-package (push) Successful in 21s

This commit modifies the `values.yaml` file for the Paperless-NGX Helm
chart by changing the configuration for resources under the controllers
section. The line for resource request/limits was previously commented
out, and this change officially sets the `resources` field to an empty
object (`{}`).

This update provides a clearer structure for users to configure resource
requests and limits for their container setup, allowing for easier
customization according to their deployment needs. No breaking changes
are introduced, but users should now be aware that they can specify
resource requirements directly in this section if desired.
This commit is contained in:
2025-11-23 10:50:23 +01:00
parent bf6bc5933b
commit c4447d9b97

View File

@@ -18,7 +18,7 @@ controllers:
# -- Environment variables [[ref]](https://docs.paperless-ngx.com/configuration/)
# @default -- See [values.yaml](./values.yaml)
# -- Set the resource requests / limits for the container.
# resources:
resources: {}
env:
# -- Set the container timezone
TZ: UTC