haraldkoch / kochhaus-home

Experimental homelab configuration for running things on kubernetes
MIT License
114 stars 14 forks source link

fix(container): update ghcr.io/tautulli/tautulli ( v2.14.5 β†’ v2.14.6 ) [main] #5616

Closed doug-piranha-bot[bot] closed 4 days ago

doug-piranha-bot[bot] commented 4 days ago

This PR contains the following updates:

Package Update Change
ghcr.io/tautulli/tautulli patch v2.14.5 -> v2.14.6

Release Notes

Tautulli/Tautulli (ghcr.io/tautulli/tautulli) ### [`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.

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» 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.



This PR has been generated by Renovate Bot.

doug-piranha-bot[bot] commented 4 days ago
--- HelmRelease: media/tautulli Deployment: media/tautulli

+++ HelmRelease: media/tautulli Deployment: media/tautulli

@@ -50,13 +50,13 @@

         command:
         - /usr/local/bin/python
         - Tautulli.py
         env:
         - name: TZ
           value: Etc/UTC
-        image: ghcr.io/tautulli/tautulli:v2.14.5
+        image: ghcr.io/tautulli/tautulli:v2.14.6
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /status
             port: 80
           initialDelaySeconds: 0
doug-piranha-bot[bot] commented 4 days ago
--- kubernetes/main/apps/media/tautulli/app Kustomization: flux-system/tautulli HelmRelease: media/tautulli

+++ kubernetes/main/apps/media/tautulli/app Kustomization: flux-system/tautulli HelmRelease: media/tautulli

@@ -49,13 +49,13 @@

             - /usr/local/bin/python
             - Tautulli.py
             env:
               TZ: Etc/UTC
             image:
               repository: ghcr.io/tautulli/tautulli
-              tag: v2.14.5
+              tag: v2.14.6
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3