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
parent
8b7ae74e41
commit
4d643bdc9a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue