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 59b7349  Prep for 2.7.0 release
59b7349 is described below

commit 59b73492073c3ca2b721b81cad80fa0b5c0786d0
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Sun Mar 19 19:49:16 2023 -0700

    Prep for 2.7.0 release
---
 Chart.yaml  | 4 ++--
 values.yaml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Chart.yaml b/Chart.yaml
index 69b1111..2e04360 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -19,8 +19,8 @@
 ---
 apiVersion: v2
 name: tika
-appVersion: "2.7.0.0-full"
-version: "2.7.0-full"
+appVersion: "2.7.0.0"
+version: "2.7.0"
 #kubeVersion:
 description: The official Helm chart to deploy Apache Tika on Kubernetes
 type: application
diff --git a/values.yaml b/values.yaml
index 84b8a42..02c732d 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-full"
+  tag: "2.7.0.0"
 
 imagePullSecrets: []
 nameOverride: ""

Reply via email to