Update paperless-ngx to version 0.25.9 and modify probes #52

Merged
marko merged 1 commits from patch-paperless into main 2025-11-23 15:39:20 +00:00
Owner

Updated the paperless-ngx Helm chart to version 0.25.9, which
includes a change in the readiness and liveness probes. The probe
type has been switched from HTTP to EXEC, utilizing the curl
command to ensure proper container health checks. This adjustment
provides a more reliable method for checking the application's
availability as traditional HTTP checks may not work correctly when
the service is still initializing or dependent services are not
fully ready. The standard path and port settings have been commented
out to accommodate this change. No breaking changes are introduced,
but users should validate probe functionality in their deployments.

Updated the paperless-ngx Helm chart to version 0.25.9, which includes a change in the readiness and liveness probes. The probe type has been switched from HTTP to EXEC, utilizing the curl command to ensure proper container health checks. This adjustment provides a more reliable method for checking the application's availability as traditional HTTP checks may not work correctly when the service is still initializing or dependent services are not fully ready. The standard path and port settings have been commented out to accommodate this change. No breaking changes are introduced, but users should validate probe functionality in their deployments.
marko added 1 commit 2025-11-23 15:39:17 +00:00
Update paperless-ngx to version 0.25.9 and modify probes
All checks were successful
Build Helm Chart / helm-package (push) Successful in 21s
27a30f6041
Updated the paperless-ngx Helm chart to version 0.25.9, which
includes a change in the readiness and liveness probes. The probe
type has been switched from HTTP to EXEC, utilizing the curl
command to ensure proper container health checks. This adjustment
provides a more reliable method for checking the application's
availability as traditional HTTP checks may not work correctly when
the service is still initializing or dependent services are not
fully ready. The standard path and port settings have been commented
out to accommodate this change. No breaking changes are introduced,
but users should validate probe functionality in their deployments.
marko merged commit 27a30f6041 into main 2025-11-23 15:39:20 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: marko/HelmChartSammlung#52
No description provided.