From f35932ff9c06a05fb436ea655a603a7904a17a5f Mon Sep 17 00:00:00 2001 From: Ahil Mathew Eapachen Date: Thu, 21 Mar 2024 08:56:52 +1300 Subject: [PATCH] Incorporate review comments --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 3e08b64..926a4e9 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ while true; do kubectl --namespace tika-test port-forward $POD_NAME 9998:$CONTAI ### Custom configuration for tika -To use custom [configuration](https://tika.apache.org/1.9/configuring.html) values for apache tika, use the `tikaConfig` key in the `values.yaml`. +To use custom [configuration]( https://tika.apache.org/2.9.1/configuring.html) values for apache tika, use the `tikaConfig` key in the `values.yaml`. Example: ``` tikaConfig: | @@ -103,10 +103,6 @@ tikaConfig: | image/jpeg application/pdf - - - application/pdf - ```