Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-12-03 11:30:30 +00:00
parent c00aeff97f
commit 5c29c4225a
3 changed files with 28 additions and 33 deletions

View File

@ -4,6 +4,8 @@
## [qbittorrent-16.1.3](https://github.com/truecharts/charts/compare/qbittorrent-16.1.2...qbittorrent-16.1.3) (2023-11-30)
### Chore
@ -95,5 +97,3 @@
## [qbittorrent-16.0.6](https://github.com/truecharts/charts/compare/qbittorrent-16.0.5...qbittorrent-16.0.6) (2023-10-23)

View File

@ -1,27 +1,36 @@
kubeVersion: ">=1.24.0"
apiVersion: v2
name: qbittorrent
version: 16.1.3
appVersion: 4.6.2
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.3.5
deprecated: false
description: qBittorrent is a cross-platform free and open-source BitTorrent client
home: https://truecharts.org/charts/stable/qbittorrent
icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbittorrent.png
deprecated: false
sources:
- https://github.com/qbittorrent/qBittorrent
- https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent
- https://ghcr.io/onedr0p/qbittorrent
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- qbittorrent
- torrrent
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: qbittorrent
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent
- https://github.com/qbittorrent/qBittorrent
type: application
version: 16.1.3
dependencies:
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
truecharts.org/category: media
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable

View File

@ -1,14 +0,0 @@
## [qbittorrent-16.1.3](https://github.com/truecharts/charts/compare/qbittorrent-16.1.2...qbittorrent-16.1.3) (2023-11-30)
### Chore
- cleanup with precommon, fix chmod and shebang
- update container image ghcr.io/onedr0p/qbittorrent to v4.6.2[@252b90e](https://github.com/252b90e) ([#15467](https://github.com/truecharts/charts/issues/15467))
### Docs
- add auto port forward docs ([#15348](https://github.com/truecharts/charts/issues/15348))