chore(deps): update container image feramance/qbitrr to v4.2.9@8070006 by renovate (#18130)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [feramance/qbitrr](https://togithub.com/Feramance/qBitrr) | patch | `v4.2.7` -> `v4.2.9` | --- > [!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.2.9`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v429-09022024) [Compare Source](https://togithub.com/Feramance/qBitrr/compare/v4.2.8...v4.2.9) - [\[patch\] Free space adjustements](8961ce511e
) - [@​Feramance](https://togithub.com/Feramance) - [Remove free space tag if torrent is completed](0004eec460
) - [@​Feramance](https://togithub.com/Feramance) - [Fixed remove tags call](aa3cbf5025
) - [@​Feramance](https://togithub.com/Feramance) - [Remove free space tag if completed](eec18d20bf
) - [@​Feramance](https://togithub.com/Feramance) - [Free space pause fix](0358a296e1
) - [@​Feramance](https://togithub.com/Feramance) - [Merge branch 'master' of61d6127cb9
) - [@​Feramance](https://togithub.com/Feramance) - [Free space fix test](6eb03308e3
) - [@​Feramance](https://togithub.com/Feramance) - [Updated release workflow order](a09c21dbed
) - [@​Feramance](https://togithub.com/Feramance) - [Corrected version number for PyPi](bb61323b53
) - [@​Feramance](https://togithub.com/Feramance) *** ### [`v4.2.8`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v428-06022024) [Compare Source](https://togithub.com/Feramance/qBitrr/compare/v4.2.7...v4.2.8) - [\[patch\] Updated dependencies and formatted all files](3f747bcfd5
) - [@​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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
d9cc6bdb2e
commit
3f1cff4dd8
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.2.7
|
||||
appVersion: 4.2.9
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.30
|
||||
|
@ -24,7 +24,7 @@ keywords:
|
|||
- qbitrr
|
||||
- Downloaders
|
||||
- MediaApp-Other
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -35,4 +35,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/qbitrr
|
||||
- https://hub.docker.com/r/feramance/qbitrr
|
||||
type: application
|
||||
version: 3.2.8
|
||||
version: 3.2.9
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: feramance/qbitrr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.2.7@sha256:1c3d3b835278e996a8e49be054038ff1026db1a44021182e56a1aabe23803a09
|
||||
tag: v4.2.9@sha256:8070006bb2dc7511cf3d52b95c4a66b195719b08860930bd205bac5056915630
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
|
Loading…
Reference in New Issue