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 | `5ebecef` → `8849481` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.2166`](https://redirect.github.com/Jackett/Jackett/releases/tag/v0.24.2166) [Compare Source](https://redirect.github.com/Jackett/Jackett/compare/v0.24.2158...v0.24.2166) #### Changes: - [`af73478`](https://redirect.github.com/Jackett/Jackett/commit/af73478d6d955ec724c648dd7a1080a27a9db55e) gimmepeers & revolutiontt: merge to revopeers ([#​16934](https://redirect.github.com/Jackett/Jackett/issues/16934)) - [`4494af7`](https://redirect.github.com/Jackett/Jackett/commit/4494af7e2244530d59e9997191d86e709bf7cd2c) world-torrent: update alt domains This list of changes was [auto generated](https://dev.azure.com/Jackett/Jackett/_build/results?buildId=16684\&view=logs). </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9qYWNrZXR0IiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
29 lines
641 B
YAML
29 lines
641 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: oci.trueforge.org/containerforge/jackett
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.24.2166@sha256:8849481f96fc19395373ef7060be026695e1d81300c860e2211d59433eafe8ff
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 9117
|
|
port: 9117
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
path: "/health"
|
|
readiness:
|
|
path: "/health"
|
|
startup:
|
|
path: "/health"
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|