This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tautulli/tautulli](https://redirect.github.com/Tautulli/Tautulli) | patch | `v2.14.5` -> `v2.14.6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Tautulli/Tautulli (ghcr.io/tautulli/tautulli)</summary> ### [`v2.14.6`](https://redirect.github.com/Tautulli/Tautulli/blob/HEAD/CHANGELOG.md#v2146-2024-10-12) [Compare Source](https://redirect.github.com/Tautulli/Tautulli/compare/v2.14.5...v2.14.6) - Newsletters: - Fix: Allow formatting newsletter date parameters. - Change: Support apscheduler compatible cron expressions. - UI: - Fix: Round runtime before converting to human duration. - Fix: Make recently added/watched rows touch scrollable. - Other: - Fix: Auto-updater not running. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
31 lines
592 B
YAML
31 lines
592 B
YAML
image:
|
|
repository: ghcr.io/tautulli/tautulli
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.14.6@sha256:f54d2d3a78780c765cd7a10b882474909f50247b5d2d118badaa9c035421effd
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
command:
|
|
- python
|
|
- Tautulli.py
|
|
args:
|
|
- --config
|
|
- /config/config.ini
|
|
- --datadir
|
|
- /config
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8181
|
|
targetPort: 8181
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
portal:
|
|
open:
|
|
enabled: true
|