build: update qbittorrent to 5.2.0 and unstick prowlarr
prowlarr was pinned to a stale digest (v2.0.5.5160) via .argocd-source-prowlarr.yaml; remove the file so the live app's helm.parameters (which already has the current :latest digest = v2.3.5.5327) takes effect. qbittorrent: bump 5.1.0 -> 5.2.0.
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
helm:
|
|
||||||
parameters:
|
|
||||||
- name: image.repository
|
|
||||||
value: lscr.io/linuxserver/prowlarr
|
|
||||||
forcestring: true
|
|
||||||
- name: image.tag
|
|
||||||
value: latest@sha256:4f2a6d597845b2f3e19284b1d982b3e0b4bd7c22472c2979c956aa198b83f472
|
|
||||||
forcestring: true
|
|
||||||
@@ -4,7 +4,7 @@ replicaCount: 1
|
|||||||
qbittorrent:
|
qbittorrent:
|
||||||
image:
|
image:
|
||||||
repository: lscr.io/linuxserver/qbittorrent
|
repository: lscr.io/linuxserver/qbittorrent
|
||||||
tag: "5.1.0"
|
tag: "5.2.0"
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: PUID
|
- name: PUID
|
||||||
|
|||||||
Reference in New Issue
Block a user