diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index 8f7c2569b6b..e3600a09ffe 100644 --- a/charts/stable/qbittorrent/Chart.yaml +++ b/charts/stable/qbittorrent/Chart.yaml @@ -35,4 +35,4 @@ sources: - https://ghcr.io/onedr0p/qbittorrent - https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server type: application -version: 19.1.3 +version: 19.1.4 diff --git a/charts/stable/qbittorrent/questions.yaml b/charts/stable/qbittorrent/questions.yaml index 03c534a463d..783670c225c 100644 --- a/charts/stable/qbittorrent/questions.yaml +++ b/charts/stable/qbittorrent/questions.yaml @@ -38,6 +38,7 @@ questions: description: qBittorrent WebUI Password schema: type: string + private: true default: "adminadmin" # Include{podOptions} # Include{serviceRoot} diff --git a/charts/stable/qbittorrent/values.yaml b/charts/stable/qbittorrent/values.yaml index c0fd0cdc4d3..fe3932a06c4 100644 --- a/charts/stable/qbittorrent/values.yaml +++ b/charts/stable/qbittorrent/values.yaml @@ -39,9 +39,8 @@ service: workload: qbitportforward: enabled: true - type: Deployment - strategy: RollingUpdate - replicas: 1 + type: CronJob + schedule: "*/5 * * * *" podSpec: containers: qbitportforward: @@ -60,6 +59,7 @@ workload: 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" $) }}' + command: /usr/src/app/main.sh persistence: config: enabled: true