Skip to content

Commit

Permalink
[DSD-3884] updated chart version
Browse files Browse the repository at this point in the history
Signed-off-by: syed salman <[email protected]>
  • Loading branch information
syedsalman3753 committed Nov 28, 2023
1 parent 7e8e5e1 commit 475fd24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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-ES
CHART_VERSION=12.0.1-B4

helm repo add mosip https://mosip.github.io/mosip-helm
helm repo update
Expand Down
2 changes: 1 addition & 1 deletion partner-onboarder/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ "$flag" = "n" ]; then
fi

NS=esignet
CHART_VERSION=12.0-ES
CHART_VERSION=12.0.1-B4

echo Create $NS namespace
kubectl create ns $NS
Expand Down

0 comments on commit 475fd24

Please sign in to comment.