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
The following commit(s) were added to refs/heads/main by this push:
new 95c0791 Update README.md
95c0791 is described below
commit 95c079120c4c2a54590a8e3db04d11adf33da7d5
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Wed Apr 21 12:17:55 2021 -0700
Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 7e92074..fb7b31f 100644
--- a/README.md
+++ b/README.md
@@ -48,14 +48,14 @@ will work with the version of Tika you are installing.
### Install released version using Helm repository
-**N.B.** You may or may not need/wish to install the chart into a specific
namespace,
+**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 Tika Helm charts repo:
`helm repo add tika https://apache.jfrog.io/artifactory/tika`
* Install it:
- - with Helm 3: `helm install tika tika/${release_version}`
+ - with Helm 3: `helm install tika tika/tika --version ${release_version}`
### Install development version using master branch