This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/feramance/qbitrr](https://redirect.github.com/Feramance/qBitrr) | patch | `3cf1d3d` -> `cfd3092` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>Feramance/qBitrr (docker.io/feramance/qbitrr)</summary> ### [`v4.9.18`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v4918-14112024) [Compare Source](https://redirect.github.com/Feramance/qBitrr/compare/v4.9.17...v4.9.18) - [\[patch\] Merge pull request #​131 from Feramance/127-attributeerror-in-headless-mode](https://redirect.github.com/Feramance/qBitrr/commit/4506eb9c6dc8c9ef9cf9e882e26c1498ae03d4a1) - [@​Feramance](https://redirect.github.com/Feramance) - [Fix headless mode category path checks](https://redirect.github.com/Feramance/qBitrr/commit/52e6cb9130ae03a6d308a6c0976d12710cd6707f) - [@​Feramance](https://redirect.github.com/Feramance) - [Merge branch 'master' of https://github.com/Feramance/qBitrr](https://redirect.github.com/Feramance/qBitrr/commit/fd06a192608a440301ef87a7132cb2958b42edce) - [@​Feramance](https://redirect.github.com/Feramance) - [Config updates](https://redirect.github.com/Feramance/qBitrr/commit/4bbd2d679919ad2b2e10f7e363c4753137da247e) - [@​Feramance](https://redirect.github.com/Feramance) *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
63 lines
1.5 KiB
YAML
63 lines
1.5 KiB
YAML
image:
|
|
repository: docker.io/feramance/qbitrr
|
|
pullPolicy: IfNotPresent
|
|
tag: v4.9.18@sha256:cfd309259b7f5f4308ed263461babcadb79042abf9bcbbd3d97b939b0ad8f6c3
|
|
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
|