This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://truecharts.org/charts/library/common) ([source](https://ghcr.io/cloudnative-pg/postgis)) | major | `25.4.10` -> `28.12.1` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21ham9yIl19--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: alfi0812 <admin@alfi0812.de>
91 lines
2.5 KiB
YAML
91 lines
2.5 KiB
YAML
image:
|
|
repository: ghcr.io/paperless-ngx/paperless-ngx
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.17.1@sha256:ab72a0ab42a792228cdbe83342b99a48acd49f7890ae54b1ae8e04401fba24ee
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 8000
|
|
port: 10140
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
consume:
|
|
enabled: true
|
|
mountPath: "/consume"
|
|
media:
|
|
enabled: true
|
|
mountPath: "/media"
|
|
varrun:
|
|
enabled: false
|
|
redis:
|
|
enabled: true
|
|
redisUsername: default
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: paperless-ng
|
|
database: paperless-ng
|
|
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
httpHeaders:
|
|
Host: localhost
|
|
startup:
|
|
type: http
|
|
httpHeaders:
|
|
Host: localhost
|
|
readiness:
|
|
type: http
|
|
httpHeaders:
|
|
Host: localhost
|
|
env:
|
|
PAPERLESS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
|
|
PAPERLESS_DATA_DIR: "/data/"
|
|
PAPERLESS_CONSUMPTION_DIR: "/consume/"
|
|
PAPERLESS_MEDIA_ROOT: "/media/"
|
|
PAPERLESS_URL: ""
|
|
USERMAP_UID: "{{ .Values.securityContext.container.PUID }}"
|
|
USERMAP_GID: "{{ .Values.securityContext.pod.fsGroup }}"
|
|
PAPERLESS_TIME_ZONE: "{{ .Values.TZ }}"
|
|
PAPERLESS_DBNAME: "{{ .Values.cnpg.main.database }}"
|
|
PAPERLESS_DBUSER: "{{ .Values.cnpg.main.user }}"
|
|
PAPERLESS_DBPORT: "5432"
|
|
PAPERLESS_WEBSERVER_WORKERS: 2
|
|
PAPERLESS_DBPASS:
|
|
secretKeyRef:
|
|
name: cnpg-main-user
|
|
key: password
|
|
PAPERLESS_DBHOST:
|
|
secretKeyRef:
|
|
name: cnpg-main-urls
|
|
key: host
|
|
PAPERLESS_SECRET_KEY:
|
|
secretKeyRef:
|
|
name: secrets
|
|
key: PAPERLESS_SECRET_KEY
|
|
PAPERLESS_REDIS:
|
|
secretKeyRef:
|
|
expandObjectName: false
|
|
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
|
key: url
|
|
PAPERLESS_ADMIN_USER: "admin"
|
|
PAPERLESS_ADMIN_PASSWORD: "admin"
|
|
PAPERLESS_ADMIN_MAIL: "admin@admin.com"
|
|
PAPERLESS_OCR_LANGUAGE: "eng"
|
|
PAPERLESS_OCR_LANGUAGES: "eng fra deu spa ita"
|