patch-new-paperless #36
@@ -2,16 +2,21 @@
|
|||||||
# IMPORTANT NOTE
|
# IMPORTANT NOTE
|
||||||
#
|
#
|
||||||
# This chart inherits from our common library chart. You can check the default values/options here:
|
# This chart inherits from our common library chart. You can check the default values/options here:
|
||||||
# https://github.com/bjw-s/helm-charts/blob/a081de5/charts/library/common/values.yaml
|
# https://github.com/bjw-s-labs/helm-charts/commit/310fedbca8dfe180359e20b32b6a05da74ae2abd/charts/library/common/values.yaml
|
||||||
#
|
#
|
||||||
|
controllers:
|
||||||
image:
|
main:
|
||||||
# -- Image repository
|
enabled: true
|
||||||
repository: ghcr.io/paperless-ngx/paperless-ngx
|
type: deployment
|
||||||
# -- Image pull policy
|
replicas: 1
|
||||||
pullPolicy: IfNotPresent
|
defaultContainerOptions:
|
||||||
# -- Image tag
|
image:
|
||||||
tag: 2.20.0
|
# -- Image repository
|
||||||
|
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||||
|
# -- Image pull policy
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
# -- Image tag
|
||||||
|
tag: 2.20.0
|
||||||
|
|
||||||
# -- Environment variables [[ref]](https://docs.paperless-ngx.com/configuration/)
|
# -- Environment variables [[ref]](https://docs.paperless-ngx.com/configuration/)
|
||||||
# @default -- See [values.yaml](./values.yaml)
|
# @default -- See [values.yaml](./values.yaml)
|
||||||
|
|||||||
Reference in New Issue
Block a user