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