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/03/10 23:20:52 UTC

[tika-helm] branch main updated: Release branch for tika-helm 2.7.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 bb52218  Release branch for tika-helm 2.7.0
bb52218 is described below

commit bb522183526d1d84141bc1a4b0fb88fe38ae8347
Author: Lewis John McGibbney <le...@gmail.com>
AuthorDate: Fri Mar 10 15:20:32 2023 -0800

    Release branch for tika-helm 2.7.0
---
 Chart.yaml  | 4 ++--
 values.yaml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Chart.yaml b/Chart.yaml
index f8d92b6..2e04360 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -19,8 +19,8 @@
 ---
 apiVersion: v2
 name: tika
-appVersion: "latest-full"
-version: "latest-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 78642df..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: "latest-full"
+  tag: "2.7.0.0"
 
 imagePullSecrets: []
 nameOverride: ""