chore(helm): update image ghcr.io/tautulli/tautulli v2.15.2 → v2.15.3 (#38075)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tautulli/tautulli](https://redirect.github.com/Tautulli/Tautulli) | patch | `0003dd1` -> `fffd16c` | --- > [!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>Tautulli/Tautulli (ghcr.io/tautulli/tautulli)</summary> ### [`v2.15.3`](https://redirect.github.com/Tautulli/Tautulli/blob/HEAD/CHANGELOG.md#v2153-2025-08-03) [Compare Source](https://redirect.github.com/Tautulli/Tautulli/compare/v2.15.2...v2.15.3) - Exporter: - New: Added hearingImpaired for subtitles and visualImpaired for audio attributes to exporter fields. - Graphs: - Fix: Remove duplicate "Total" entry in graph tooltips. (Thanks [@​zdimension](https://redirect.github.com/zdimension)) ([#​2534](https://redirect.github.com/Tautulli/Tautulli/issues/2534)) - UI: - Fix: Failing to retrieve collections / playlists with over 1000 items. - Fix: Scrollbar not showing on macosx and webkit browsers. ([#​2221](https://redirect.github.com/Tautulli/Tautulli/issues/2221)) - Fix: Incorrect rounding of minutes in global stats play duration. - Fix: Disable browser autocomplete for notification agent and newsletter agent configurations. ([#​2557](https://redirect.github.com/Tautulli/Tautulli/issues/2557)) - API: - New: Added ability to return svg files using pms\_image\_proxy API command. - Other: - New: Added ability to set config values using environment variables. (Thanks [@​komuw](https://redirect.github.com/komuw)) ([#​2309](https://redirect.github.com/Tautulli/Tautulli/issues/2309), [#​2543](https://redirect.github.com/Tautulli/Tautulli/issues/2543)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.15.2
|
||||
appVersion: 2.15.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.15.1
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/Tautulli/Tautulli
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/tautulli
|
||||
type: application
|
||||
version: 21.2.1
|
||||
version: 21.2.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/tautulli/tautulli
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.15.2@sha256:0003dd1f2c6d8cd1ce3013ff94f62b17530b3573439de6b52aefa3a10e724f9e
|
||||
tag: v2.15.3@sha256:fffd16c87c9428ce2d53ce9c0897a11cb912679700a49a986385d4d12d819de3
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user