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 6856b9cc965623c9b66135f2e82d4515de076895 Author: Lewis John McGibbney <[email protected]> AuthorDate: Thu Apr 8 19:52:30 2021 -0700 Update version to latest-full --- Chart.yaml | 4 ++-- README.md | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 4c0d36f..20f3d74 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -19,7 +19,7 @@ --- apiVersion: v2 name: tika -version: "1.26" +version: "latest-full" #kubeVersion: description: A Helm chart to deploy Apache Tika on Kubernetes type: application @@ -38,6 +38,6 @@ maintainers: email: [email protected] url: https://github.com/lewismc icon: https://tika.apache.org/tika.png -appVersion: "1.26" +appVersion: "latest-full" deprecated: false #annotations: \ No newline at end of file diff --git a/README.md b/README.md index 5dd46b7..1bbf8d2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ A [Helm chart][] to deploy [Apache Tika][] on [Kubernetes][]. This Helm chart is a lightweight way to configure and run the official [Tika Docker image][]. -We recommend that the Helm chart version is aligned to the version Tika you want to deploy. +We recommend that the Helm chart version is aligned to the version Tika (and subsequently the +version of the [Tika Docker image][]) you want to deploy. This will ensure that you using a chart version that has been tested against the corresponding production version. This will also ensure that the documentation and examples for the chart will work with the version of Tika you are installing. @@ -97,7 +98,7 @@ None yet... ## Contributing -Please check [CONTRIBUTING.md][] before any contribution or for any questions +Please check [CONTRIBUTING][] before any contribution or for any questions about our development and testing process. ## More Information @@ -121,7 +122,9 @@ The code is licensed permissively under the [Apache License v2.0][]. [Apache Tika Server documentation]: https://cwiki.apache.org/confluence/display/TIKA/TikaServer [BREAKING_CHANGES.md]: https://github.com/apache/tika-helm/blob/master/BREAKING_CHANGES.md [CHANGELOG.md]: https://github.com/apache/tika-helm/blob/master/CHANGELOG.md +[CONTRIBUTING]: https://github.com/apache/tika#contributing-via-github [Helm chart]: https://helm.sh/docs/topics/charts/ [Kubernetes]: https://kubernetes.io/ +[Tika Docker image]: https://hub.docker.com/r/apache/tika/tags?page=1&ordering=last_updated [helm]: https://helm.sh [latest release]: https://github.com/apache/tika-helm/releases \ No newline at end of file
