TrueChartsCatalogClone/stable/calibre/5.0.7/helm-values.md

1.9 KiB

Default Helm-Values

TrueCharts is primarily build to supply TrueNAS SCALE Apps. However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.

Most of our Apps also consume our "common" Helm Chart. If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.

Values

Key Type Default Description
env object See below environment variables. See image docs for more details.
env.CLI_ARGS string nil Optionally pass cli start arguments to calibre.
env.PUID int 568 Specify the user ID the application will run as
env.TZ string "UTC" Set the container timezone
image.pullPolicy string "IfNotPresent" image pull policy
image.repository string "tccr.io/truecharts/calibre" image repository
image.tag string "v5.32.0-ls138@sha256:a7c6272300628eb747dc129001aef8bc53d9b462ebe6b4953de904a2a5e15c8e" image tag
persistence object See values.yaml Configure persistence settings for the chart under this key.
podSecurityContext.runAsGroup int 0
podSecurityContext.runAsUser int 0
secret.GUAC_PASS string "" Password's md5 hash for the calibre gui
secret.GUAC_USER string "" Username for the calibre gui
securityContext.readOnlyRootFilesystem bool false
securityContext.runAsNonRoot bool false
service object See values.yaml Configures service settings for the chart.

All Rights Reserved - The TrueCharts Project