We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb0329 commit 59b7349Copy full SHA for 59b7349
Chart.yaml
@@ -19,8 +19,8 @@
19
---
20
apiVersion: v2
21
name: tika
22
-appVersion: "2.7.0.0-full"
23
-version: "2.7.0-full"
+appVersion: "2.7.0.0"
+version: "2.7.0"
24
#kubeVersion:
25
description: The official Helm chart to deploy Apache Tika on Kubernetes
26
type: application
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-full"
+ tag: "2.7.0.0"
27
28
imagePullSecrets: []
29
nameOverride: ""
0 commit comments