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:
Stavros Kois
2022-03-15 20:13:44 +02:00
committed by GitHub
parent 1bc2bc21d2
commit e3dfa57fe5
13 changed files with 2 additions and 3 deletions
@@ -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 -1
View File
@@ -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
-1
View File
@@ -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 }}"