From 55f527a9277e2187654d1aebee5ba0cabb0b376a Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Sun, 23 Nov 2025 09:18:23 +0100 Subject: [PATCH] Disable main controller in Paperless-NGX values The main controller in the Paperless-NGX Helm chart has been disabled by commenting out the 'enabled' and 'replicas' options in the values.yaml file. This change was made to prevent unintended deployment of the main controller when the chart is installed or upgraded. Since the main controller is not currently needed, this will allow for easier management of resources and prevent any potential conflicts during deployments. Please ensure that this change is aligned with the project's deployment strategy. --- charts/paperless-ngx/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/paperless-ngx/values.yaml b/charts/paperless-ngx/values.yaml index 1320317..7fa5e7c 100644 --- a/charts/paperless-ngx/values.yaml +++ b/charts/paperless-ngx/values.yaml @@ -6,9 +6,9 @@ # controllers: main: - enabled: true + #enabled: true type: deployment - replicas: 1 + #replicas: 1 defaultContainerOptions: image: # -- Image repository