diff --git a/charts/incubator/openhab/.helmignore b/charts/stable/openhab/.helmignore similarity index 100% rename from charts/incubator/openhab/.helmignore rename to charts/stable/openhab/.helmignore diff --git a/charts/incubator/openhab/CHANGELOG.md b/charts/stable/openhab/CHANGELOG.md similarity index 100% rename from charts/incubator/openhab/CHANGELOG.md rename to charts/stable/openhab/CHANGELOG.md diff --git a/charts/incubator/openhab/CONFIG.md b/charts/stable/openhab/CONFIG.md similarity index 100% rename from charts/incubator/openhab/CONFIG.md rename to charts/stable/openhab/CONFIG.md diff --git a/charts/incubator/openhab/Chart.yaml b/charts/stable/openhab/Chart.yaml similarity index 97% rename from charts/incubator/openhab/Chart.yaml rename to charts/stable/openhab/Chart.yaml index ee6efaffc38..916d5fa8072 100644 --- a/charts/incubator/openhab/Chart.yaml +++ b/charts/stable/openhab/Chart.yaml @@ -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 diff --git a/charts/incubator/openhab/README.md b/charts/stable/openhab/README.md similarity index 100% rename from charts/incubator/openhab/README.md rename to charts/stable/openhab/README.md diff --git a/charts/incubator/openhab/helm-values.md b/charts/stable/openhab/helm-values.md similarity index 100% rename from charts/incubator/openhab/helm-values.md rename to charts/stable/openhab/helm-values.md diff --git a/charts/incubator/openhab/questions.yaml b/charts/stable/openhab/questions.yaml similarity index 100% rename from charts/incubator/openhab/questions.yaml rename to charts/stable/openhab/questions.yaml diff --git a/charts/incubator/openhab/security.md b/charts/stable/openhab/security.md similarity index 100% rename from charts/incubator/openhab/security.md rename to charts/stable/openhab/security.md diff --git a/charts/incubator/openhab/templates/_configmap.tpl b/charts/stable/openhab/templates/_configmap.tpl similarity index 100% rename from charts/incubator/openhab/templates/_configmap.tpl rename to charts/stable/openhab/templates/_configmap.tpl diff --git a/charts/incubator/openhab/templates/common.yaml b/charts/stable/openhab/templates/common.yaml similarity index 100% rename from charts/incubator/openhab/templates/common.yaml rename to charts/stable/openhab/templates/common.yaml diff --git a/charts/incubator/openhab/values.yaml b/charts/stable/openhab/values.yaml similarity index 100% rename from charts/incubator/openhab/values.yaml rename to charts/stable/openhab/values.yaml diff --git a/charts/stable/paperless-ng/Chart.yaml b/charts/stable/paperless-ng/Chart.yaml index 668f5f938da..5e1aaac1598 100644 --- a/charts/stable/paperless-ng/Chart.yaml +++ b/charts/stable/paperless-ng/Chart.yaml @@ -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 diff --git a/charts/stable/paperless-ng/values.yaml b/charts/stable/paperless-ng/values.yaml index 4a1b7a2c3dd..dceb73e4bc7 100644 --- a/charts/stable/paperless-ng/values.yaml +++ b/charts/stable/paperless-ng/values.yaml @@ -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 }}"