From 6b1f66cb68ee493ffd9707572f7aab277ddc4b68 Mon Sep 17 00:00:00 2001 From: Lewis John McGibbney Date: Sat, 22 Jan 2022 17:32:22 -0800 Subject: [PATCH] Release branch for tika-helm 2.2.1 --- Chart.yaml | 6 +++--- values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 @@ maintainers: 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 @@ annotations: 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 @@ image: 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: ""