mirror of
https://github.com/nold360/hive-apps
synced 2024-11-15 18:19:34 +00:00
Upgraed(paperless) to paperless-ngx
This commit is contained in:
parent
64bc075c07
commit
00bedf4151
2 changed files with 4 additions and 3 deletions
|
@ -5,6 +5,6 @@ apps:
|
|||
- name: paperless
|
||||
repoURL: https://k8s-at-home.com/charts/
|
||||
chart: paperless
|
||||
targetRevision: 8.4.0
|
||||
targetRevision: 8.5.0
|
||||
include:
|
||||
- ingress-internal
|
||||
|
|
|
@ -14,8 +14,8 @@ ingress:
|
|||
hosts:
|
||||
- paperless.dc
|
||||
image:
|
||||
repository: jonaswinkler/paperless-ng
|
||||
tag: 1.5.0
|
||||
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# -- See the following files for additional environment variables:
|
||||
|
@ -33,6 +33,7 @@ env:
|
|||
PAPERLESS_TIME_ZONE: Europe/Amsterdam
|
||||
# -- Database host to use
|
||||
PAPERLESS_DBHOST:
|
||||
PAPERLESS_PORT: 8000
|
||||
|
||||
persistence:
|
||||
# -- Configure persistence for data.
|
||||
|
|
Loading…
Reference in a new issue