diff --git a/charts/downloads/prowlarr/helmfile.yaml b/charts/downloads/prowlarr/helmfile.yaml index e6b126a6..97e6d2fb 100644 --- a/charts/downloads/prowlarr/helmfile.yaml +++ b/charts/downloads/prowlarr/helmfile.yaml @@ -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 diff --git a/charts/downloads/prowlarr/values.yaml b/charts/downloads/prowlarr/values.yaml index 9d0124c3..9ec557d2 100644 --- a/charts/downloads/prowlarr/values.yaml +++ b/charts/downloads/prowlarr/values.yaml @@ -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: @@ -28,6 +28,7 @@ controllers: service: main: + controller: main type: LoadBalancer ports: http: @@ -57,7 +58,6 @@ persistence: ingress: main: enabled: true - ingressClassName: "traefik" annotations: traefik.ingress.kubernetes.io/router.entrypoints: websecure hosts: @@ -66,4 +66,4 @@ ingress: - path: / pathType: Prefix service: - name: main + identifier: main diff --git a/charts/downloads/qbittorrent/helmfile.yaml b/charts/downloads/qbittorrent/helmfile.yaml index c820efc3..c290b1e5 100644 --- a/charts/downloads/qbittorrent/helmfile.yaml +++ b/charts/downloads/qbittorrent/helmfile.yaml @@ -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 diff --git a/charts/downloads/qbittorrent/values.yaml b/charts/downloads/qbittorrent/values.yaml index 7e72e8c0..d3e26f35 100644 --- a/charts/downloads/qbittorrent/values.yaml +++ b/charts/downloads/qbittorrent/values.yaml @@ -7,7 +7,7 @@ controllers: main: image: repository: linuxserver/qbittorrent - tag: 4.6.4 + tag: 4.6.5 pullPolicy: IfNotPresent env: PGID: "1000" @@ -16,6 +16,7 @@ controllers: service: main: + controller: main type: LoadBalancer ports: http: @@ -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