mirror of
https://github.com/truecharts/charts.git
synced 2026-07-06 12:01:21 -03:00
fix(qbitrr): update image docker.io/feramance/qbitrr v5.8.5 → v5.8.6 (#44226)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/feramance/qbitrr](https://redirect.github.com/Feramance/qBitrr) | patch | `a48fde4` -> `50bcd7d` | --- > [!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> ### [`v5.8.6`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v586-27012026) [Compare Source](https://redirect.github.com/Feramance/qBitrr/compare/v5.8.5...v5.8.6) ##### 🚀 Features - [\[patch\] fix: Add ArrInstance filters to remaining database queries (delete/get\_or\_none/select/queue)](a9ede60550) - [@​Feramance](https://redirect.github.com/Feramance) ##### 🐛 Bug Fixes - [\[patch\] fix: Correct 'total' count in Arr views to show all items, not filtered results](9f46229944) - [@​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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcWJpdHJyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.8.5
|
||||
appVersion: 5.8.6
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.40
|
||||
@@ -39,5 +39,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/qbitrr
|
||||
- https://hub.docker.com/r/feramance/qbitrr
|
||||
type: application
|
||||
version: 8.8.2
|
||||
version: 8.8.3
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/feramance/qbitrr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.8.5@sha256:a48fde42b19eb772279bf9be553762222cac1d142e528901051fdfddec8ace25
|
||||
tag: v5.8.6@sha256:50bcd7d0e7acd5d531bf4e5a3aa8657905471a8647faf691b564a90536b9078c
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user