mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-11 06:06:07 +00:00
Update version Tag & add ebook-converter
This commit is contained in:
parent
6dee535dd6
commit
1736fb2fb2
@ -11,7 +11,7 @@ image:
|
|||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- image tag
|
# -- image tag
|
||||||
tag: version-0.6.12
|
tag: version-0.6.18
|
||||||
|
|
||||||
# -- environment variables. See more environment variables in the [calibre-web documentation](https://github.com/linuxserver/docker-calibre-web#parameters).
|
# -- environment variables. See more environment variables in the [calibre-web documentation](https://github.com/linuxserver/docker-calibre-web#parameters).
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
@ -22,6 +22,10 @@ env:
|
|||||||
PUID: "1001"
|
PUID: "1001"
|
||||||
# -- Specify the group ID the application will run as
|
# -- Specify the group ID the application will run as
|
||||||
PGID: "1001"
|
PGID: "1001"
|
||||||
|
# -- uncomment to inject calibre binaries in container to use ebook file format convertion within calibre-web
|
||||||
|
# -- see: https://github.com/linuxserver/docker-calibre-web#application-setup
|
||||||
|
# -- To activate set "Calibre E-Book Converter" to "/usr/bin/ebook-convert" at basic configuration in admin page
|
||||||
|
#DOCKER_MODS: "linuxserver/calibre-web:calibre"
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
# -- Configures service settings for the chart.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user