You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by le...@apache.org on 2023/09/21 13:55:59 UTC

[tika-helm] branch main updated: Release prep for tika-helm v2.9.0.0

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 e7bde48  Release prep for tika-helm v2.9.0.0
e7bde48 is described below

commit e7bde4860d62130e9af2c91ad6029d41c7d9568a
Author: Lewis John McGibbney <le...@gmail.com>
AuthorDate: Thu Sep 21 06:55:47 2023 -0700

    Release prep for tika-helm v2.9.0.0
---
 Chart.yaml  | 5 +++--
 values.yaml | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Chart.yaml b/Chart.yaml
index 56b7676..4df99db 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -19,8 +19,8 @@
 ---
 apiVersion: v2
 name: tika
-appVersion: "2.7.0.0"
-version: "2.7.0"
+appVersion: "2.9.0.0"
+version: "2.9.0"
 description: The official Helm chart to deploy Apache Tika on Kubernetes
 type: application
 keywords:
@@ -35,6 +35,7 @@ sources:
 maintainers:
   - name: lewismc
     email: lewismc@apache.org
+    url: https://github.com/lewismc
   - name: stijnbrouwers
     url: https://github.com/stijnbrouwers
   - name: philipsoutham
diff --git a/values.yaml b/values.yaml
index c0f5f7b..0126fea 100644
--- a/values.yaml
+++ b/values.yaml
@@ -23,7 +23,7 @@ image:
   repository: apache/tika
   pullPolicy: IfNotPresent
   # Overrides the image tag whose default is the chart appVersion.
-  tag: "2.7.0.0"
+  tag: "2.9.0.0"
 
 imagePullSecrets: []
 nameOverride: ""