Skip to content

Commit 59b7349

Browse files
committed
Prep for 2.7.0 release
1 parent adb0329 commit 59b7349

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
---
2020
apiVersion: v2
2121
name: tika
22-
appVersion: "2.7.0.0-full"
23-
version: "2.7.0-full"
22+
appVersion: "2.7.0.0"
23+
version: "2.7.0"
2424
#kubeVersion:
2525
description: The official Helm chart to deploy Apache Tika on Kubernetes
2626
type: application

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ image:
2323
repository: apache/tika
2424
pullPolicy: IfNotPresent
2525
# Overrides the image tag whose default is the chart appVersion.
26-
tag: "2.7.0.0-full"
26+
tag: "2.7.0.0"
2727

2828
imagePullSecrets: []
2929
nameOverride: ""

0 commit comments

Comments
 (0)