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 bb7e69e commit cfe2c5dCopy full SHA for cfe2c5d
Chart.yaml
@@ -19,8 +19,8 @@
19
---
20
apiVersion: v2
21
name: tika
22
-appVersion: "2.9.0.0-full"
23
-version: "2.9.0-full"
+appVersion: "3.0.0.0-full"
+version: "3.0.0-full"
24
description: The official Helm chart for Apache Tika
25
type: application
26
keywords:
values.yaml
@@ -23,7 +23,7 @@ image:
repository: apache/tika
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
- tag: '2.9.0.0-full'
+ tag: '3.0.0.0-full'
27
28
imagePullSecrets: []
29
nameOverride: ''
0 commit comments