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 downloads #70

Merged
merged 1 commit 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/downloads/prowlarr/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories:

releases:
- name: prowlarr
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/downloads/prowlarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ controllers:
main:
image:
repository: linuxserver/prowlarr
tag: 1.15.0
tag: 1.19.0
pullPolicy: IfNotPresent
metrics:
containers:
main:
image:
repository: ghcr.io/onedr0p/exportarr
tag: v1.5.3
tag: v2.0.1
pullPolicy: IfNotPresent
args: ["prowlarr"]
env:
Expand All @@ -28,6 +28,7 @@ controllers:

service:
main:
controller: main
type: LoadBalancer
ports:
http:
Expand Down Expand Up @@ -57,7 +58,6 @@ persistence:
ingress:
main:
enabled: true
ingressClassName: "traefik"
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
hosts:
Expand All @@ -66,4 +66,4 @@ ingress:
- path: /
pathType: Prefix
service:
name: main
identifier: main
2 changes: 1 addition & 1 deletion charts/downloads/qbittorrent/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories:

releases:
- name: qbittorrent
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/downloads/qbittorrent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ controllers:
main:
image:
repository: linuxserver/qbittorrent
tag: 4.6.4
tag: 4.6.5
pullPolicy: IfNotPresent
env:
PGID: "1000"
Expand All @@ -16,6 +16,7 @@ controllers:

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