Files
truecharts/charts/stable/paperless-ngx/values.yaml
T
TrueCharts BotandGitHub 11ce7abb34 chore(deps): update container image ghcr.io/paperless-ngx/paperless-ngx to v2.7.2@703c990 by renovate (#20403)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/paperless-ngx/paperless-ngx](https://togithub.com/paperless-ngx/paperless-ngx)
| patch | `2.7.1` -> `2.7.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>paperless-ngx/paperless-ngx
(ghcr.io/paperless-ngx/paperless-ngx)</summary>

###
[`v2.7.2`](https://togithub.com/paperless-ngx/paperless-ngx/releases/tag/v2.7.2):
Paperless-ngx v2.7.2

[Compare
Source](https://togithub.com/paperless-ngx/paperless-ngx/compare/v2.7.1...v2.7.2)

#### paperless-ngx 2.7.2

##### Bug Fixes

- Fix: select dropdown background colors not visible in light mode
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;6323](https://togithub.com/paperless-ngx/paperless-ngx/pull/6323))
- Fix: spacing in reset and incorrect display in saved views
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;6324](https://togithub.com/paperless-ngx/paperless-ngx/pull/6324))
- Fix: disable invalid create endpoints
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;6320](https://togithub.com/paperless-ngx/paperless-ngx/pull/6320))
- Fix: dont initialize page numbers, allow split with browser pdf viewer
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;6314](https://togithub.com/paperless-ngx/paperless-ngx/pull/6314))
-   Miscellaneous other fixes & improvements

##### All App Changes

<details>
<summary>4 changes</summary>

- Fix: select dropdown background colors not visible in light mode
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;6323](https://togithub.com/paperless-ngx/paperless-ngx/pull/6323))
- Fix: spacing in reset and incorrect display in saved views
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;6324](https://togithub.com/paperless-ngx/paperless-ngx/pull/6324))
- Fix: disable invalid create endpoints
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;6320](https://togithub.com/paperless-ngx/paperless-ngx/pull/6320))
- Fix: dont initialize page numbers, allow split with browser pdf viewer
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;6314](https://togithub.com/paperless-ngx/paperless-ngx/pull/6314))

</details>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-08 08:25:44 +02:00

93 lines
2.5 KiB
YAML

image:
repository: ghcr.io/paperless-ngx/paperless-ngx
pullPolicy: IfNotPresent
tag: 2.7.2@sha256:703c990a790dfd4d25fb56df3afec27b13cb0926a3818bf265edac9c71311647
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
portal:
open:
enabled: true
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"