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 da88153 Bump Apache Tika Docker image to 3.3.0.0-full (#34)
da88153 is described below
commit da881533dc4e4b16998935efe99f7f5103cc37b9
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 3 18:06:37 2026 -0700
Bump Apache Tika Docker image to 3.3.0.0-full (#34)
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 455832c..f38d1be 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -19,8 +19,8 @@
---
apiVersion: v2
name: tika
-appVersion: "3.2.3.0-full"
-version: "3.2.3"
+appVersion: "3.3.0.0-full"
+version: "3.3.0"
description: The official Helm chart for Apache Tika
type: application
keywords:
diff --git a/README.md b/README.md
index 9a461b6..6728602 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.2.3.0-full"
+"3.3.0.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 576a005..581ee1b 100644
--- a/values.schema.json
+++ b/values.schema.json
@@ -114,7 +114,7 @@
"type": "string"
},
"tag": {
- "default": "3.2.3.0-full",
+ "default": "3.3.0.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 2b34233..b3b67ce 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.2.3.0-full'
+ tag: '3.3.0.0-full'
# -- Secrets for pulling images from a private registry
imagePullSecrets: []