diff --git a/incubator/qbitmanage/0.0.26/CHANGELOG.md b/incubator/qbitmanage/0.0.27/CHANGELOG.md similarity index 87% rename from incubator/qbitmanage/0.0.26/CHANGELOG.md rename to incubator/qbitmanage/0.0.27/CHANGELOG.md index 8fba160526..37d4410798 100644 --- a/incubator/qbitmanage/0.0.26/CHANGELOG.md +++ b/incubator/qbitmanage/0.0.27/CHANGELOG.md @@ -2,6 +2,15 @@ +## [qbitmanage-0.0.27](https://github.com/truecharts/charts/compare/qbitmanage-0.0.26...qbitmanage-0.0.27) (2022-09-04) + +### Fix + +- wrong variable name ([#3693](https://github.com/truecharts/charts/issues/3693)) + + + + ## [qbitmanage-0.0.25](https://github.com/truecharts/charts/compare/qbitmanage-0.0.24...qbitmanage-0.0.25) (2022-09-03) @@ -88,12 +97,3 @@ - move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447)) - - - -## [qbitmanage-0.0.15](https://github.com/truecharts/charts/compare/qbitmanage-0.0.14...qbitmanage-0.0.15) (2022-08-08) - -### Chore - -- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) - - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) diff --git a/incubator/qbitmanage/0.0.26/Chart.lock b/incubator/qbitmanage/0.0.27/Chart.lock similarity index 80% rename from incubator/qbitmanage/0.0.26/Chart.lock rename to incubator/qbitmanage/0.0.27/Chart.lock index 429409e833..0c20383c07 100644 --- a/incubator/qbitmanage/0.0.26/Chart.lock +++ b/incubator/qbitmanage/0.0.27/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.5.6 digest: sha256:033cffd654878c0c1fcc6f4c236f81736e71491b2ad46a5dec9708ea6faf2b63 -generated: "2022-09-04T13:38:48.554117841Z" +generated: "2022-09-04T20:34:00.141228774Z" diff --git a/incubator/qbitmanage/0.0.26/Chart.yaml b/incubator/qbitmanage/0.0.27/Chart.yaml similarity index 98% rename from incubator/qbitmanage/0.0.26/Chart.yaml rename to incubator/qbitmanage/0.0.27/Chart.yaml index 172325d5cf..c9c247c4ad 100644 --- a/incubator/qbitmanage/0.0.26/Chart.yaml +++ b/incubator/qbitmanage/0.0.27/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation - https://hub.docker.com/r/bobokun/qbit_manage type: application -version: 0.0.26 +version: 0.0.27 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/incubator/qbitmanage/0.0.26/README.md b/incubator/qbitmanage/0.0.27/README.md similarity index 98% rename from incubator/qbitmanage/0.0.26/README.md rename to incubator/qbitmanage/0.0.27/README.md index 03586fac0d..1fe449f801 100644 --- a/incubator/qbitmanage/0.0.26/README.md +++ b/incubator/qbitmanage/0.0.27/README.md @@ -1,6 +1,6 @@ # qbitmanage -![Version: 0.0.26](https://img.shields.io/badge/Version-0.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.6](https://img.shields.io/badge/AppVersion-3.2.6-informational?style=flat-square) +![Version: 0.0.27](https://img.shields.io/badge/Version-0.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.6](https://img.shields.io/badge/AppVersion-3.2.6-informational?style=flat-square) This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove orphaned data, remove unregistered torrents and much much more. diff --git a/incubator/qbitmanage/0.0.26/app-readme.md b/incubator/qbitmanage/0.0.27/app-readme.md similarity index 100% rename from incubator/qbitmanage/0.0.26/app-readme.md rename to incubator/qbitmanage/0.0.27/app-readme.md diff --git a/incubator/qbitmanage/0.0.26/charts/common-10.5.6.tgz b/incubator/qbitmanage/0.0.27/charts/common-10.5.6.tgz similarity index 100% rename from incubator/qbitmanage/0.0.26/charts/common-10.5.6.tgz rename to incubator/qbitmanage/0.0.27/charts/common-10.5.6.tgz diff --git a/incubator/qbitmanage/0.0.26/ix_values.yaml b/incubator/qbitmanage/0.0.27/ix_values.yaml similarity index 100% rename from incubator/qbitmanage/0.0.26/ix_values.yaml rename to incubator/qbitmanage/0.0.27/ix_values.yaml diff --git a/incubator/qbitmanage/0.0.26/questions.yaml b/incubator/qbitmanage/0.0.27/questions.yaml similarity index 99% rename from incubator/qbitmanage/0.0.26/questions.yaml rename to incubator/qbitmanage/0.0.27/questions.yaml index 19788effd8..7e70ca6c75 100644 --- a/incubator/qbitmanage/0.0.26/questions.yaml +++ b/incubator/qbitmanage/0.0.27/questions.yaml @@ -170,7 +170,7 @@ questions: schema: type: boolean default: false - - variable: QBT_RUN + - variable: QBT_SCHEDULE label: QBT_SCHEDULE description: Schedule to run every x minutes. schema: diff --git a/incubator/qbitmanage/0.0.26/templates/common.yaml b/incubator/qbitmanage/0.0.27/templates/common.yaml similarity index 100% rename from incubator/qbitmanage/0.0.26/templates/common.yaml rename to incubator/qbitmanage/0.0.27/templates/common.yaml diff --git a/incubator/qbitmanage/0.0.26/values.yaml b/incubator/qbitmanage/0.0.27/values.yaml similarity index 100% rename from incubator/qbitmanage/0.0.26/values.yaml rename to incubator/qbitmanage/0.0.27/values.yaml