Bump jellyfin to 10.9.6
This commit is contained in:
parent
d79e0b8acc
commit
bb1f091fbb
1 changed files with 10 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue