trosvald / home-ops

My OnPrem Kubernetes cluster. Deploy on top of Talos Linux, automated via Flux, renovate πŸ€–, and Github actions
0 stars 0 forks source link

fix(container): update ghcr.io/tautulli/tautulli ( v2.14.5 β†’ v2.14.6 ) #207

Closed monosense-arc[bot] closed 1 week ago

monosense-arc[bot] commented 1 week 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.

monosense-arc[bot] commented 1 week ago
--- kubernetes/main/apps/default/tautulli/app Kustomization: flux-system/tautulli HelmRelease: default/tautulli

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

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

             - /usr/local/bin/python
             - Tautulli.py
             env:
               TZ: Asia/Jakarta
             image:
               repository: ghcr.io/tautulli/tautulli
-              tag: v2.14.5@sha256:6017b491d8e9100a97391b639fff5824ad36a315c69aae3c9ed78407994a626e
+              tag: v2.14.6@sha256:f54d2d3a78780c765cd7a10b882474909f50247b5d2d118badaa9c035421effd
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
monosense-arc[bot] commented 1 week ago
--- HelmRelease: default/tautulli Deployment: default/tautulli

+++ HelmRelease: default/tautulli Deployment: default/tautulli

@@ -53,13 +53,13 @@

         command:
         - /usr/local/bin/python
         - Tautulli.py
         env:
         - name: TZ
           value: Asia/Jakarta
-        image: ghcr.io/tautulli/tautulli:v2.14.5@sha256:6017b491d8e9100a97391b639fff5824ad36a315c69aae3c9ed78407994a626e
+        image: ghcr.io/tautulli/tautulli:v2.14.6@sha256:f54d2d3a78780c765cd7a10b882474909f50247b5d2d118badaa9c035421effd
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /status
             port: 80
           initialDelaySeconds: 0