chore(helm): update image ghcr.io/tautulli/tautulli v2.15.1 → v2.15.2 (#34323)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tautulli/tautulli](https://redirect.github.com/Tautulli/Tautulli) | patch | `7755360` -> `0003dd1` | 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.2`](https://redirect.github.com/Tautulli/Tautulli/blob/HEAD/CHANGELOG.md#v2152-2025-04-12) [Compare Source](https://redirect.github.com/Tautulli/Tautulli/compare/v2.15.1...v2.15.2) - Activity: - New: Added link to library by clicking media type icon. - New: Added stream count to tab title on homepage. ([#​2517](https://redirect.github.com/Tautulli/Tautulli/issues/2517)) - History: - Fix: Check stream watched status before stream stopped status. ([#​2506](https://redirect.github.com/Tautulli/Tautulli/issues/2506)) - Notifications: - Fix: ntfy notifications failing to send if provider link is blank. - Fix: Check Pushover notification attachment is under 5MB limit. ([#​2396](https://redirect.github.com/Tautulli/Tautulli/issues/2396)) - Fix: Track URLs redirecting to the correct media page. ([#​2513](https://redirect.github.com/Tautulli/Tautulli/issues/2513)) - New: Added audio profile notification parameters. - New: Added PATCH method for Webhook notifications. - Graphs: - New: Added Total line to daily streams graph. (Thanks [@​zdimension](https://redirect.github.com/zdimension)) ([#​2497](https://redirect.github.com/Tautulli/Tautulli/issues/2497)) - UI: - Fix: Do not redirect API requests to the login page. ([#​2490](https://redirect.github.com/Tautulli/Tautulli/issues/2490)) - Change: Swap source and stream columns in stream info modal. - Other: - Fix: Various typos. (Thanks [@​luzpaz](https://redirect.github.com/luzpaz)) ([#​2520](https://redirect.github.com/Tautulli/Tautulli/issues/2520)) - Fix: CherryPy CORS response header not being set correctly. ([#​2279](https://redirect.github.com/Tautulli/Tautulli/issues/2279)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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.1
|
||||
appVersion: 2.15.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/Tautulli/Tautulli
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/tautulli
|
||||
type: application
|
||||
version: 20.6.1
|
||||
version: 20.6.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/tautulli/tautulli
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.15.1@sha256:7755360de25d5b60aaf67a0aa4f1f71fb4fc12a1a668bb9ced09e9f4ab5239cd
|
||||
tag: v2.15.2@sha256:0003dd1f2c6d8cd1ce3013ff94f62b17530b3573439de6b52aefa3a10e724f9e
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user