Release branch for tika-helm 2.2.1
diff --git a/Chart.yaml b/Chart.yaml
index 19a9784..4af613a 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -19,7 +19,7 @@
 ---
 apiVersion: v2
 name: tika
-version: "2.2.1-full"
+version: "2.2.1"
 #kubeVersion:
 description: A Helm chart to deploy Apache Tika on Kubernetes
 type: application
@@ -38,7 +38,7 @@
     email: dev@tika.apache.org
     url: https://tika.apache.org
 icon: https://tika.apache.org/tika.png
-appVersion: "2.2.1-full"
+appVersion: "2.2.1"
 deprecated: false
 annotations:
   # artifacthub.io/changes: |
@@ -46,7 +46,7 @@
   artifacthub.io/containsSecurityUpdates: "true"
   artifacthub.io/images: |
     - name: tika
-      image: apache/tika:2.2.1-full
+      image: apache/tika:2.2.1
   artifacthub.io/license: Apache-2.0
   artifacthub.io/links: |
     - name: Apache Tika
diff --git a/values.yaml b/values.yaml
index c5856d9..1803c93 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.2.1-full"
+  tag: "2.2.1"
 
 imagePullSecrets: []
 nameOverride: ""