Skip to content

Commit b6eed7f

Browse files
committed
Release tika-helm v3.2.2
1 parent dcad99d commit b6eed7f

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

Chart.yaml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
---
2020
apiVersion: v2
2121
name: tika
22-
appVersion: "3.0.0.0-full"
23-
version: "3.0.3-full"
22+
appVersion: "3.2.2.0-full"
23+
version: "3.2.2"
2424
description: The official Helm chart for Apache Tika
2525
type: application
2626
keywords:
@@ -31,7 +31,6 @@ keywords:
3131
home: https://tika.apache.org
3232
sources:
3333
- https://github.com/apache/tika-helm
34-
- https://github.com/apache/tika
3534
maintainers:
3635
- name: lewismc
3736
@@ -44,19 +43,24 @@ maintainers:
4443
url: https://github.com/frascu
4544
- name: euven
4645
url: https://github.com/euven
46+
- name: ps0uth
47+
url: https://github.com/ps0uth
48+
- name: ahilmathew
49+
url: https://github.com/ahilmathew
50+
- name: aidanthewiz
51+
url: https://github.com/aidanthewiz
52+
- name: bartek
53+
url: https://github.com/bartek
54+
- name: CiraciNicolo
55+
url: https://github.com/CiraciNicolo
56+
- name: amalucelli
57+
url: https://github.com/amalucelli
58+
- name: thatmlopsguy
59+
url: https://github.com/thatmlopsguy
4760
icon: https://tika.apache.org/tika.png
4861
deprecated: false
4962
annotations:
5063
artifacthub.io/category: integration-delivery
51-
# supported kinds are added, changed, deprecated, removed, fixed and security
52-
artifacthub.io/changes: |
53-
- kind: added
54-
description: TIKA-4227 Register tika-helm Chart in artifacthub.io
55-
links:
56-
- name: Jira Issue
57-
url: https://issues.apache.org/jira/browse/TIKA-4227
58-
- name: GitHub PR
59-
url: https://github.com/apache/tika-helm/pull/16
6064
artifacthub.io/containsSecurityUpdates: "false"
6165
artifacthub.io/license: Apache-2.0
6266
artifacthub.io/links: |

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: "3.0.0.0-full"
26+
tag: "3.2.2.0-full"
2727

2828
imagePullSecrets: []
2929
nameOverride: ""

0 commit comments

Comments
 (0)