[COMMON][DOC] Bump version Guilin
[oom.git] / docs / oom_user_guide.rst
index 8a7ebfc..70f19df 100644 (file)
@@ -139,19 +139,23 @@ To get a list of all of the available Helm chart repositories::
 
 Then build your local Helm repository::
 
-  > make SKIP_LINT=TRUE all
+  > make SKIP_LINT=TRUE [HELM_BIN=<HELM_PATH>] all
+
+`HELM_BIN`
+  Sets the helm binary to be used. The default value use helm from PATH. Allow the user to have
+  multiple version of helm in operating system and choose which one to use.
 
 The Helm search command reads through all of the repositories configured on the
 system, and looks for matches::
 
   > helm search -l
   NAME                    VERSION    DESCRIPTION
-  local/appc              2.0.0      Application Controller
-  local/clamp             2.0.0      ONAP Clamp
-  local/common            2.0.0      Common templates for inclusion in other charts
-  local/onap              2.0.0      Open Network Automation Platform (ONAP)
-  local/robot             2.0.0      A helm Chart for kubernetes-ONAP Robot
-  local/so                2.0.0      ONAP Service Orchestrator
+  local/appc              7.0.0      Application Controller
+  local/clamp             7.0.0      ONAP Clamp
+  local/common            7.0.0      Common templates for inclusion in other charts
+  local/onap              7.0.0      Open Network Automation Platform (ONAP)
+  local/robot             7.0.0      A helm Chart for kubernetes-ONAP Robot
+  local/so                7.0.0      ONAP Service Orchestrator
 
 In any case, setup of the Helm repository is a one time activity.