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.0b17 #7105

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

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

Release Notes

music-assistant/server (ghcr.io/music-assistant/server) ### [`v2.3.0b17`](https://togithub.com/music-assistant/server/releases/tag/2.3.0b17): 2.3.0 BETA 17 [Compare Source](https://togithub.com/music-assistant/server/compare/2.3.0b16...2.3.0b17) #### What's Changed - Introduce a HLS radio streams parser (for the BBC radio streams) by [@​marcelveldt](https://togithub.com/marcelveldt) in [https://github.com/music-assistant/server/pull/1633](https://togithub.com/music-assistant/server/pull/1633) \--> This -should- fix issues with BBC/HLS radio streams stopping abruptly, but please extensively test! **Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b16...2.3.0b17

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 was generated by Mend Renovate. View the repository job log.

rosey-the-renovator-bot[bot] commented 2 weeks 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.0b16
+              tag: 2.3.0b17
             resources:
               limits:
                 memory: 2500Mi
               requests:
                 cpu: 500m
                 memory: 2500Mi
rosey-the-renovator-bot[bot] commented 2 weeks 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.0b16
+        image: ghcr.io/music-assistant/server:2.3.0b17
         name: main
         resources:
           limits:
             memory: 2500Mi
           requests:
             cpu: 500m