Skip to content

Commit d1d3a43

Browse files
committedFeb 19, 2025
fix qbitty
1 parent 90c830e commit d1d3a43

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎kubernetes/apps/production/arr/qbitty/helmrelease.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ spec:
5454

5555
containers:
5656
app:
57-
image: ghcr.io/hotio/qbittorrent@sha256:d97080a8a978d7705297dc44bcd6c599b3b47631fec8dcfc0cb7039279d05b02
58-
pullPolicy: IfNotPresent
57+
image:
58+
repository: ghcr.io/hotio/qbittorrent
59+
tag: release-5.0.4
60+
pullPolicy: IfNotPresent
5961
env:
6062
TZ: "${TZ}"
6163
WEBUI_PORT: &port 8080

0 commit comments

Comments
 (0)
Please sign in to comment.