Update paperless-ngx chart version and readiness checks #48

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

Improved the readiness and liveness probes for the paperless-ngx
chart by switching from exec commands to HTTP GET requests. This
change allows for more reliable checks that verify the application
is up and fully running based on the web server's response.

The readiness probe now checks the root path and will only return
success if the application is fully connected to the database and
Redis, improving traffic flow during startup.

In addition, the chart version was updated from 0.25.0 to 0.25.1
to reflect these changes. There are no breaking changes, but the
adjustments to the probes enhance the overall stability and
monitoring capabilities of the deployment.

Improved the readiness and liveness probes for the paperless-ngx chart by switching from exec commands to HTTP GET requests. This change allows for more reliable checks that verify the application is up and fully running based on the web server's response. The readiness probe now checks the root path and will only return success if the application is fully connected to the database and Redis, improving traffic flow during startup. In addition, the chart version was updated from 0.25.0 to 0.25.1 to reflect these changes. There are no breaking changes, but the adjustments to the probes enhance the overall stability and monitoring capabilities of the deployment.
marko added 1 commit 2025-11-23 15:17:20 +00:00
Update paperless-ngx chart version and readiness checks
All checks were successful
Build Helm Chart / helm-package (push) Successful in 22s
48f0388d3b
Improved the readiness and liveness probes for the paperless-ngx
chart by switching from exec commands to HTTP GET requests. This
change allows for more reliable checks that verify the application
is up and fully running based on the web server's response.

The readiness probe now checks the root path and will only return
success if the application is fully connected to the database and
Redis, improving traffic flow during startup.

In addition, the chart version was updated from 0.25.0 to 0.25.1
to reflect these changes. There are no breaking changes, but the
adjustments to the probes enhance the overall stability and
monitoring capabilities of the deployment.
marko merged commit 48f0388d3b into main 2025-11-23 15:17:23 +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#48
No description provided.