feat(openhab): move to stable (#2179)
* feat(openhab): move to stable * fix(paperless): remove trash var as dir needs to be created first
This commit is contained in:
@@ -19,7 +19,7 @@ name: openhab
|
|||||||
sources:
|
sources:
|
||||||
- https://hub.docker.com/r/openhab/openhab
|
- https://hub.docker.com/r/openhab/openhab
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.2
|
version: 1.0.0
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: paperless-ng
|
name: paperless-ng
|
||||||
version: 2.0.6
|
version: 2.0.7
|
||||||
appVersion: "1.6.0"
|
appVersion: "1.6.0"
|
||||||
description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents.
|
description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents.
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ secret:
|
|||||||
env:
|
env:
|
||||||
PAPERLESS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
|
PAPERLESS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
|
||||||
PAPERLESS_DATA_DIR: "/data/"
|
PAPERLESS_DATA_DIR: "/data/"
|
||||||
PAPERLESS_TRASH_DIR: "/data/trash/"
|
|
||||||
PAPERLESS_CONSUMPTION_DIR: "/consume/"
|
PAPERLESS_CONSUMPTION_DIR: "/consume/"
|
||||||
PAPERLESS_MEDIA_ROOT: "/media/"
|
PAPERLESS_MEDIA_ROOT: "/media/"
|
||||||
USERMAP_UID: "{{ .Values.security.PUID }}"
|
USERMAP_UID: "{{ .Values.security.PUID }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user