Bump jellyfin to 10.9.6

This commit is contained in:
Pim Kunis 2024-06-15 12:49:31 +02:00
parent d79e0b8acc
commit bb1f091fbb

View file

@ -51,6 +51,15 @@
component = "jellyfin";
};
strategy = {
type = "RollingUpdate";
rollingUpdate = {
maxSurge = 0;
maxUnavailable = 1;
};
};
template = {
metadata.labels = {
app = "media";
@ -59,7 +68,7 @@
spec = {
containers.jellyfin = {
image = "jellyfin/jellyfin:10.8.13-1";
image = "jellyfin/jellyfin:10.9.6";
envFrom = [{ configMapRef.name = "jellyfin-env"; }];
ports.web.containerPort = 8096;