Add support for logs directory in paperless-ai chart
All checks were successful
Build Helm Chart / helm-package (push) Successful in 5s
All checks were successful
Build Helm Chart / helm-package (push) Successful in 5s
This commit introduces a new volume mount for a logs directory in the paperless-ai Helm chart. The deployment configuration is updated to include a `logs-dir` volume that is mounted at `/app/logs`, allowing for the collection and management of logs generated by the application. Additionally, the version of the chart has been incremented to `0.1.4-test1` to reflect this change. The build workflow is also modified to trigger on pushes to the `patch-paperless-ai` branch, ensuring that changes can be tested separately from the main branch. These adjustments enhance observability and facilitate better troubleshooting by storing logs in a dedicated directory. No breaking changes are introduced.
This commit is contained in:
@@ -3,6 +3,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- patch-papaerless-ai
|
||||
paths:
|
||||
- "charts/paperless-ai/Chart.yaml"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user