Files
truecharts/charts/stable/qbitrr/values.yaml
T
TrueCharts BotandGitHub b2440beeef chore(deps): update container image feramance/qbitrr to v4.4.0@23ba0ed by renovate (#18628)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [feramance/qbitrr](https://togithub.com/Feramance/qBitrr) | minor |
`v4.3.3` -> `v4.4.0` |

---

> [!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.0`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v440-23022024)

[Compare
Source](https://togithub.com/Feramance/qBitrr/compare/v4.3.3...v4.4.0)

- [\[minor\] Added config option to delay search commands and reduce
activity on
indexers](https://togithub.com/Feramance/qBitrr/commit/5ea5dfeaffe3071b9e12f3170f21a7fb8754ceb2)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Added logging for better
testing](https://togithub.com/Feramance/qBitrr/commit/adf04ac66ef6844544fac2fb4c850e58e42eb2bd)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Implementing search loop
delay](https://togithub.com/Feramance/qBitrr/commit/72499f22af0772d7ab09696a58a2f7ceb39b6e9c)
- [@&#8203;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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-26 01:48:08 +01:00

63 lines
1.5 KiB
YAML

image:
repository: feramance/qbitrr
pullPolicy: IfNotPresent
tag: v4.4.0@sha256:23ba0edd7eacfdd98c87de72350d3df14af10c1a4cb83e3f67a9a1faaee72196
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