diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index 10d6adeed93..d2402d3d253 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.2.0 +version: 19.2.1 diff --git a/charts/stable/qbittorrent/ci/cron-values.yaml b/charts/stable/qbittorrent/ci/cron-values.yaml new file mode 100644 index 00000000000..3b0a5fc0776 --- /dev/null +++ b/charts/stable/qbittorrent/ci/cron-values.yaml @@ -0,0 +1,4 @@ +workload: + qbitportforward: + enabled: true + schedule: "* * * * *" diff --git a/charts/stable/qbittorrent/values.yaml b/charts/stable/qbittorrent/values.yaml index b61f8f5c027..78cf5138ef3 100644 --- a/charts/stable/qbittorrent/values.yaml +++ b/charts/stable/qbittorrent/values.yaml @@ -42,6 +42,7 @@ workload: type: CronJob schedule: "*/5 * * * *" podSpec: + restartPolicy: OnFailure containers: qbitportforward: primary: true