This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika-helm.git
The following commit(s) were added to refs/heads/main by this push:
new 2840f83 Bump Apache Tika Docker image to 3.3.1.0-full (#40)
2840f83 is described below
commit 2840f83ec35f97c8fb64246491a5fe76e19baea7
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 3 12:38:14 2026 -0700
Bump Apache Tika Docker image to 3.3.1.0-full (#40)
Co-authored-by: lewismc <[email protected]>
---
Chart.yaml | 4 ++--
README.md | 6 +++---
values.schema.json | 2 +-
values.yaml | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/Chart.yaml b/Chart.yaml
index f38d1be..50f0242 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -19,8 +19,8 @@
---
apiVersion: v2
name: tika
-appVersion: "3.3.0.0-full"
-version: "3.3.0"
+appVersion: "3.3.1.0-full"
+version: "3.3.1"
description: The official Helm chart for Apache Tika
type: application
keywords:
diff --git a/README.md b/README.md
index 6728602..25e61cd 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@ tika-helm
=========
[](https://artifacthub.io/packages/helm/apache-tika/tika)
-
+

-
+
<div class="artifacthub-widget"
data-url="https://artifacthub.io/packages/helm/apache-tika/tika"
data-theme="dark" data-header="true" data-stars="true"
data-responsive="true"><blockquote><p lang="en" dir="ltr"><b>tika</b>: The
official Helm chart for Apache Tika</p>— Open in <a
href="https://artifacthub.io/packages/helm/apache-tika/tika">Artifact
Hub</a></blockquote></div>
@@ -241,7 +241,7 @@ false
<td>image.tag</td>
<td>string</td>
<td><pre lang="json">
-"3.3.0.0-full"
+"3.3.1.0-full"
</pre>
</td>
<td>Overrides the image tag whose default is the chart
appVersion</td>
diff --git a/values.schema.json b/values.schema.json
index 581ee1b..ee6af13 100644
--- a/values.schema.json
+++ b/values.schema.json
@@ -114,7 +114,7 @@
"type": "string"
},
"tag": {
- "default": "3.3.0.0-full",
+ "default": "3.3.1.0-full",
"description": "Overrides the image tag whose default is the chart
appVersion",
"required": [],
"title": "tag",
diff --git a/values.yaml b/values.yaml
index b3b67ce..809071f 100644
--- a/values.yaml
+++ b/values.yaml
@@ -27,7 +27,7 @@ image:
# -- Image pull policy for the Tika container
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion
- tag: '3.3.0.0-full'
+ tag: '3.3.1.0-full'
# -- Secrets for pulling images from a private registry
imagePullSecrets: []