Skip to content

Commit 5f31bd2

Browse files
Merge branch 'main' of github.com:soerenschneider/k8s-gitops
2 parents 3903a9a + 095cbb3 commit 5f31bd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/jellyfin/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
seccompProfile:
3131
type: RuntimeDefault
3232
containers:
33-
- image: "jellyfin/jellyfin:10.9.11"
33+
- image: "jellyfin/jellyfin:10.10.0"
3434
securityContext:
3535
allowPrivilegeEscalation: false
3636
readOnlyRootFilesystem: true

apps/media/radarr/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
seccompProfile:
3232
type: "RuntimeDefault"
3333
containers:
34-
- image: "ghcr.io/onedr0p/radarr:5.12.2.9335"
34+
- image: "ghcr.io/onedr0p/radarr:5.14.0.9383"
3535
imagePullPolicy: "IfNotPresent"
3636
name: "radarr"
3737
ports:

0 commit comments

Comments
 (0)