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 877a4a50b9b109453b9ba2702090ccf4526835c7 Author: Lewis John McGibbney <[email protected]> AuthorDate: Wed Apr 21 11:56:18 2021 -0700 Update README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 11520d1..7e92074 100644 --- a/README.md +++ b/README.md @@ -51,14 +51,11 @@ will work with the version of Tika you are installing. **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. -<!-- -* Add the Elastic Helm charts repo: -`helm repo add elastic https://helm.elastic.co` +* Add the Tika Helm charts repo: +`helm repo add tika https://apache.jfrog.io/artifactory/tika` * Install it: - - with Helm 3: `helm install filebeat elastic/filebeat` - - with Helm 2 (deprecated): `helm install --name filebeat elastic/filebeat` ---> + - with Helm 3: `helm install tika tika/${release_version}` ### Install development version using master branch @@ -128,4 +125,4 @@ The code is licensed permissively under the [Apache License v2.0][]. [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 +[latest release]: https://github.com/apache/tika-helm/releases
