This is an automated email from the ASF dual-hosted git repository. lewismc pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tika-helm.git
commit 4059d35de2820fd6bb96fdbdf67b577992eda826 Author: Lewis John McGibbney <[email protected]> AuthorDate: Wed Apr 21 09:24:48 2021 -0700 TIKA-3360 Retrospective release of tika-helm for tika-docker 1.26 and 1.26-full --- Chart.yaml | 31 +++++++++++++++++++++++++------ README.md | 2 +- values.yaml | 2 +- 3 files changed, 27 insertions(+), 8 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 20f3d74..a6af184 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -19,7 +19,7 @@ --- apiVersion: v2 name: tika -version: "latest-full" +version: "1.26-full" #kubeVersion: description: A Helm chart to deploy Apache Tika on Kubernetes type: application @@ -34,10 +34,29 @@ sources: - https://github.com/apache/tika-helm #dependencies: maintainers: - - name: Lewis John McGibbney - email: [email protected] - url: https://github.com/lewismc + - name: Apache Tika Developers + email: [email protected] + url: https://tika.apache.org icon: https://tika.apache.org/tika.png -appVersion: "latest-full" +appVersion: "1.26-full" deprecated: false -#annotations: \ No newline at end of file +annotations: + # artifacthub.io/changes: | + # - + artifacthub.io/containsSecurityUpdates: "true" + artifacthub.io/images: | + - name: tika + image: apache/tika:1.26-full + artifacthub.io/license: Apache-2.0 + artifacthub.io/links: | + - name: Apache Tika + url: https://github.com/apache/tika + - name: Tika Helm Chart + url: https://github.com/apache/tika-helm + - name: Tika Docker Image + url: https://github.com/apache/tika-docker + artifacthub.io/maintainers: | + - name: Apache Tika Developers + email: [email protected] + artifacthub.io/operator: "false" + artifacthub.io/prerelease: "false" \ No newline at end of file diff --git a/README.md b/README.md index 383a84d..11520d1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ tika-helm ========= <!--[](https://devops-ci.elastic.co/job/elastic+helm-charts+master/)--> -[](https://artifacthub.io/packages/search?repo=apache) +<!--[](https://artifacthub.io/packages/search?repo=apache)--> A [Helm chart][] to deploy [Apache Tika][] on [Kubernetes][]. diff --git a/values.yaml b/values.yaml index ee08c3d..63b31d9 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: "latest-full" + tag: "1.26-full" imagePullSecrets: [] nameOverride: ""
