Document Update 14/15114/2
authormoksh.baweja <moksh.baweja@samsung.com>
Fri, 3 Oct 2025 16:44:33 +0000 (22:14 +0530)
committerMoksh Baweja <moksh.baweja@samsung.com>
Fri, 3 Oct 2025 17:44:55 +0000 (17:44 +0000)
Updating document based on recent changes in influxdb installation and
bin/install_traininghost.sh

Change-Id: I10efcabdf39301d12333b3d239025075b594d63e
Signed-off-by: moksh.baweja <moksh.baweja@samsung.com>
docs/installation-guide.rst

index ada99be..718c96b 100755 (executable)
@@ -80,10 +80,10 @@ Ensure image version is correct.
 
 .. code:: bash
 
-        bin/install_traininghost.sh
-
+        bin/install_traininghost.sh -f <RECIPE_FILE>
 
 
+**Note**: In case no RECIPE_FILE is passed <RECIPE_EXAMPLE> RECIPE_EXAMPLE/example_recipe_latest_stable.yaml will be considered as default 
 Check running state of all pods and services using below command :
 
 .. code:: bash
@@ -163,7 +163,7 @@ Standalone Influx DB can be installed using the following commands:
 
 .. code:: bash
 
-        helm repo add bitnami https://charts.bitnami.com/bitnami
+        helm install influx --set image.repository=bitnamilegacy/influxdb bitnami/influxdb --version 5.13.5
         helm install my-release bitnami/influxdb --version 5.13.5