From 2b8766c634791849cfba92ee520ea7c1b875f3be Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Thu, 11 Dec 2025 22:56:30 +0100 Subject: [PATCH] switch to calibre-web-automated --- apps/charts/calibre-web/templates/deployment.yaml | 4 +++- apps/charts/calibre-web/values.yaml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/charts/calibre-web/templates/deployment.yaml b/apps/charts/calibre-web/templates/deployment.yaml index c22a5a2..a215e6b 100644 --- a/apps/charts/calibre-web/templates/deployment.yaml +++ b/apps/charts/calibre-web/templates/deployment.yaml @@ -24,6 +24,8 @@ spec: env: - name: TZ value: "{{ .Values.globals.timezone }}" + - name: NETWORK_SHARE_MODE + value: "true" - name: PUID value: "1000" - name: PGID @@ -31,7 +33,7 @@ spec: volumeMounts: - mountPath: /config name: data - - mountPath: /books + - mountPath: /calibre-library name: books volumes: - name: data diff --git a/apps/charts/calibre-web/values.yaml b/apps/charts/calibre-web/values.yaml index 68cf680..0fdc352 100644 --- a/apps/charts/calibre-web/values.yaml +++ b/apps/charts/calibre-web/values.yaml @@ -1,5 +1,5 @@ image: - repository: lscr.io/linuxserver/calibre-web - tag: latest@sha256:d3ed33150a025511e97d109e5b755cc69ddfac8cf887941249fc435efc60db62 + repository: crocodilestick/calibre-web-automated + tag: latest pullPolicy: IfNotPresent subdomain: calibre-web