From 9988b0437825eb76d8266f4c80ed4cb850744520 Mon Sep 17 00:00:00 2001 From: Rakshitha650 <76676196+Rakshitha650@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:53:07 +0530 Subject: [PATCH] Update init_db.sh Signed-off-by: Rakshitha650 <76676196+Rakshitha650@users.noreply.github.com> --- db_scripts/init_db.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db_scripts/init_db.sh b/db_scripts/init_db.sh index 00f765ea8..ac129b8ce 100755 --- a/db_scripts/init_db.sh +++ b/db_scripts/init_db.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=esignet -CHART_VERSION=12.0.2 +CHART_VERSION=0.0.1-develop helm repo add mosip https://mosip.github.io/mosip-helm helm repo update @@ -38,4 +38,4 @@ while true; do else break fi -done \ No newline at end of file +done