Files
HelmChartSammlung/charts/paperless-ai/Chart.yaml
Marko Oldenburg ef155f7733
Some checks failed
Build Helm Chart / helm-package (push) Failing after 3s
Update Paperless AI Helm chart version and configuration
Updated the Paperless AI Helm chart to version 0.3.0 to reflect
the latest changes and improvements. Modified the deployment.yaml
by adding liveness and readiness probes, which enhance the
resilience and monitoring of the application by checking its
availability and readiness to serve traffic.

Additionally, adjusted the values.yaml file to set the service
account creation to false and commented out the PUID and PGID
environment variables for increased flexibility and to avoid
potential permission issues during deployment. Note that the
securityContext settings for the Pod and Container have also
been changed to disable the pod's user/group settings, which
may affect how the application interacts with resources.
2025-07-06 17:32:25 +02:00

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.3.0
appVersion: 3.0.7
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