Skip to content

Commit

Permalink
Update init_db.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Praful Rakhade <[email protected]>
  • Loading branch information
Prafulrakhade authored Apr 5, 2024
1 parent 7858cbe commit d852709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db_scripts/init_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=esignet
CHART_VERSION=12.0.2
CHART_VERSION=12.0.1

helm repo add mosip https://mosip.github.io/mosip-helm
helm repo update
Expand Down Expand Up @@ -38,4 +38,4 @@ while true; do
else
break
fi
done
done

0 comments on commit d852709

Please sign in to comment.