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 377f650 Release branch for tika-helm 2.7.0-full
377f650 is described below
commit 377f65016d74198d3c8b491b306223b522387e56
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Fri Mar 10 15:23:39 2023 -0800
Release branch for tika-helm 2.7.0-full
---
Chart.yaml | 4 ++--
values.yaml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Chart.yaml b/Chart.yaml
index 2e04360..69b1111 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.7.0.0-full"
+version: "2.7.0-full"
#kubeVersion:
description: The official Helm chart to deploy Apache Tika on Kubernetes
type: application
diff --git a/values.yaml b/values.yaml
index 02c732d..84b8a42 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.7.0.0-full"
imagePullSecrets: []
nameOverride: ""