From c4447d9b976fb450b81d19b1ba7fae7ddd3b99c8 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Sun, 23 Nov 2025 10:50:23 +0100 Subject: [PATCH] Set resources to default in Paperless-NGX values.yaml 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. --- charts/paperless-ngx/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/paperless-ngx/values.yaml b/charts/paperless-ngx/values.yaml index 8789a29..ea37123 100644 --- a/charts/paperless-ngx/values.yaml +++ b/charts/paperless-ngx/values.yaml @@ -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