Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
426fa251e4
commit
7a778de7bf
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [qbittorrent-16.1.1](https://github.com/truecharts/charts/compare/qbittorrent-16.1.0...qbittorrent-16.1.1) (2023-11-23)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix udp port ([#15298](https://github.com/truecharts/charts/issues/15298))
|
||||
|
||||
|
||||
|
||||
|
||||
## [qbittorrent-16.1.0](https://github.com/truecharts/charts/compare/qbittorrent-16.0.12...qbittorrent-16.1.0) (2023-11-19)
|
||||
|
||||
### Feat
|
||||
|
||||
- add port forward sidecar ([#14577](https://github.com/truecharts/charts/issues/14577))
|
||||
|
||||
|
||||
|
||||
|
||||
## [qbittorrent-16.0.12](https://github.com/truecharts/charts/compare/qbittorrent-16.0.11...qbittorrent-16.0.12) (2023-11-17)
|
||||
|
||||
|
||||
|
||||
|
||||
## [qbittorrent-16.0.11](https://github.com/truecharts/charts/compare/qbittorrent-16.0.10...qbittorrent-16.0.11) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
||||
|
||||
|
||||
## [qbittorrent-16.0.10](https://github.com/truecharts/charts/compare/qbittorrent-16.0.9...qbittorrent-16.0.10) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||
|
||||
|
||||
|
||||
|
||||
## [qbittorrent-16.0.9](https://github.com/truecharts/charts/compare/qbittorrent-16.0.8...qbittorrent-16.0.9) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
||||
|
||||
|
||||
## [qbittorrent-16.0.8](https://github.com/truecharts/charts/compare/qbittorrent-16.0.7...qbittorrent-16.0.8) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
||||
|
||||
|
||||
|
||||
|
||||
## [qbittorrent-16.0.7](https://github.com/truecharts/charts/compare/qbittorrent-16.0.6...qbittorrent-16.0.7) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
|
||||
|
||||
|
||||
## [qbittorrent-16.0.6](https://github.com/truecharts/charts/compare/qbittorrent-16.0.5...qbittorrent-16.0.6) (2023-10-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/qbittorrent to v4.6.0 ([#13899](https://github.com/truecharts/charts/issues/13899))
|
||||
|
||||
|
||||
|
||||
|
||||
## [qbittorrent-16.0.5](https://github.com/truecharts/charts/compare/qbittorrent-16.0.4...qbittorrent-16.0.5) (2023-10-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/qbittorrent to v4.5.5 ([#13584](https://github.com/truecharts/charts/issues/13584))
|
||||
|
||||
|
||||
|
||||
|
||||
## [qbittorrent-16.0.4](https://github.com/truecharts/charts/compare/qbittorrent-16.0.3...qbittorrent-16.0.4) (2023-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/qbittorrent to v4.5.5 ([#13388](https://github.com/truecharts/charts/issues/13388))
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
apiVersion: v2
|
||||
appVersion: "4.6.0"
|
||||
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
|
||||
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.1
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [qbittorrent-16.1.1](https://github.com/truecharts/charts/compare/qbittorrent-16.1.0...qbittorrent-16.1.1) (2023-11-23)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix udp port ([#15298](https://github.com/truecharts/charts/issues/15298))
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
qBittorrent is a cross-platform free and open-source BitTorrent client
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/qbittorrent](https://truecharts.org/charts/stable/qbittorrent)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,72 @@
|
|||
image:
|
||||
repository: ghcr.io/onedr0p/qbittorrent
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 4.6.0@sha256:cb6259df3be61a5108bc4f85b09a523fc4b250589ca9b315ef927cbdf779afb6
|
||||
qbitportforwardImage:
|
||||
repository: mjmeli/qbittorrent-port-forward-gluetun-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:67d0d21ed792cf80716d4211e7162b6d375af5c12f3cf096c9032ad705dddaa8
|
||||
qbitportforward:
|
||||
enabled: false
|
||||
QBT_USERNAME: "admin"
|
||||
QBT_PASSWORD: "adminadmin"
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10095
|
||||
targetPort: 8080
|
||||
torrent:
|
||||
enabled: true
|
||||
ports:
|
||||
torrent:
|
||||
enabled: true
|
||||
port: 6881
|
||||
protocol: tcp
|
||||
torrentudp:
|
||||
enabled: true
|
||||
port: "{{ .Values.service.torrent.ports.torrent.port }}"
|
||||
protocol: udp
|
||||
gluetun:
|
||||
enabled: true
|
||||
type: ClusterIP
|
||||
ports:
|
||||
gluetun:
|
||||
enabled: true
|
||||
port: 8000
|
||||
targetPort: 8000
|
||||
protocol: http
|
||||
workload:
|
||||
qbitportforward:
|
||||
enabled: true
|
||||
type: Deployment
|
||||
strategy: RollingUpdate
|
||||
replicas: 1
|
||||
podSpec:
|
||||
containers:
|
||||
qbitportforward:
|
||||
primary: true
|
||||
enabled: true
|
||||
imageSelector: qbitportforwardImage
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
env:
|
||||
QBT_USERNAME: "{{ .Values.qbitportforward.QBT_USERNAME }}"
|
||||
QBT_PASSWORD: "{{ .Values.qbitportforward.QBT_PASSWORD }}"
|
||||
QBT_ADDR: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}'
|
||||
GTN_ADDR: '{{ printf "http://%v-gluetun:8000" (include "tc.v1.common.lib.chart.names.fullname" $) }}'
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1,25 @@
|
|||
{{/* Define the configmap */}}
|
||||
{{- define "qbittorrent.configmap" -}}
|
||||
|
||||
data:
|
||||
{{- $bittorrentPort := "" -}}
|
||||
{{- $bittorrentPort = .Values.service.torrent.ports.torrent.port -}}
|
||||
{{- if $bittorrentPort }}
|
||||
31-update-port: |-
|
||||
#!/bin/bash
|
||||
QBITTORRENT_CONFIGFILE="/config/qBittorrent/qBittorrent.conf"
|
||||
INCOMING_PORT={{- $bittorrentPort }}
|
||||
|
||||
incoming_port_exist=$(cat ${QBITTORRENT_CONFIGFILE} | grep -m 1 'Connection\\PortRangeMin='${INCOMING_PORT})
|
||||
if [[ -z "${incoming_port_exist}" ]]; then
|
||||
incoming_exist=$(cat ${QBITTORRENT_CONFIGFILE} | grep -m 1 'Connection\\PortRangeMin')
|
||||
if [[ ! -z "${incoming_exist}" ]]; then
|
||||
# Get line number of Incoming
|
||||
LINE_NUM=$(grep -Fn -m 1 'Connection\PortRangeMin' ${QBITTORRENT_CONFIGFILE} | cut -d: -f 1)
|
||||
sed -i "${LINE_NUM}s@.*@Connection\\\PortRangeMin=${INCOMING_PORT}@" ${QBITTORRENT_CONFIGFILE}
|
||||
else
|
||||
echo "Connection\\PortRangeMin=${INCOMING_PORT}" >> ${QBITTORRENT_CONFIGFILE}
|
||||
fi
|
||||
fi
|
||||
{{- end }}
|
||||
{{- end -}}
|
|
@ -0,0 +1,11 @@
|
|||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.v1.common.loader.init" . }}
|
||||
|
||||
{{/* Disable [qbitportforward] if requested */}}
|
||||
{{- if not .Values.qbitportforward.enabled -}}
|
||||
{{- $_ := set .Values.workload.qbitportforward "enabled" false -}}
|
||||
{{- $_ := set .Values.service.gluetun "enabled" false -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.apply" . }}
|
Loading…
Reference in New Issue