Disable main controller in Paperless-NGX values
All checks were successful
Build Helm Chart / helm-package (push) Successful in 21s

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.
This commit is contained in:
2025-11-23 09:18:23 +01:00
parent 2b7c10b774
commit 55f527a927

View File

@@ -6,9 +6,9 @@
# #
controllers: controllers:
main: main:
enabled: true #enabled: true
type: deployment type: deployment
replicas: 1 #replicas: 1
defaultContainerOptions: defaultContainerOptions:
image: image:
# -- Image repository # -- Image repository