All checks were successful
Build Helm Chart / helm-package (push) Successful in 5s
Updated the version of the Paperless AI Helm chart from 0.1.3 to 0.1.4 to reflect subsequent changes. The environment variables PUID and PGID have been modified from 1000 and 2000 to 0, respectively. This change is made to simplify permissions in the context of the deployment, ensuring that the application runs with root privileges, which might be necessary for certain operations. Additionally, the resource requests and limits sections have been commented out to allow for flexibility in resource allocation based on deployment needs. Ensure that when deploying, appropriate resource constraints are defined externally if required.
18 lines
566 B
YAML
18 lines
566 B
YAML
apiVersion: v2
|
|
name: paperless-ai
|
|
description: Ein Helm Chart für Paperless AI, basierend auf der Docker Compose Konfiguration.
|
|
version: 0.1.4
|
|
appVersion: 3.0.9
|
|
keywords:
|
|
- paperless-ai
|
|
- document-management
|
|
- ai
|
|
home: https://git.cooltux.net/marko/HelmChartSammlung/src/branch/main/charts/paperless-ai
|
|
sources:
|
|
- https://github.com/clusterzx/paperless-ai
|
|
- https://git.cooltux.net/marko/HelmChartSammlung/src/branch/main/charts/paperless-ai
|
|
maintainers:
|
|
- name: Marko Oldenburg
|
|
email: development@cooltux.net
|
|
url: https://git.cooltux.net/marko
|