Skip to content

Commit

Permalink
Merge pull request #1525 from abhishek8shankar/camdgc-qa2
Browse files Browse the repository at this point in the history
[DSD-4835] Updated Images as per requirment
  • Loading branch information
ckm007 authored Mar 20, 2024
2 parents f316fcd + ccf4c93 commit fd5b80d
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion deployment/v3/mosip/biosdk/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=biosdk
CHART_VERSION=12.0.1-B3
CHART_VERSION=12.0.1

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

NS=datashare
CHART_VERSION=12.0.2
CHART_VERSION=12.0.1

echo Create $NS namespace
kubectl create ns $NS
Expand Down
12 changes: 6 additions & 6 deletions deployment/v3/mosip/ida/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ if [ $# -ge 1 ] ; then
fi

NS=ida
CHART_VERSION=12.0.2
KEYGEN_CHART_VERSION=12.0.2
CHART_VERSION=12.0.1
KEYGEN_CHART_VERSION=12.0.1

echo Create $NS namespace
kubectl create ns $NS
Expand All @@ -23,16 +23,16 @@ function installing_ida() {
./copy_cm.sh

echo Running ida keygen
helm -n $NS install ida-keygen mosip/keygen --set image.repository=mosipqa/keys-generator --set image.tag=develop --wait --wait-for-jobs --version $KEYGEN_CHART_VERSION -f keygen_values.yaml
helm -n $NS install ida-keygen mosip/keygen --set image.repository=mosipid/keys-generator --set image.tag=1.2.0.1-B4 --wait --wait-for-jobs --version $KEYGEN_CHART_VERSION -f keygen_values.yaml

echo Installing ida auth
helm -n $NS install ida-auth mosip/ida-auth --set image.repository=mosipqa/authentication-service --set image.tag=release-1.2.0.1 --version $CHART_VERSION
helm -n $NS install ida-auth mosip/ida-auth --set image.repository=mosipid/authentication-service --set image.tag=1.2.0.1-B6 --version $CHART_VERSION

echo Installing ida internal
helm -n $NS install ida-internal mosip/ida-internal --set image.repository=mosipqa/authentication-internal-service --set image.tag=release-1.2.0.1 --version $CHART_VERSION
helm -n $NS install ida-internal mosip/ida-internal --set image.repository=mosipid/authentication-internal-service --set image.tag=1.2.0.1-B6 --version $CHART_VERSION

echo Installing ida otp
helm -n $NS install ida-otp mosip/ida-otp --set image.repository=mosipqa/authentication-otp-service --set image.tag=release-1.2.0.1 --version $CHART_VERSION
helm -n $NS install ida-otp mosip/ida-otp --set image.repository=mosipid/authentication-otp-service --set image.tag=release-1.2.0.1-B6 --version $CHART_VERSION

kubectl -n $NS get deploy -o name | xargs -n1 -t kubectl -n $NS rollout status
echo Intalled ida services
Expand Down
10 changes: 5 additions & 5 deletions deployment/v3/mosip/idrepo/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=idrepo
CHART_VERSION=12.0.1-B2
CHART_VERSION=12.0.1

echo Create $NS namespace
kubectl create ns $NS
Expand All @@ -22,16 +22,16 @@ function installing_idrepo() {
./copy_cm.sh

echo Running salt generator job
helm -n $NS install idrepo-saltgen mosip/idrepo-saltgen --set image.repository=mosipqa/id-repository-salt-generator --set image.tag=develop --version $CHART_VERSION --wait --wait-for-jobs
helm -n $NS install idrepo-saltgen mosip/idrepo-saltgen --set image.repository=mosipid/id-repository-salt-generator --set image.tag=1.2.0.1-B3 --version $CHART_VERSION --wait --wait-for-jobs

echo Running credential
helm -n $NS install credential mosip/credential --set image.repository=mosipqa/credential-service --set image.tag=release-1.2.0.1-B3--version $CHART_VERSION
helm -n $NS install credential mosip/credential --set image.repository=mosipid/credential-service --set image.tag=1.2.0.1-B3 --version $CHART_VERSION

echo Running credential request service
helm -n $NS install credentialrequest mosip/credentialrequest --set image.repository=mosipqa/credential-request-generator --set image.tag=release-1.2.0.1-B3 --version $CHART_VERSION
helm -n $NS install credentialrequest mosip/credentialrequest --set image.repository=mosipid/credential-request-generator --set image.tag=1.2.0.1-B3 --version $CHART_VERSION

echo Running identity service
helm -n $NS install identity mosip/identity --set image.repository=mosipqa/id-repository-identity-service --set image.tag=release-1.2.0.1-B3 --version $CHART_VERSION
helm -n $NS install identity mosip/identity --set image.repository=mosipid/id-repository-identity-service --set image.tag=1.2.0.1-B3 --version $CHART_VERSION

#echo Running vid service
#helm -n $NS install vid mosip/vid --version $CHART_VERSION
Expand Down
12 changes: 6 additions & 6 deletions deployment/v3/mosip/kernel/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=kernel
CHART_VERSION=12.0.2
CHART_VERSION=12.0.1

echo Create $NS namespace
kubectl create ns $NS
Expand All @@ -22,20 +22,20 @@ function installing_kernel() {
./copy_cm.sh

echo Installing authmanager
helm -n $NS install authmanager mosip/authmanager --set image.repository=mosipid/kernel-auth-service --set image.tag=1.2.0.1-B1 --version $CHART_VERSION
helm -n $NS install authmanager mosip/authmanager --set image.repository=mosipid/kernel-auth-service --set image.tag=1.2.0.1-B3 --version $CHART_VERSION

echo Installing auditmanager
helm -n $NS install auditmanager mosip/auditmanager --set image.repository=mosipid/kernel-auditmanager-service --set image.tag=1.2.0.1-B1 --version $CHART_VERSION
helm -n $NS install auditmanager mosip/auditmanager --set image.repository=mosipid/kernel-auditmanager-service --set image.tag=1.2.0.1-B2 --version $CHART_VERSION

echo Installing idgenerator
helm -n $NS install idgenerator mosip/idgenerator --set image.repository=mosipid/kernel-idgenerator-service --set image.tag=1.2.0.1-B1 --version $CHART_VERSION
helm -n $NS install idgenerator mosip/idgenerator --set image.repository=mosipid/kernel-idgenerator-service --set image.tag=1.2.0.1-B2 --version $CHART_VERSION

ADMIN_HOST=$(kubectl get cm global -o jsonpath={.data.mosip-admin-host})
echo Installing masterdata and allowing Admin UI to access masterdata services.
helm -n $NS install masterdata mosip/masterdata --set image.repository=mosipid/kernel-masterdata-service --set image.tag=1.2.0.1-B1 --set istio.corsPolicy.allowOrigins\[0\].exact=https://$ADMIN_HOST --version $CHART_VERSION
helm -n $NS install masterdata mosip/masterdata --set image.repository=mosipid/kernel-masterdata-service --set image.tag=1.2.0.1-B2 --set istio.corsPolicy.allowOrigins\[0\].exact=https://$ADMIN_HOST --version $CHART_VERSION

echo Installing otpmanager
helm -n $NS install otpmanager mosip/otpmanager --set image.repository=mosipid/kernel-otpmanager-service --set image.tag=1.2.0.1-B1--version $CHART_VERSION
helm -n $NS install otpmanager mosip/otpmanager --set image.repository=mosipid/kernel-otpmanager-service --set image.tag=1.2.0.1-B1 --version $CHART_VERSION

#echo Installing pridgenerator
#helm -n $NS install pridgenerator mosip/pridgenerator --version $CHART_VERSION
Expand Down
6 changes: 3 additions & 3 deletions deployment/v3/mosip/keymanager/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=keymanager
CHART_VERSION=12.0.2
CHART_VERSION=12.0.1

echo Creating $NS namespace
kubectl create ns $NS
Expand All @@ -23,10 +23,10 @@ function installing_keymanager() {
./copy_cm.sh

echo Running keygenerator. This may take a few minutes..
helm -n $NS install kernel-keygen mosip/keygen --set image.repository=mosipqa/keys-generator --set image.tag=develop --wait --wait-for-jobs --version $CHART_VERSION -f keygen_values.yaml
helm -n $NS install kernel-keygen mosip/keygen --set image.repository=mosipid/keys-generator --set image.tag=1.2.0.1-B4 --wait --wait-for-jobs --version $CHART_VERSION -f keygen_values.yaml

echo Installing keymanager
helm -n $NS install keymanager mosip/keymanager --set image.repository=mosipqa/kernel-keymanager-service --set image.tag=release-1.2.0.1 --version $CHART_VERSION
helm -n $NS install keymanager mosip/keymanager --set image.repository=mosipid/kernel-keymanager-service --set image.tag=1.2.0.1-B4 --version $CHART_VERSION

kubectl -n $NS get deploy -o name | xargs -n1 -t kubectl -n $NS rollout status
echo Installed keymanager services
Expand Down
4 changes: 2 additions & 2 deletions deployment/v3/mosip/masterdata-loader/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ read -p "CAUTION: Do you still want to continue(Y/n)" yn
if [ $yn = "Y" ]
then
NS=masterdata-loader
CHART_VERSION=12.0.1-B2
CHART_VERSION=12.0.1
helm delete masterdata-loader -n $NS
echo Create $NS namespace
kubectl create ns $NS
Expand All @@ -33,7 +33,7 @@ if [ $yn = "Y" ]
./copy_secrets.sh

echo Loading masterdata
helm -n $NS install masterdata-loader mosip/masterdata-loader --set image.repository=mosipqa/masterdata-loader --set image.tag=develop --set mosipDataGithubBranch=1.2.0.1 --version $CHART_VERSION --wait
helm -n $NS install masterdata-loader mosip/masterdata-loader --set image.repository=mosipid/masterdata-loader --set image.tag=1.2.0.1 --set mosipDataGithubBranch=v1.2.0.1 --version $CHART_VERSION --wait

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

NS=onboarder
CHART_VERSION=12.0.2
CHART_VERSION=12.0.1

echo "Do you have public domain & valid SSL? (Y/n) "
echo "Y: if you have public domain & valid ssl certificate"
Expand Down
4 changes: 2 additions & 2 deletions deployment/v3/mosip/pms/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ if [ $# -ge 1 ] ; then
fi

NS=pms
CHART_VERSION=12.0.2
PMP_UI_CHART_VERSION=12.0.2
CHART_VERSION=12.0.1
PMP_UI_CHART_VERSION=12.0.1

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 Down
6 changes: 3 additions & 3 deletions deployment/v3/mosip/websub/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=websub
CHART_VERSION=12.0.1-B2
CHART_VERSION=12.0.1

echo Create $NS namespace
kubectl create ns $NS
Expand All @@ -22,8 +22,8 @@ function installing_websub() {
./copy_cm.sh

echo Installing websub
helm -n $NS install websub-consolidator mosip/websub-consolidator --set image.repository=mosipqa/consolidator-websub-service --set image.tag=develop --version $CHART_VERSION --wait
helm -n $NS install websub mosip/websub --set image.repository=mosipqa/websub-service --set image.tag=develop --version $CHART_VERSION
helm -n $NS install websub-consolidator mosip/websub-consolidator --set image.repository=mosipid/consolidator-websub-service --set image.tag=1.2.0.1 --version $CHART_VERSION --wait
helm -n $NS install websub mosip/websub --set image.repository=mosipid/websub-service --set image.tag=1.2.0.1 --version $CHART_VERSION

kubectl -n $NS get deploy -o name | xargs -n1 -t kubectl -n $NS rollout status
echo Installed websub services
Expand Down
4 changes: 2 additions & 2 deletions deployment/v3/testrig/apitestrig/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=apitestrig
CHART_VERSION=12.0.1-B3
CHART_VERSION=12.0.1

echo Create $NS namespace
kubectl create ns $NS
Expand Down Expand Up @@ -62,7 +62,7 @@ function installing_apitestrig() {

echo Installing apitestrig
helm -n $NS install apitestrig mosip/apitestrig \
--set image.repository=mosipqa/automationtests --set image.tag=camdgc-develop \
--set image.repository=mosipid/automationtests --set image.tag=1.3.0-ES \
--set crontime="0 $time * * *" \
-f values.yaml \
--version $CHART_VERSION \
Expand Down
4 changes: 2 additions & 2 deletions deployment/v3/testrig/authdemo/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=authdemo
CHART_VERSION=12.0.2
CHART_VERSION=12.0.1

echo Create $NS namespace
kubectl create ns $NS
Expand Down Expand Up @@ -47,7 +47,7 @@ function installing_authdemo() {

echo Installing authdemo
helm -n $NS install authdemo mosip/authdemo $ENABLE_INSECURE \
--set image.repository=mosipqa/authentication-demo-service --set image.tag=develop \
--set image.repository=mosipid/authentication-demo-service --set image.tag=1.3.0-ES \
--set persistence.nfs.server="$NFS_HOST" \
--version $CHART_VERSION --wait

Expand Down

0 comments on commit fd5b80d

Please sign in to comment.