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 14:00:05 UTC

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

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

commit a73d5af0ad2ea42142c58c66fe8995336533a4ff
Author: Lewis John McGibbney <le...@gmail.com>
AuthorDate: Thu Sep 21 06:59:52 2023 -0700

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

diff --git a/Chart.yaml b/Chart.yaml
index 4df99db..051dcea 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -19,8 +19,8 @@
 ---
 apiVersion: v2
 name: tika
-appVersion: "2.9.0.0"
-version: "2.9.0"
+appVersion: "2.9.0.0-full"
+version: "2.9.0-full"
 description: The official Helm chart to deploy Apache Tika on Kubernetes
 type: application
 keywords:
diff --git a/values.yaml b/values.yaml
index 0126fea..a446121 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.9.0.0"
+  tag: "2.9.0.0-full"
 
 imagePullSecrets: []
 nameOverride: ""