mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00

- Add the chart from k8s-at-home with some modifications - Add the Apache 2.0 license to the new charts/paperless-ngx subdirectory, the license under which the chart was distributed by k8s-at-home. I believe the chart will have to maintain this license. - Update the maintainers section and contact information to point to Paperless-ngx. - Regenerate the README (using helm-docs) - Add a GitHub actions configuration to publish the chart using GitHub pages. This makes the GitHub Pages page rendered by this repository usable as a Helm repository, without affecting potential future uses of the Pages site. These are in response to discussion #1790.
36 lines
1012 B
YAML
36 lines
1012 B
YAML
---
|
|
apiVersion: v2
|
|
appVersion: "1.9.2"
|
|
description: Paperless-ngx - Index and archive all of your scanned paper documents
|
|
name: paperless
|
|
version: 10.0.0
|
|
kubeVersion: ">=1.16.0-0"
|
|
keywords:
|
|
- paperless
|
|
- paperless-ngx
|
|
- dms
|
|
- document
|
|
home: https://github.com/paperless-ngx/paperless-ngx/tree/main/charts/paperless-ngx
|
|
icon: https://github.com/paperless-ngx/paperless-ngx/raw/main/resources/logo/web/svg/square.svg
|
|
sources:
|
|
- https://github.com/paperless-ngx/paperless-ngx
|
|
maintainers:
|
|
- name: Paperless-ngx maintainers
|
|
dependencies:
|
|
- name: common
|
|
repository: https://library-charts.k8s-at-home.com
|
|
version: 4.5.2
|
|
- name: postgresql
|
|
version: 11.6.12
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: postgresql.enabled
|
|
- name: redis
|
|
version: 16.13.1
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: redis.enabled
|
|
deprecated: false
|
|
annotations:
|
|
artifacthub.io/changes: |
|
|
- kind: changed
|
|
description: Moved to Paperless-ngx ownership
|