From 6c4265285c96e69c10e3c0699649cc1309fde78c Mon Sep 17 00:00:00 2001
From: SeanOMik <seanomik@gmail.com>
Date: Wed, 1 Jan 2025 14:17:06 -0500
Subject: [PATCH] fix(lazy-librarian): use correct tag for image, increase
 probe threshold

---
 .../main/apps/download/lazy-librarian/app/helm-release.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kubernetes/main/apps/download/lazy-librarian/app/helm-release.yaml b/kubernetes/main/apps/download/lazy-librarian/app/helm-release.yaml
index 3602b789..e91c0d9f 100644
--- a/kubernetes/main/apps/download/lazy-librarian/app/helm-release.yaml
+++ b/kubernetes/main/apps/download/lazy-librarian/app/helm-release.yaml
@@ -20,7 +20,7 @@ spec:
           app:
             image:
               repository: lscr.io/linuxserver/lazylibrarian
-              tag: version-9c0f8c51
+              tag: 9c0f8c51-ls108
             env:
               TZ: America/New_York
               PUID: 10000
@@ -32,12 +32,12 @@ spec:
                 custom: true
                 spec:
                   httpGet:
-                    path:
+                    path: /home
                     port: &port 5299
                   initialDelaySeconds: 0
                   periodSeconds: 10
                   timeoutSeconds: 1
-                  failureThreshold: 3
+                  failureThreshold: 10
               readiness: *probes
             # securityContext:
             #   allowPrivilegeEscalation: false