From 427e6ed63d2b46a93737e417571350af77eab14f Mon Sep 17 00:00:00 2001 From: "moksh.baweja" Date: Fri, 3 Oct 2025 22:14:33 +0530 Subject: [PATCH] Document Update Updating document based on recent changes in influxdb installation and bin/install_traininghost.sh Change-Id: I10efcabdf39301d12333b3d239025075b594d63e Signed-off-by: moksh.baweja --- docs/installation-guide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index ada99be..718c96b 100755 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -80,10 +80,10 @@ Ensure image version is correct. .. code:: bash - bin/install_traininghost.sh - + bin/install_traininghost.sh -f +**Note**: In case no RECIPE_FILE is passed 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 -- 2.16.6