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";
|
component = "jellyfin";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
strategy = {
|
||||||
|
type = "RollingUpdate";
|
||||||
|
|
||||||
|
rollingUpdate = {
|
||||||
|
maxSurge = 0;
|
||||||
|
maxUnavailable = 1;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
template = {
|
template = {
|
||||||
metadata.labels = {
|
metadata.labels = {
|
||||||
app = "media";
|
app = "media";
|
||||||
|
@ -59,7 +68,7 @@
|
||||||
|
|
||||||
spec = {
|
spec = {
|
||||||
containers.jellyfin = {
|
containers.jellyfin = {
|
||||||
image = "jellyfin/jellyfin:10.8.13-1";
|
image = "jellyfin/jellyfin:10.9.6";
|
||||||
envFrom = [{ configMapRef.name = "jellyfin-env"; }];
|
envFrom = [{ configMapRef.name = "jellyfin-env"; }];
|
||||||
ports.web.containerPort = 8096;
|
ports.web.containerPort = 8096;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue