diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index afb99667d7eb..b77290b22aec 100644 --- a/charts/stable/qbittorrent/Chart.yaml +++ b/charts/stable/qbittorrent/Chart.yaml @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent - https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server type: application -version: 22.1.7 +version: 22.1.8 diff --git a/charts/stable/qbittorrent/values.yaml b/charts/stable/qbittorrent/values.yaml index a5272caa928b..40f33636f34b 100644 --- a/charts/stable/qbittorrent/values.yaml +++ b/charts/stable/qbittorrent/values.yaml @@ -45,15 +45,19 @@ workload: containers: main: env: + QBT_WEBUI_PORT: "{{ .Values.service.main.ports.main.port }}" + QBT_TORRENTING_PORT: "{{ .Values.service.torrent.ports.torrent.port }}" + + # deprecated https://github.com/onedr0p/containers/pull/1109 # set the default port - QBITTORRENT__PORT: "{{ .Values.service.main.ports.main.port }}" + # QBITTORRENT__PORT: "{{ .Values.service.main.ports.main.port }}" # stops users from bricking their chart from setting the ip to a random ip when its a container. - QBT_Preferences__WebUI__Address: "*" + # QBT_Preferences__WebUI__Address: "*" # set port from gui. - QBT_BitTorrent__Session__Port: "{{ .Values.service.torrent.ports.torrent.port }}" + # QBT_BitTorrent__Session__Port: "{{ .Values.service.torrent.ports.torrent.port }}" # legacy ini key # key deprecated https://github.com/qbittorrent/qBittorrent/issues/8324 - QBT_Preferences__Connection__PortRangeMin: "{{ .Values.service.torrent.ports.torrent.port }}" + # QBT_Preferences__Connection__PortRangeMin: "{{ .Values.service.torrent.ports.torrent.port }}" qbitportforward: enabled: true type: CronJob