Fix version number and update persistence configuration #43
Reference in New Issue
Block a user
No description provided.
Delete Branch "patch-paperless"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Updated the version number in
Chart.yamlfrom 0.25.2 to 0.25.1 toreflect the correct release version. In the
values.yaml, modifiedthe persistence configuration for data, media, export, and consume
to remove the old
mountPathentries and added a newglobalMountslist that includes path specifications for each of these persistence
types. This change is intended to simplify the configuration and make
it more flexible by using global mounts for better data organization
and easier access management.
No breaking changes are introduced in this update.