rwlove / home-ops

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

fix(container): update image ghcr.io/music-assistant/server to v2.3.0b19 #7132

Closed rosey-the-renovator-bot[bot] closed 1 week ago

rosey-the-renovator-bot[bot] commented 1 week ago

This PR contains the following updates:

Package Update Change
ghcr.io/music-assistant/server patch 2.3.0b17 -> 2.3.0b19

Release Notes

music-assistant/server (ghcr.io/music-assistant/server) ### [`v2.3.0b19`](https://redirect.github.com/music-assistant/server/releases/tag/2.3.0b19): 2.3.0 BETA 19 [Compare Source](https://redirect.github.com/music-assistant/server/compare/2.3.0b18...2.3.0b19) Fix for broken build ### [`v2.3.0b18`](https://redirect.github.com/music-assistant/server/releases/tag/2.3.0b18): 2.3.0 BETA 18 [Compare Source](https://redirect.github.com/music-assistant/server/compare/2.3.0b17...2.3.0b18) #### What's Changed - Use new release workflow - Some small bugfixes and tweaks by [@​marcelveldt](https://redirect.github.com/marcelveldt) in [https://github.com/music-assistant/server/pull/1642](https://redirect.github.com/music-assistant/server/pull/1642) **Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b17...2.3.0b18

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 1 week ago
--- kubernetes/main/apps/media/music-assistant/app Kustomization: flux-system/media-music-assistant HelmRelease: media/music-assistant

+++ kubernetes/main/apps/media/music-assistant/app Kustomization: flux-system/media-music-assistant HelmRelease: media/music-assistant

@@ -38,13 +38,13 @@

         containers:
           main:
             env:
               TZ: America/New_York
             image:
               repository: ghcr.io/music-assistant/server
-              tag: 2.3.0b17
+              tag: 2.3.0b19
             resources:
               limits:
                 memory: 2500Mi
               requests:
                 cpu: 500m
                 memory: 2500Mi
rosey-the-renovator-bot[bot] commented 1 week ago
--- HelmRelease: media/music-assistant StatefulSet: media/music-assistant

+++ HelmRelease: media/music-assistant StatefulSet: media/music-assistant

@@ -44,13 +44,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
       - env:
         - name: TZ
           value: America/New_York
-        image: ghcr.io/music-assistant/server:2.3.0b17
+        image: ghcr.io/music-assistant/server:2.3.0b19
         name: main
         resources:
           limits:
             memory: 2500Mi
           requests:
             cpu: 500m