mirror of
https://github.com/truecharts/charts.git
synced 2026-07-07 15:44:30 -03:00
fix(jackett): update image oci.trueforge.org/containerforge/jackett 0.24.1032 → 0.24.1044 (#44617)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/jackett](https://ghcr.io/trueforge-org/jackett) ([source](https://redirect.github.com/Jackett/Jackett)) | patch | `636af52` -> `c97b6f6` | --- > [!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>Jackett/Jackett (oci.trueforge.org/containerforge/jackett)</summary> ### [`v0.24.1044`](https://redirect.github.com/Jackett/Jackett/releases/tag/v0.24.1044) [Compare Source](https://redirect.github.com/Jackett/Jackett/compare/v0.24.1032...v0.24.1044) #### Changes: - [`8f52b5e`](8f52b5e73d) ubits: add login captcha. resolves [#​14295](https://redirect.github.com/Jackett/Jackett/issues/14295) - [`19811be`](19811bea7a) jpopsuki: switch to basic search - [`bf4d67b`](bf4d67b746) lacale: fixes for api. resolves [#​16394](https://redirect.github.com/Jackett/Jackett/issues/16394) - [`674a339`](674a339ef1) traht: -> semi-private. resolves [#​13649](https://redirect.github.com/Jackett/Jackett/issues/13649) - [`1fc32f1`](1fc32f129b) traht: -> semi-private. resolves [#​13649](https://redirect.github.com/Jackett/Jackett/issues/13649) - [`e4af017`](e4af017348) rutracker: new cats - [`1dbbd64`](1dbbd64d97) xxxclub: new cat - [`29f7605`](29f7605172) torrentqq: bump domain - [`a9eb854`](a9eb854350) nordichd; new cats - [`6c3dbef`](6c3dbef824) backups: new cat This list of changes was [auto generated](https://dev.azure.com/Jackett/Jackett/_build/results?buildId=15562\&view=logs). </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvamFja2V0dCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.24.1032
|
||||
appVersion: 0.24.1044
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.49
|
||||
@@ -25,17 +25,17 @@ dependencies:
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: API Support for your favorite torrent trackers.
|
||||
home: https://trueforge.org/truetech/truecharts/charts/stable/jackett
|
||||
icon: https://trueforge.org/img/hotlink-ok/chart-icons/jackett.webp
|
||||
home: https://truecharts.org/charts/stable/jackett
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/jackett.webp
|
||||
keywords:
|
||||
- jackett
|
||||
- torrent
|
||||
- usenet
|
||||
kubeVersion: '>=1.27.0-0'
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@trueforge.org
|
||||
url: https://trueforge.org
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: jackett
|
||||
sources:
|
||||
- https://github.com/Jackett/Jackett
|
||||
@@ -43,5 +43,5 @@ sources:
|
||||
- https://github.com/trueforge-org/containers/tree/main/apps/jackett
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/jackett
|
||||
type: application
|
||||
version: 26.2.48
|
||||
version: 26.2.49
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: oci.trueforge.org/containerforge/jackett
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.24.1032@sha256:636af52261b57ba5fea69c66c72a4a723100d89c660f581e964c0eb99f888385
|
||||
tag: 0.24.1044@sha256:c97b6f6947c7bab27570a6a6f2a815bbd14614ddd06ed759864efc8a59706d4a
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user