axeII / home-ops

A repository for HomeOps where I perform Infrastructure as Code (IaC) and GitOps practices.
Do What The F*ck You Want To Public License
41 stars 1 forks source link

fix(container): update ghcr.io/onedr0p/plex-beta ( 1.40.5.8761-c64418528 → 1.40.5.8829-d609c37a9 ) #1289

Closed bot-akira[bot] closed 1 month ago

bot-akira[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/plex-beta patch 1.40.5.8761-c64418528 -> 1.40.5.8829-d609c37a9

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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-akira[bot] commented 1 month ago
--- kubernetes/apps/media/plex/app Kustomization: flux-system/plex HelmRelease: media/plex

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

@@ -34,13 +34,13 @@

               ADVERTISE_IP: https://plex...PLACEHOLDER..,http://192.168.69.101:32400
               NVIDIA_DRIVER_CAPABILITIES: all
               NVIDIA_VISIBLE_DEVICES: all
               TZ: Europe/Prague
             image:
               repository: ghcr.io/onedr0p/plex-beta
-              tag: 1.40.5.8761-c64418528@sha256:95ac94417e3a90ed12078a202f95e4d00873bdfe2d36577b66b3b0c07f10ca12
+              tag: 1.40.5.8829-d609c37a9@sha256:495408cc49a0be26ad9bc0657db6ed0c2e56c562c341402213ceb93ca8e2b1b9
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
bot-akira[bot] commented 1 month ago
--- HelmRelease: media/plex Deployment: media/plex

+++ HelmRelease: media/plex Deployment: media/plex

@@ -59,13 +59,13 @@

         - name: NVIDIA_DRIVER_CAPABILITIES
           value: all
         - name: NVIDIA_VISIBLE_DEVICES
           value: all
         - name: TZ
           value: Europe/Prague
-        image: ghcr.io/onedr0p/plex-beta:1.40.5.8761-c64418528@sha256:95ac94417e3a90ed12078a202f95e4d00873bdfe2d36577b66b3b0c07f10ca12
+        image: ghcr.io/onedr0p/plex-beta:1.40.5.8829-d609c37a9@sha256:495408cc49a0be26ad9bc0657db6ed0c2e56c562c341402213ceb93ca8e2b1b9
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /identity
             port: 32400
           initialDelaySeconds: 0
axeII commented 1 month ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_