Compare commits

...

2 commits

Author SHA1 Message Date
6a919ad4c2 Move to the official lms docker image and upgrade
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2025-02-28 15:00:09 +00:00
053f6b6b40 And the random manifests, and the helm templates in case any hardcoded stuff is left
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2025-02-28 15:00:09 +00:00
2 changed files with 7 additions and 1 deletions

View file

@ -19,7 +19,7 @@ spec:
app.kubernetes.io/name: logitech-media-server
spec:
containers:
- image: doliana/logitech-media-server:2021_11_06-8.2.0
- image: lmscommunity/lyrionmusicserver:9.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 10

View file

@ -2,5 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"argocd": {
"fileMatch": ["everything-app/.+\\.yaml$"]
},
"kubernetes": {
"fileMatch": [
"apps-kustomized/.+\\.yaml$",
"apps-helm/.+/tempates/.+\\.yaml"
]
}
}