1
0
Fork 0

paperless-ngx: Update image ref for Tika

The Paperless-ngx project no longer maintains their own builds of Apache
Tika container images.
pull/21/head
Dustin 2024-08-27 19:01:52 -05:00
parent 8b7ae74e41
commit 4d643bdc9a
1 changed files with 1 additions and 1 deletions

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