onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

feat(container): update ghcr.io/kieraneglin/pinchflat ( v2024.9.12 → v2024.10.2 ) #8170

Closed bot-ross[bot] closed 1 week ago

bot-ross[bot] commented 1 week ago

This PR contains the following updates:

Package Update Change
ghcr.io/kieraneglin/pinchflat minor v2024.9.12 -> v2024.10.2

Release Notes

kieraneglin/pinchflat (ghcr.io/kieraneglin/pinchflat) ### [`v2024.10.2`](https://redirect.github.com/kieraneglin/pinchflat/releases/tag/v2024.10.2) [Compare Source](https://redirect.github.com/kieraneglin/pinchflat/compare/v2024.9.12...v2024.10.2) #### What's Changed - \[Bugfix] prevent duplicate videos from being downloaded if the video's name changes by [@​kieraneglin](https://redirect.github.com/kieraneglin) in [https://github.com/kieraneglin/pinchflat/pull/396](https://redirect.github.com/kieraneglin/pinchflat/pull/396) - \[Enhancement] Added ability to detect when files have been deleted by [@​kieraneglin](https://redirect.github.com/kieraneglin) in [https://github.com/kieraneglin/pinchflat/pull/399](https://redirect.github.com/kieraneglin/pinchflat/pull/399) - \[Bugfix] Resolve invalid timezone error by [@​kieraneglin](https://redirect.github.com/kieraneglin) in [https://github.com/kieraneglin/pinchflat/pull/402](https://redirect.github.com/kieraneglin/pinchflat/pull/402) **Full Changelog**: https://github.com/kieraneglin/pinchflat/compare/v2024.9.12...v2024.10.2

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.

bot-ross[bot] commented 1 week ago
--- kubernetes/main/apps/default/pinchflat/app Kustomization: flux-system/pinchflat HelmRelease: default/pinchflat

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

@@ -41,13 +41,13 @@

             env:
               PORT: 80
               TZ: America/New_York
               TZ_DATA_DIR: /tmp/elixir_tz_data
             image:
               repository: ghcr.io/kieraneglin/pinchflat
-              tag: v2024.9.12@sha256:f8f2ba632c80a4e2aefb5ef341d1f834c09405b3c27a98136c349ed713cc1631
+              tag: v2024.10.2@sha256:78cdb8887b5a52026b8cab150b65577fc97c4c41d8da340f2e4e70ed79bd15f8
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
bot-ross[bot] commented 1 week ago
--- HelmRelease: default/pinchflat Deployment: default/pinchflat

+++ HelmRelease: default/pinchflat Deployment: default/pinchflat

@@ -52,13 +52,13 @@

         - name: PORT
           value: '80'
         - name: TZ
           value: America/New_York
         - name: TZ_DATA_DIR
           value: /tmp/elixir_tz_data
-        image: ghcr.io/kieraneglin/pinchflat:v2024.9.12@sha256:f8f2ba632c80a4e2aefb5ef341d1f834c09405b3c27a98136c349ed713cc1631
+        image: ghcr.io/kieraneglin/pinchflat:v2024.10.2@sha256:78cdb8887b5a52026b8cab150b65577fc97c4c41d8da340f2e4e70ed79bd15f8
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthcheck
             port: 80
           initialDelaySeconds: 0