This PR contains the following updates: | Package | Update | Change | |---|---|---| | [feramance/qbitrr](https://togithub.com/Feramance/qBitrr) | patch | `v4.4.0` -> `v4.4.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Feramance/qBitrr (feramance/qbitrr)</summary> ### [`v4.4.1`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v441-08032024) [Compare Source](https://togithub.com/Feramance/qBitrr/compare/v4.4.0...v4.4.1) - [\[patch\] Dependency bump](https://togithub.com/Feramance/qBitrr/commit/4caa0af9bdf0273302d0efdff7a883f3ef436d8b) - [@​Feramance](https://togithub.com/Feramance) - [Debugging torrent availability](https://togithub.com/Feramance/qBitrr/commit/54b80acba9a41a936078c8143b010658d13d50ac) - [@​Feramance](https://togithub.com/Feramance) - [Updated config example](https://togithub.com/Feramance/qBitrr/commit/26083a07f3072db7f1ada387b28ec680bffa1a01) - [@​Feramance](https://togithub.com/Feramance) *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
63 lines
1.5 KiB
YAML
63 lines
1.5 KiB
YAML
image:
|
|
repository: feramance/qbitrr
|
|
pullPolicy: IfNotPresent
|
|
tag: v4.4.1@sha256:d359f6670a939c036839836fcd28bc7f4339dfc414e54ce4bdf8ce84603611d0
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
initContainers:
|
|
1-create-config-file:
|
|
type: install
|
|
enabled: true
|
|
imageSelector: "image"
|
|
command:
|
|
- /bin/sh
|
|
- -c
|
|
args:
|
|
- |
|
|
conf="/config/config.toml"
|
|
example="https://raw.githubusercontent.com/Feramance/qBitrr/master/config.example.toml"
|
|
if [ -f "$conf" ]; then
|
|
echo "$conf exists. Skipping..."
|
|
else
|
|
echo "$conf does not exist... Downloading the example from upstream..."
|
|
wget "$example" -O $conf || echo "Failed to download"
|
|
fi
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
env:
|
|
QBITRR_OVERRIDES_DATA_PATH: /config
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
targetSelector:
|
|
main:
|
|
main: {}
|
|
1-create-config-file: {}
|
|
downloads:
|
|
enabled: true
|
|
mountPath: /completed_downloads
|
|
portal:
|
|
open:
|
|
enabled: false
|