Skip to content

Commit

Permalink
Merge pull request #1537 from Prafulrakhade/release-1.2.0.x
Browse files Browse the repository at this point in the history
[DSD-4982] 1.2.0.2 release
  • Loading branch information
ckm007 committed Apr 5, 2024
2 parents 8834d70 + e49e66f commit b5cb9e5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deployment/v3/mosip/artifactory/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=artifactory
CHART_VERSION=12.0.1
CHART_VERSION=12.0.2

echo Create $NS namespace
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion deployment/v3/mosip/mock-abis/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
CHART_VERSION=12.0.2

echo Create $NS namespace
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion 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
CHART_VERSION=12.0.2

echo Create $NS namespace
kubectl create ns $NS
Expand Down
3 changes: 2 additions & 1 deletion deployment/v3/mosip/pms/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ fi

NS=pms
CHART_VERSION=12.0.1
PMP_UI_CHART_VERSION=12.0.2

API_HOST=$(kubectl get cm global -o jsonpath={.data.mosip-api-internal-host})
PMP_HOST=$(kubectl get cm global -o jsonpath={.data.mosip-pmp-host})
Expand All @@ -34,7 +35,7 @@ function installing_pms() {
helm -n $NS install pms-policy mosip/pms-policy --set istio.corsPolicy.allowOrigins\[0\].prefix=https://$PMP_HOST --version $CHART_VERSION

echo Installing pmp-ui
helm -n $NS install pmp-ui mosip/pmp-ui --set pmp.apiUrl=https://$INTERNAL_API_HOST/ --set istio.hosts=["$PMP_HOST"] --version $CHART_VERSION
helm -n $NS install pmp-ui mosip/pmp-ui --set pmp.apiUrl=https://$INTERNAL_API_HOST/ --set istio.hosts=["$PMP_HOST"] --version $PMP_UI_CHART_VERSION

kubectl -n $NS get deploy -o name | xargs -n1 -t kubectl -n $NS rollout status

Expand Down
2 changes: 1 addition & 1 deletion deployment/v3/mosip/regclient/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=regclient
CHART_VERSION=12.0.1
CHART_VERSION=12.0.2

## GENERATE KEYSTORE PASSWORD
KEYSTORE_PWD=$( openssl rand -base64 10 )
Expand Down
2 changes: 1 addition & 1 deletion deployment/v3/testrig/uitestrig/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=uitestrig
CHART_VERSION=12.0.1
CHART_VERSION=12.0.2

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

0 comments on commit b5cb9e5

Please sign in to comment.