Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
66590c8468
commit
de42ba69dd
|
@ -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))
|
|
@ -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"
|
|
@ -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: |
|
|
@ -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.
|
||||
|
|
@ -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:
|
Loading…
Reference in New Issue