rwlove / home-ops

Lovenet Cluster Configuration
https://rwlove.github.io/home-ops/
8 stars 0 forks source link

fix(container): update image ghcr.io/blakeblackshear/frigate to v0.14.1 #7096

Closed rosey-the-renovator-bot[bot] closed 2 weeks ago

rosey-the-renovator-bot[bot] commented 2 weeks ago

This PR contains the following updates:

Package Update Change
ghcr.io/blakeblackshear/frigate patch 0.14.0 -> 0.14.1

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.

rosey-the-renovator-bot[bot] commented 2 weeks ago
--- kubernetes/main/apps/home/frigate/app Kustomization: flux-system/home-automation-frigate HelmRelease: home/frigate

+++ kubernetes/main/apps/home/frigate/app Kustomization: flux-system/home-automation-frigate HelmRelease: home/frigate

@@ -39,13 +39,13 @@

               TZ: America/New_York
             envFrom:
             - secretRef:
                 name: frigate
             image:
               repository: ghcr.io/blakeblackshear/frigate
-              tag: 0.14.0
+              tag: 0.14.1
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
rosey-the-renovator-bot[bot] commented 2 weeks ago
--- HelmRelease: home/frigate StatefulSet: home/frigate

+++ HelmRelease: home/frigate StatefulSet: home/frigate

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

           value: i965
         - name: TZ
           value: America/New_York
         envFrom:
         - secretRef:
             name: frigate
-        image: ghcr.io/blakeblackshear/frigate:0.14.0
+        image: ghcr.io/blakeblackshear/frigate:0.14.1
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /api/version
             port: 5000
           initialDelaySeconds: 0