mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 02:29: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
|
- name: paperless
|
||||||
repoURL: https://k8s-at-home.com/charts/
|
repoURL: https://k8s-at-home.com/charts/
|
||||||
chart: paperless
|
chart: paperless
|
||||||
targetRevision: 8.4.0
|
targetRevision: 8.5.0
|
||||||
include:
|
include:
|
||||||
- ingress-internal
|
- ingress-internal
|
||||||
|
|
|
@ -14,8 +14,8 @@ ingress:
|
||||||
hosts:
|
hosts:
|
||||||
- paperless.dc
|
- paperless.dc
|
||||||
image:
|
image:
|
||||||
repository: jonaswinkler/paperless-ng
|
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||||
tag: 1.5.0
|
tag: latest
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
# -- See the following files for additional environment variables:
|
# -- See the following files for additional environment variables:
|
||||||
|
@ -33,6 +33,7 @@ env:
|
||||||
PAPERLESS_TIME_ZONE: Europe/Amsterdam
|
PAPERLESS_TIME_ZONE: Europe/Amsterdam
|
||||||
# -- Database host to use
|
# -- Database host to use
|
||||||
PAPERLESS_DBHOST:
|
PAPERLESS_DBHOST:
|
||||||
|
PAPERLESS_PORT: 8000
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
# -- Configure persistence for data.
|
# -- Configure persistence for data.
|
||||||
|
|
Loading…
Reference in a new issue