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