Releasing tika-helm version 1.26-full
Merge pull request #1 from lewismc/TIKA-3360

TIKA-3360 Retrospective release of tika-helm for tika-docker 1.26 and 1.26-full
tree: 1f93eaf56e0dea09e2fc2daa8793a847ec1e01a0
  1. templates/
  2. .helmignore
  3. Chart.yaml
  4. LICENSE.txt
  5. README.md
  6. values.yaml
README.md

tika-helm

A Helm chart to deploy Apache Tika on Kubernetes.

This Helm chart is a lightweight way to configure and run the official apache/tika Docker image.

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.

Warning: This branch is used for development, please use the latest release for released version.

Requirements

  • Kubernetes >= 1.14
  • Helm >= v3.4.2

Installing

Install released version using Helm repository

N.B. You may or may not need/wish to install the chart into a specific namespace, in which case you may need to augment the commands below.

Install development version using master branch

  • Clone the git repo: git clone git@github.com:apache/tika-helm.git

  • Install it:

    • with Helm 3: helm install tika . --set image.tag=latest-full
    • with Helm 2 (deprecated): helm install --name tika . --set image.tag=latest-full

Upgrading

Please always check CHANGELOG.md and BREAKING_CHANGES.md before upgrading to a new chart version.

Usage notes

  • TODO

Configuration

ParameterDescriptionDefault
.........

Deprecated

ParameterDescriptionDefault
.........

FAQ

None yet...

Contributing

Please check CONTRIBUTING before any contribution or for any questions about our development and testing process.

More Information

For more infomation on Apache Tika Server, go to the Apache Tika Server documentation.

For more information on Apache Tika, go to the official Apache Tika project website.

For more information on the Apache Software Foundation, go to the Apache Software Foundation website.

Authors

Apache Tika Dev Team (dev@tika.apache.org)

License

The code is licensed permissively under the Apache License v2.0.