From e3dfa57fe5b2f02c75f98f62fc537447fb5c0111 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 15 Mar 2022 20:13:44 +0200 Subject: [PATCH] feat(openhab): move to stable (#2179) * feat(openhab): move to stable * fix(paperless): remove trash var as dir needs to be created first --- charts/{incubator => stable}/openhab/.helmignore | 0 charts/{incubator => stable}/openhab/CHANGELOG.md | 0 charts/{incubator => stable}/openhab/CONFIG.md | 0 charts/{incubator => stable}/openhab/Chart.yaml | 2 +- charts/{incubator => stable}/openhab/README.md | 0 charts/{incubator => stable}/openhab/helm-values.md | 0 charts/{incubator => stable}/openhab/questions.yaml | 0 charts/{incubator => stable}/openhab/security.md | 0 charts/{incubator => stable}/openhab/templates/_configmap.tpl | 0 charts/{incubator => stable}/openhab/templates/common.yaml | 0 charts/{incubator => stable}/openhab/values.yaml | 0 charts/stable/paperless-ng/Chart.yaml | 2 +- charts/stable/paperless-ng/values.yaml | 1 - 13 files changed, 2 insertions(+), 3 deletions(-) rename charts/{incubator => stable}/openhab/.helmignore (100%) rename charts/{incubator => stable}/openhab/CHANGELOG.md (100%) rename charts/{incubator => stable}/openhab/CONFIG.md (100%) rename charts/{incubator => stable}/openhab/Chart.yaml (97%) rename charts/{incubator => stable}/openhab/README.md (100%) rename charts/{incubator => stable}/openhab/helm-values.md (100%) rename charts/{incubator => stable}/openhab/questions.yaml (100%) rename charts/{incubator => stable}/openhab/security.md (100%) rename charts/{incubator => stable}/openhab/templates/_configmap.tpl (100%) rename charts/{incubator => stable}/openhab/templates/common.yaml (100%) rename charts/{incubator => stable}/openhab/values.yaml (100%) 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 }}"