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.8.23 → v2024.9.12 ) #8103

Closed bot-ross[bot] closed 4 weeks ago

bot-ross[bot] commented 4 weeks ago

This PR contains the following updates:

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

Release Notes

kieraneglin/pinchflat (ghcr.io/kieraneglin/pinchflat) ### [`v2024.9.12`](https://redirect.github.com/kieraneglin/pinchflat/releases/tag/v2024.9.12) #### What's Changed - \[Enhancement] Improve detection of shorts by [@​kieraneglin](https://redirect.github.com/kieraneglin) in [https://github.com/kieraneglin/pinchflat/pull/382](https://redirect.github.com/kieraneglin/pinchflat/pull/382) - \[Enhancement] Allow configuration of media container format by [@​kieraneglin](https://redirect.github.com/kieraneglin) in [https://github.com/kieraneglin/pinchflat/pull/383](https://redirect.github.com/kieraneglin/pinchflat/pull/383) - \[Bugfix] Disallow concurrent slow-indexing runs for the same source by [@​kieraneglin](https://redirect.github.com/kieraneglin) in [https://github.com/kieraneglin/pinchflat/pull/384](https://redirect.github.com/kieraneglin/pinchflat/pull/384) - \[Dev] Speed up CI by [@​kieraneglin](https://redirect.github.com/kieraneglin) in [https://github.com/kieraneglin/pinchflat/pull/385](https://redirect.github.com/kieraneglin/pinchflat/pull/385) - \[Dev] Version updates 2024-09-12 by [@​kieraneglin](https://redirect.github.com/kieraneglin) in [https://github.com/kieraneglin/pinchflat/pull/388](https://redirect.github.com/kieraneglin/pinchflat/pull/388) **Full Changelog**: https://github.com/kieraneglin/pinchflat/compare/v2024.8.28...v2024.9.12

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 4 weeks 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.8.23@sha256:8643d52c79e4e5606c66be58588ac20ab2548fd640bccf653b1857c920f59e87
+        image: ghcr.io/kieraneglin/pinchflat:v2024.9.12@sha256:f8f2ba632c80a4e2aefb5ef341d1f834c09405b3c27a98136c349ed713cc1631
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthcheck
             port: 80
           initialDelaySeconds: 0
bot-ross[bot] commented 4 weeks 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.8.23@sha256:8643d52c79e4e5606c66be58588ac20ab2548fd640bccf653b1857c920f59e87
+              tag: v2024.9.12@sha256:f8f2ba632c80a4e2aefb5ef341d1f834c09405b3c27a98136c349ed713cc1631
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3