Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update media #59

Merged
merged 2 commits into from
Jun 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/media/bazarr/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories:

releases:
- name: bazarr
version: 2.4.0
version: 3.2.1
atomic: true
namespace: self
chart: bjw-s/app-template
Expand Down
3 changes: 2 additions & 1 deletion charts/media/bazarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ controllers:
main:
image:
repository: linuxserver/bazarr
tag: 1.4.2
tag: 1.4.3
pullPolicy: IfNotPresent

service:
main:
controller: main
type: LoadBalancer
ports:
http:
Expand Down
2 changes: 1 addition & 1 deletion charts/media/jellyfin/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories:

releases:
- name: jellyfin
version: 2.4.0
version: 3.2.1
atomic: true
namespace: self
chart: bjw-s/app-template
Expand Down
6 changes: 3 additions & 3 deletions charts/media/jellyfin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ controllers:
main:
image:
repository: linuxserver/jellyfin
tag: 10.8.13
tag: 10.9.6
pullPolicy: IfNotPresent

service:
main:
controller: main
type: LoadBalancer
ports:
http:
Expand Down Expand Up @@ -40,11 +41,10 @@ persistence:
ingress:
main:
enabled: true
ingressClassName: "traefik"
hosts:
- host: jellyfin.hobroker.me
paths:
- path: /
pathType: Prefix
service:
name: main
identifier: main
2 changes: 1 addition & 1 deletion charts/media/overseerr/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories:

releases:
- name: overseerr
version: 2.4.0
version: 3.2.1
atomic: true
namespace: self
chart: bjw-s/app-template
Expand Down
4 changes: 2 additions & 2 deletions charts/media/overseerr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ controllers:

service:
main:
controller: main
type: LoadBalancer
ports:
http:
Expand All @@ -28,11 +29,10 @@ persistence:
ingress:
main:
enabled: true
ingressClassName: "traefik"
hosts:
- host: overseerr.hobroker.me
paths:
- path: /
pathType: Prefix
service:
name: main
identifier: main
2 changes: 1 addition & 1 deletion charts/media/plex/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories:

releases:
- name: plex
version: 2.4.0
version: 3.2.1
atomic: true
namespace: self
chart: bjw-s/app-template
Expand Down
6 changes: 3 additions & 3 deletions charts/media/plex/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ controllers:
main:
image:
repository: linuxserver/plex
tag: 1.40.1
tag: 1.40.3
pullPolicy: IfNotPresent
env:
PGID: "1000"
PUID: "1000"

service:
main:
controller: main
type: LoadBalancer
ports:
http:
Expand Down Expand Up @@ -43,11 +44,10 @@ persistence:
ingress:
main:
enabled: true
ingressClassName: "traefik"
hosts:
- host: plex.hobroker.me
paths:
- path: /
pathType: Prefix
service:
name: main
identifier: main
2 changes: 1 addition & 1 deletion charts/media/radarr/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories:

releases:
- name: radarr
version: 2.4.0
version: 3.2.1
atomic: true
namespace: self
chart: bjw-s/app-template
Expand Down
14 changes: 4 additions & 10 deletions charts/media/radarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,17 @@ controllers:
main:
image:
repository: linuxserver/radarr
tag: 5.4.6-develop
tag: 5.7.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:
image:
repository: ghcr.io/onedr0p/exportarr
tag: v1.5.3
tag: v2.0.1
pullPolicy: IfNotPresent
args: ["radarr"]
env:
Expand All @@ -37,6 +31,7 @@ controllers:

service:
main:
controller: main
type: LoadBalancer
ports:
http:
Expand Down Expand Up @@ -78,11 +73,10 @@ persistence:
ingress:
main:
enabled: true
ingressClassName: "traefik"
hosts:
- host: radarr.hobroker.me
paths:
- path: /
pathType: Prefix
service:
name: main
identifier: main
2 changes: 1 addition & 1 deletion charts/media/sonarr/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories:

releases:
- name: sonarr
version: 2.4.0
version: 3.2.1
atomic: true
namespace: self
chart: bjw-s/app-template
Expand Down
8 changes: 4 additions & 4 deletions charts/media/sonarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ controllers:
main:
image:
repository: linuxserver/sonarr
tag: 4.0.4-develop
tag: 4.0.5-develop
pullPolicy: IfNotPresent
env:
PGID: "1000"
Expand All @@ -17,7 +17,7 @@ controllers:
main:
image:
repository: ghcr.io/onedr0p/exportarr
tag: v1.5.3
tag: v2.0.1
pullPolicy: IfNotPresent
args: ["sonarr"]
env:
Expand All @@ -31,6 +31,7 @@ controllers:

service:
main:
controller: main
type: LoadBalancer
ports:
http:
Expand Down Expand Up @@ -78,11 +79,10 @@ persistence:
ingress:
main:
enabled: true
ingressClassName: "traefik"
hosts:
- host: sonarr.hobroker.me
paths:
- path: /
pathType: Prefix
service:
name: main
identifier: main
2 changes: 1 addition & 1 deletion charts/media/tautulli/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories:

releases:
- name: tautulli
version: 2.4.0
version: 3.2.1
atomic: true
namespace: self
chart: bjw-s/app-template
Expand Down
6 changes: 3 additions & 3 deletions charts/media/tautulli/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ controllers:
main:
image:
repository: tautulli/tautulli
tag: v2.13.4
tag: v2.14.3
pullPolicy: IfNotPresent

service:
main:
controller: main
type: LoadBalancer
ports:
http:
Expand All @@ -30,11 +31,10 @@ persistence:
ingress:
main:
enabled: true
ingressClassName: "traefik"
hosts:
- host: tautulli.hobroker.me
paths:
- path: /
pathType: Prefix
service:
name: main
identifier: main