This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/plexguide/huntarr | patch | `9.1.1` → `9.1.3` | | [plexguide/huntarr](https://github.com/plexguide/huntarr) | patch | `9.1.1` → `9.1.3` | --- ### Release Notes <details> <summary>plexguide/huntarr (plexguide/huntarr)</summary> ### [`v9.1.3`](https://github.com/plexguide/Huntarr.io/releases/tag/9.1.3) [Compare Source](https://github.com/plexguide/huntarr/compare/9.1.2...9.1.3) - \[Requestarr Patch] Requested movies now show a cool down and cannot be requested during that time <img width="158" height="283" alt="image" src="https://github.com/user-attachments/assets/79251493-55e3-4307-8007-a842c63a2496" /> <img width="213" height="330" alt="image" src="https://github.com/user-attachments/assets/efa4ced1-78ce-4b86-81bd-27894c51e518" /> ### [`v9.1.2`](https://github.com/plexguide/Huntarr.io/releases/tag/9.1.2) [Compare Source](https://github.com/plexguide/huntarr/compare/9.1.1...9.1.2) - \[Upgradinatorr] Added as a secondary search upgrade mode for the apps. - \[Apps] Lidarr and Whisparr v3 have the last search settings incorporated into the apps-per instance. The movie will be the default mode for Whisparr v3. - \[Exempt Tags] Now built into each instance. If selected tags are in the item to process, they are ignored. - \[Disable Requestarr] Added to Settings **Upgradinatorr Option Added** <img width="1656" height="894" alt="image" src="https://github.com/user-attachments/assets/0363c0b9-2807-486e-b0ad-0291b1f42e6e" /> **Requstarr Disabled** <img width="1646" height="918" alt="image" src="https://github.com/user-attachments/assets/c87a2046-8f8d-490a-9052-bc71a5400be4" /> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjIiLCJ1cGRhdGVkSW5WZXIiOiI0My4wLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImltYWdlIl19--> Reviewed-on: #3627 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
71 lines
1.5 KiB
YAML
71 lines
1.5 KiB
YAML
huntarr:
|
|
controllers:
|
|
main:
|
|
type: deployment
|
|
replicas: 1
|
|
strategy: Recreate
|
|
revisionHistoryLimit: 3
|
|
containers:
|
|
main:
|
|
image:
|
|
repository: ghcr.io/plexguide/huntarr
|
|
tag: 9.1.3
|
|
pullPolicy: IfNotPresent
|
|
env:
|
|
- name: TZ
|
|
value: US/Central
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
service:
|
|
main:
|
|
controller: main
|
|
ports:
|
|
http:
|
|
port: 80
|
|
targetPort: 9705
|
|
protocol: HTTP
|
|
route:
|
|
main:
|
|
kind: HTTPRoute
|
|
parentRefs:
|
|
- group: gateway.networking.k8s.io
|
|
kind: Gateway
|
|
name: traefik-gateway
|
|
namespace: traefik
|
|
hostnames:
|
|
- huntarr.alexlebens.net
|
|
rules:
|
|
- backendRefs:
|
|
- group: ''
|
|
kind: Service
|
|
name: huntarr
|
|
port: 80
|
|
weight: 100
|
|
matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|
|
persistence:
|
|
config:
|
|
forceRename: huntarr-config
|
|
storageClass: ceph-block
|
|
accessMode: ReadWriteOnce
|
|
size: 5Gi
|
|
advancedMounts:
|
|
main:
|
|
main:
|
|
- path: /config
|
|
readOnly: false
|
|
volsync-target-config:
|
|
pvcTarget: huntarr-config
|
|
local:
|
|
enabled: true
|
|
schedule: 26 8 * * *
|
|
remote:
|
|
enabled: false
|
|
external:
|
|
enabled: true
|
|
schedule: 26 9 * * *
|