Skip to content

Commit

Permalink
chore(deps): update media (#86)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[linuxserver/jellyfin](https://togithub.com/linuxserver/docker-jellyfin/packages)
([source](https://togithub.com/linuxserver/docker-jellyfin)) | patch |
`10.9.6` -> `10.9.7` |
|
[linuxserver/radarr](https://togithub.com/linuxserver/docker-radarr/packages)
([source](https://togithub.com/linuxserver/docker-radarr)) | minor |
`5.7.0-develop` -> `5.8.0-develop` |

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/hobroker/selfhosted).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Igor Leahu <4361921+hobroker@users.noreply.github.com>
  • Loading branch information
renovate[bot] and hobroker authored Jul 3, 2024
1 parent 28566c0 commit 322f711
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/media/jellyfin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ controllers:
main:
image:
repository: linuxserver/jellyfin
tag: 10.9.6
tag: 10.9.7
pullPolicy: IfNotPresent

service:
main:
controller: main
type: LoadBalancer
ports:
http:
Expand Down Expand Up @@ -41,10 +40,11 @@ persistence:
ingress:
main:
enabled: true
ingressClassName: "traefik"
hosts:
- host: jellyfin.hobroker.me
paths:
- path: /
pathType: Prefix
service:
identifier: main
name: main
12 changes: 9 additions & 3 deletions charts/media/radarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ controllers:
main:
image:
repository: linuxserver/radarr
tag: 5.7.0-develop
tag: 5.8.0-develop
pullPolicy: IfNotPresent
env:
PGID: "1000"
PUID: "1000"
initContainers:
wait-for-service:
image:
repository: ghcr.io/hobroker/wait-for-service
tag: latest
args: ["qbittorrent", "prowlarr"]
metrics:
containers:
main:
Expand All @@ -31,7 +37,6 @@ controllers:

service:
main:
controller: main
type: LoadBalancer
ports:
http:
Expand Down Expand Up @@ -73,10 +78,11 @@ persistence:
ingress:
main:
enabled: true
ingressClassName: "traefik"
hosts:
- host: radarr.hobroker.me
paths:
- path: /
pathType: Prefix
service:
identifier: main
name: main

0 comments on commit 322f711

Please sign in to comment.