Remove Chart.lock and update values.yaml for persistence #38

Merged
marko merged 1 commits from patch-new-paperless into main 2025-11-23 11:02:19 +00:00

1 Commits

Author SHA1 Message Date
c843b3697c Remove Chart.lock and update values.yaml for persistence
In this commit, the `Chart.lock` file for the `paperless-ngx` chart
has been deleted, which typically signifies a change in dependencies
or a reset of the chart environment. This may be necessary when
dependencies have been altered or are no longer needed.

Additionally, the `values.yaml` file was modified to uncomment and
standardize the persistence volume configuration parameters. The
`storageClass`, `accessMode`, and `size` fields for multiple
persisted volumes (data, media, export, consume) were adjusted to
enable the volumes in a clearer format. This change improves the
2025-11-23 12:01:36 +01:00