From d1d3a43903ccd574f330c5f7b39cd5e9cc9c20ba Mon Sep 17 00:00:00 2001
From: Matt Reeves <admin@mafyuh.io>
Date: Tue, 18 Feb 2025 22:39:23 -0500
Subject: [PATCH] fix qbitty

---
 kubernetes/apps/production/arr/qbitty/helmrelease.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/kubernetes/apps/production/arr/qbitty/helmrelease.yaml b/kubernetes/apps/production/arr/qbitty/helmrelease.yaml
index 430cc5b..7260092 100644
--- a/kubernetes/apps/production/arr/qbitty/helmrelease.yaml
+++ b/kubernetes/apps/production/arr/qbitty/helmrelease.yaml
@@ -54,8 +54,10 @@ spec:
 
         containers:
           app:
-            image: ghcr.io/hotio/qbittorrent@sha256:d97080a8a978d7705297dc44bcd6c599b3b47631fec8dcfc0cb7039279d05b02
-            pullPolicy: IfNotPresent
+            image:
+              repository: ghcr.io/hotio/qbittorrent
+              tag: release-5.0.4
+              pullPolicy: IfNotPresent
             env:
               TZ: "${TZ}"
               WEBUI_PORT: &port 8080