diff --git a/charts/paperless-ngx/templates/NOTES.txt b/charts/paperless-ngx/templates/NOTES.txt index 44ecfaa..9c11cc3 100644 --- a/charts/paperless-ngx/templates/NOTES.txt +++ b/charts/paperless-ngx/templates/NOTES.txt @@ -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. diff --git a/charts/paperless-ngx/values.yaml b/charts/paperless-ngx/values.yaml index c877e79..724d7e1 100644 --- a/charts/paperless-ngx/values.yaml +++ b/charts/paperless-ngx/values.yaml @@ -10,20 +10,19 @@ controllers: type: deployment replicas: 1 defaultContainerOptions: - image: - # -- 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/) -# @default -- See [values.yaml](./values.yaml) -env: - # -- Set the container timezone - TZ: UTC - # PAPERLESS_SECRET_KEY: "" + image: + # -- 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/) + # @default -- See [values.yaml](./values.yaml) + env: + # -- Set the container timezone + TZ: UTC + # PAPERLESS_SECRET_KEY: "" service: # -- Configures service settings for the chart.