Skip to content

Commit

Permalink
chore(deps): update media containers
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 48b6fc3 commit afee96e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion k8s/apps/media/arr/prowlarr/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
type: RuntimeDefault
containers:
- name: prowlarr
image: ghcr.io/onedr0p/prowlarr:1.25.4 # renovate: docker=ghcr.io/onedr0p/prowlarr
image: ghcr.io/onedr0p/prowlarr:1.28.2 # renovate: docker=ghcr.io/onedr0p/prowlarr
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/media/arr/radarr/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
type: RuntimeDefault
containers:
- name: radarr
image: ghcr.io/onedr0p/radarr:5.14.0 # renovate: docker=ghcr.io/onedr0p/radarr
image: ghcr.io/onedr0p/radarr:5.16.3 # renovate: docker=ghcr.io/onedr0p/radarr
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/media/arr/sonarr/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
type: RuntimeDefault
containers:
- name: sonarr
image: ghcr.io/onedr0p/sonarr:4.0.10 # renovate: docker=ghcr.io/onedr0p/sonarr
image: ghcr.io/onedr0p/sonarr:4.0.11 # renovate: docker=ghcr.io/onedr0p/sonarr
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/media/arr/torrent/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
- name: tmp
mountPath: /tmp
- name: torrent
image: ghcr.io/onedr0p/qbittorrent:5.0.1 # renovate: docker=ghcr.io/onedr0p/qbittorrent
image: ghcr.io/onedr0p/qbittorrent:5.0.3 # renovate: docker=ghcr.io/onedr0p/qbittorrent
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/media/jellyfin/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
type: RuntimeDefault
containers:
- name: jellyfin
image: ghcr.io/jellyfin/jellyfin:10.10.2 # renovate: docker=ghcr.io/jellyfin/jellyfin
image: ghcr.io/jellyfin/jellyfin:10.10.3 # renovate: docker=ghcr.io/jellyfin/jellyfin
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/media/plex/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
type: RuntimeDefault
containers:
- name: plex
image: ghcr.io/onedr0p/plex:1.41.2.9200-c6bbc1b53 # renovate: docker=ghcr.io/onedr0p/plex versioning=loose
image: ghcr.io/onedr0p/plex:1.41.3.9314-a0bfb8370 # renovate: docker=ghcr.io/onedr0p/plex versioning=loose
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down

0 comments on commit afee96e

Please sign in to comment.