new paperless-ngx
Some checks failed
Build Helm Chart / helm-package (push) Failing after 17s

This commit is contained in:
2025-11-23 08:03:38 +01:00
parent 363946b064
commit 9ec413f50c
251 changed files with 64 additions and 31762 deletions

View File

@@ -0,0 +1,17 @@
{{- define "custom.chart.name" -}}
Paperless-ngx
{{- end -}}
{{- define "custom.custom.configuration.header" -}}
## Custom configuration
{{- end -}}
{{- define "custom.custom.configuration" -}}
{{ template "custom.custom.configuration.header" . }}
### Database Installation
Paperless-ngx supports PostgreSQL and MariaDB.
This chart can install PostgreSQL or MariaDB and configure Paperless-ngx automatically.
See each database section in [`values.yaml`](./values.yaml) for configuration examples.
{{- end -}}