Skip to content

Commit

Permalink
Merge pull request #1220 from mosip/ckm007-patch-1
Browse files Browse the repository at this point in the history
Update install.sh
  • Loading branch information
ckm007 authored Jan 11, 2023
2 parents 385b49f + 962b4c9 commit 921b69d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/v3/mosip/mock-mv/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=abis
CHART_VERSION=12.0.1-B2
CHART_VERSION=12.0.1-B3

echo Create $NS namespace
kubectl create ns $NS
Expand Down Expand Up @@ -35,4 +35,4 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true
set -o nounset ## set -u : exit the script if you try to use an uninitialised variable
set -o errtrace # trace ERR through 'time command' and other functions
set -o pipefail # trace ERR through pipes
installing_mockmv # calling function
installing_mockmv # calling function

0 comments on commit 921b69d

Please sign in to comment.