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 4923864  Update README.md
4923864 is described below

commit 492386471616713bddbc5851912acdd78bd87609
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Mon Jan 24 13:58:45 2022 -0800

    Update README.md
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3679a3c..e93facd 100644
--- a/README.md
+++ b/README.md
@@ -55,9 +55,9 @@ in which case you may need to augment the commands below.
 `helm repo add tika https://apache.jfrog.io/artifactory/tika`
 
 * Install it:
-  - with Helm 3: `helm install tika tika/tika --set version=${release_version} 
-n tika-test`, you will see something like
+  - with Helm 3: `helm install tika tika/tika --set 
image.tag=${release.version} -n tika-test`, you will see something like
 ```
-% helm install tika tika/tika --version 2.2.1-full -n tika-test
+% helm install tika tika/tika --set image.tag=2.2.1-full -n tika-test
 NAME: tika
 LAST DEPLOYED: Mon Jan 24 13:38:01 2022
 NAMESPACE: tika-test

Reply via email to