Update paperless-ngx to version 0.25.9 and modify probes
All checks were successful
Build Helm Chart / helm-package (push) Successful in 21s
All checks were successful
Build Helm Chart / helm-package (push) Successful in 21s
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.
This commit is contained in:
@@ -4,7 +4,7 @@ description: "A community-supported supercharged version of paperless: scan, ind
|
||||
home: https://charts.gabe565.com/charts/paperless-ngx/
|
||||
icon: https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/b948750/src-ui/src/assets/logo-notext.svg
|
||||
type: application
|
||||
version: 0.25.8
|
||||
version: 0.25.9
|
||||
# renovate datasource=docker depName=ghcr.io/paperless-ngx/paperless-ngx
|
||||
appVersion: 2.20.0
|
||||
kubeVersion: ">=1.28.0-0"
|
||||
|
||||
Reference in New Issue
Block a user