mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[paperless] chore: switch to paperless-ngx project (#1436)
* Switch to paperless-ngx project
This commit is contained in:
parent
dcb2200ccd
commit
a377c3d2d3
@ -2,18 +2,20 @@ apiVersion: v2
|
|||||||
appVersion: 1.5.0
|
appVersion: 1.5.0
|
||||||
description: Paperless - Index and archive all of your scanned paper documents
|
description: Paperless - Index and archive all of your scanned paper documents
|
||||||
name: paperless
|
name: paperless
|
||||||
version: 8.3.0
|
version: 8.4.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- paperless
|
- paperless
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/paperless
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/paperless
|
||||||
icon: https://avatars.githubusercontent.com/u/47271576?s=200&v=4
|
icon: https://avatars.githubusercontent.com/u/47271576?s=200&v=4
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/jonaswinkler/paperless-ng
|
- https://github.com/paperless-ngx/paperless-ngx
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: mr-onion-2
|
- name: mr-onion-2
|
||||||
- name: jonnobrow
|
- name: jonnobrow
|
||||||
email: jonathan@jonnobrow.co.uk
|
email: jonathan@jonnobrow.co.uk
|
||||||
|
- name: morremeyer
|
||||||
|
email: charts@mor.re
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
@ -29,8 +31,4 @@ dependencies:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Changed image and source links to the community fork paperless-ngx. See https://github.com/jonaswinkler/paperless-ng/issues/1599 and https://github.com/jonaswinkler/paperless-ng/issues/1632.
|
||||||
- kind: changed
|
|
||||||
description: Upgraded `postgresql` chart dependency to version `10.14.4`.
|
|
||||||
- kind: changed
|
|
||||||
description: Upgraded `redis` chart dependency to version `15.6.10`.
|
|
||||||
|
@ -8,7 +8,7 @@ Paperless - Index and archive all of your scanned paper documents
|
|||||||
|
|
||||||
## Source Code
|
## Source Code
|
||||||
|
|
||||||
* <https://github.com/jonaswinkler/paperless-ng>
|
* <https://github.com/paperless-ngx/paperless-ngx>
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
@ -7,15 +7,16 @@
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
# -- image repository
|
# -- image repository
|
||||||
repository: jonaswinkler/paperless-ng
|
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- image tag
|
# -- image tag
|
||||||
tag: 1.5.0
|
# @default -- chart.appVersion
|
||||||
|
tag:
|
||||||
|
|
||||||
# -- See the following files for additional environment variables:
|
# -- See the following files for additional environment variables:
|
||||||
# https://github.com/jonaswinkler/paperless-ng/tree/master/docker/compose/
|
# https://github.com/paperless-ngx/paperless-ngx/tree/main/docker/compose/
|
||||||
# https://github.com/jonaswinkler/paperless-ng/blob/master/paperless.conf.example
|
# https://github.com/paperless-ngx/paperless-ngx/blob/main/paperless.conf.example
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Project name
|
# -- Project name
|
||||||
|
Loading…
Reference in New Issue
Block a user