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:
|
||||
- https://hub.docker.com/r/openhab/openhab
|
||||
type: application
|
||||
version: 0.0.2
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: paperless-ng
|
||||
version: 2.0.6
|
||||
version: 2.0.7
|
||||
appVersion: "1.6.0"
|
||||
description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents.
|
||||
type: application
|
||||
|
||||
@@ -19,7 +19,6 @@ secret:
|
||||
env:
|
||||
PAPERLESS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
|
||||
PAPERLESS_DATA_DIR: "/data/"
|
||||
PAPERLESS_TRASH_DIR: "/data/trash/"
|
||||
PAPERLESS_CONSUMPTION_DIR: "/consume/"
|
||||
PAPERLESS_MEDIA_ROOT: "/media/"
|
||||
USERMAP_UID: "{{ .Values.security.PUID }}"
|
||||
|
||||
Reference in New Issue
Block a user