Prep for 2.7.0 release
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 @@
   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: ""