1
0
Fork 0

paperless-ngx: Update to 2.11.6 #21

Merged
dustin merged 4 commits from updatebot/paperless-ngx into master 2024-09-09 01:02:20 +00:00
2 changed files with 8 additions and 1 deletions

View File

@ -22,3 +22,10 @@ patches:
- name: PAPERLESS_URL - name: PAPERLESS_URL
value: https://paperless.pyrocufflink.blue value: https://paperless.pyrocufflink.blue
images:
- name: ghcr.io/paperless-ngx/paperless-ngx
newTag: 2.11.6
- name: docker.io/gotenberg/gotenberg
newTag: 8.9.2
- name: docker.io/apache/tika
newTag: 2.9.2.1

View File

@ -372,7 +372,7 @@ spec:
spec: spec:
containers: containers:
- name: tika - name: tika
image: ghcr.io/paperless-ngx/tika:2.5.0-minimal image: docker.io/apache/tika:2.5.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
runAsNonRoot: true runAsNonRoot: true