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 a14bc26 Bump Apache Tika Docker image to 3.2.3.0-full (#30)
a14bc26 is described below
commit a14bc267d4ee6197d13f92cf78eedd50028ba188
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 15 18:52:57 2026 -0800
Bump Apache Tika Docker image to 3.2.3.0-full (#30)
Co-authored-by: lewismc <[email protected]>
---
Chart.yaml | 4 ++--
values.schema.json | 2 +-
values.yaml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Chart.yaml b/Chart.yaml
index 8745c82..455832c 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -19,8 +19,8 @@
---
apiVersion: v2
name: tika
-appVersion: "3.2.2.0-full"
-version: "3.2.2"
+appVersion: "3.2.3.0-full"
+version: "3.2.3"
description: The official Helm chart for Apache Tika
type: application
keywords:
diff --git a/values.schema.json b/values.schema.json
index 727fa3d..576a005 100644
--- a/values.schema.json
+++ b/values.schema.json
@@ -114,7 +114,7 @@
"type": "string"
},
"tag": {
- "default": "3.2.2.0-full",
+ "default": "3.2.3.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 d450c16..2b34233 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.2.0-full'
+ tag: '3.2.3.0-full'
# -- Secrets for pulling images from a private registry
imagePullSecrets: []