Update Paperless AI chart version and persistence settings

The version of the Paperless AI Helm chart has been updated from
0.8.0 to 0.1.0 in the Chart.yaml file to reflect a new release cycle.

Additionally, the storageClassName in the values.yaml file has been
modified from "default" to an empty string to allow for a more flexible
storage backend configuration. Furthermore, the size of the persistent
volume has been decreased from 2Gi to 1Gi to optimize resource allocation
and usage based on current application needs.

These changes are necessary to ensure that the chart aligns with the
latest application updates and resource requirements.
This commit is contained in:
2025-07-07 12:05:07 +02:00
parent 6d0764947b
commit 9c999158ec
2 changed files with 3 additions and 3 deletions

View File

@ -62,9 +62,9 @@ env:
# Konfiguration für persistente Speicherung (Persistent Volume Claim).
persistence:
enabled: true
storageClassName: "default"
storageClassName: ""
accessMode: ReadWriteOnce
size: 2Gi
size: 1Gi
livenessProbe:
initialDelaySeconds: 30