patch-new-paperless #36
@@ -1 +1,6 @@
|
|||||||
{{- include "bjw-s.common.lib.chart.notes" . -}}
|
{{- /* Dieser Header funktioniert in den meisten Fällen, da er in der lib existiert */}}
|
||||||
|
{{- include "bjw-s.common.lib.chart.header" . }}
|
||||||
|
|
||||||
|
Herzlichen Glückwunsch! Die Installation Ihres Paperless-NGX-Charts war erfolgreich.
|
||||||
|
|
||||||
|
Um auf die Anwendung zuzugreifen, prüfen Sie bitte die Details des 'main' Service.
|
||||||
|
|||||||
@@ -10,20 +10,19 @@ controllers:
|
|||||||
type: deployment
|
type: deployment
|
||||||
replicas: 1
|
replicas: 1
|
||||||
defaultContainerOptions:
|
defaultContainerOptions:
|
||||||
image:
|
image:
|
||||||
# -- Image repository
|
# -- Image repository
|
||||||
repository: ghcr.io/paperless-ngx/paperless-ngx
|
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||||
# -- Image pull policy
|
# -- Image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- Image tag
|
# -- Image tag
|
||||||
tag: 2.20.0
|
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)
|
env:
|
||||||
env:
|
# -- Set the container timezone
|
||||||
# -- Set the container timezone
|
TZ: UTC
|
||||||
TZ: UTC
|
# PAPERLESS_SECRET_KEY: ""
|
||||||
# PAPERLESS_SECRET_KEY: ""
|
|
||||||
|
|
||||||
service:
|
service:
|
||||||
# -- Configures service settings for the chart.
|
# -- Configures service settings for the chart.
|
||||||
|
|||||||
Reference in New Issue
Block a user