Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DSD-6786]Updated the latest chart versions #1619

Open
wants to merge 14 commits into
base: qa-java21
Choose a base branch
from
2 changes: 1 addition & 1 deletion deployment/v3/external/iam/keycloak_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ read_user_input(){

function initialize_keycloak() {
NS=keycloak
CHART_VERSION=0.0.1-develop
CHART_VERSION=1.2.0.1

helm repo add mosip https://mosip.github.io/mosip-helm
helm repo update
Expand Down
2 changes: 1 addition & 1 deletion deployment/v3/external/postgres/init_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function initialize_db() {
echo Removing any existing installation
helm -n $NS delete postgres-init || true
echo Initializing DB
helm -n $NS install postgres-init mosip/postgres-init -f init_values.yaml --version $CHART_VERSION --wait --wait-for-jobs
helm -n $NS install postgres-init mosip/postgres-init -f init_values.yaml --set image.repository=mosipqa/postgres-init --set image.tag=1.3.x --version $CHART_VERSION --wait --wait-for-jobs
break
else
break
Expand Down
2 changes: 1 addition & 1 deletion deployment/v3/mosip/admin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ $# -ge 1 ] ; then
fi

NS=admin
CHART_VERSION=0.0.1-develop
CHART_VERSION=1.3.0-beta.1-develop

echo Create $NS namespace
kubectl create ns $NS
Expand Down
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=0.0.1-develop
CHART_VERSION=1.3.0-beta.1-develop

echo Create $NS namespace
kubectl create ns $NS
Expand Down
4 changes: 2 additions & 2 deletions 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=0.0.1-develop
CHART_VERSION=1.3.0-beta.1-develop

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

echo Installing Biosdk server
helm -n $NS install biosdk-service mosip/biosdk-service -f values.yaml --version $CHART_VERSION
helm -n $NS install biosdk-service mosip/biosdk-service -f values.yaml --set image.repository=mosipqa/biosdk-server--set image.tag=1.3.x --version $CHART_VERSION

echo Biosdk service installed sucessfully.
return 0
Expand Down
2 changes: 1 addition & 1 deletion deployment/v3/mosip/config-server/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=config-server
CHART_VERSION=0.0.1-develop
CHART_VERSION=12.0.1

read -p "Is conf-secrets module installed?(Y/n) " conf_installed
read -p "Do you want to enable config-server to pull configurations from multiple repositories?(Y/n)( Default: n )" comp_enabled
Expand Down
2 changes: 1 addition & 1 deletion deployment/v3/mosip/converters/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=converters
CHART_VERSION=0.0.1-develop
CHART_VERSION=1.3.0-beta.1-develop

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=0.0.1-develop
CHART_VERSION=1.3.0-beta.1
echo Create $NS namespace
kubectl create ns $NS

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

NS=ida
CHART_VERSION=0.0.1-develop
CHART_VERSION=12.0.1

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

echo Create $NS namespace
kubectl create ns $NS
Expand Down
6 changes: 3 additions & 3 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=0.0.1-develop
CHART_VERSION=1.3.0-beta.1-develop

echo Create $NS namespace
kubectl create ns $NS
Expand Down Expand Up @@ -39,14 +39,14 @@ function installing_kernel() {
helm -n $NS install authmanager mosip/authmanager --version $CHART_VERSION $ENABLE_INSECURE

echo Installing auditmanager
helm -n $NS install auditmanager mosip/auditmanager --version $CHART_VERSION $ENABLE_INSECURE
helm -n $NS install auditmanager --version $CHART_VERSION $ENABLE_INSECURE
Rakshitha650 marked this conversation as resolved.
Show resolved Hide resolved

echo Installing idgenerator
helm -n $NS install idgenerator mosip/idgenerator --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 istio.corsPolicy.allowOrigins\[0\].exact=https://$ADMIN_HOST --version $CHART_VERSION
helm -n $NS install masterdata mosip/masterdata --set istio.corsPolicy.allowOrigins\[0\].exact=https://$ADMIN_HOST --version $CHART_VERSION

echo Installing otpmanager
helm -n $NS install otpmanager mosip/otpmanager --version $CHART_VERSION
Expand Down
2 changes: 1 addition & 1 deletion 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=0.0.1-develop
CHART_VERSION=1.3.0-beta.1

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

NS=masterdata-loader
CHART_VERSION=0.0.1-develop
CHART_VERSION=1.3.0-beta.1-develop
echo WARNING: This need to be executed only once at the begining for masterdata deployment. If reexecuted in a working env this will reset the whole master_data DB tables resulting in data loss.
echo Please skip this if masterdata is already uploaded.
read -p "CAUTION: Do you still want to continue(Y/n)" yn
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=0.0.1-develop
CHART_VERSION=1.3.0-beta.1-develop

echo Create $NS namespace
kubectl create ns $NS
Expand Down
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=0.0.1-develop
CHART_VERSION=1.3.0-beta.1-develop

echo Create $NS namespace
kubectl create ns $NS
Expand All @@ -22,7 +22,7 @@ function installing_mockmv() {
helm repo update

echo Installing mock-mv
helm -n $NS install mock-mv mosip/mock-mv --version $CHART_VERSION
helm -n $NS install mock-mv --version $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/mock-smtp/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=mock-smtp
CHART_VERSION=0.0.1-develop
CHART_VERSION=1.0.0

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


NS=mosip-file-server
CHART_VERSION=0.0.1-develop
CHART_VERSION=12.0.1

echo Create $NS namespace
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion deployment/v3/mosip/packetmanager/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function installing_packetmanager() {
./copy_cm.sh

echo Installing packetmanager
helm -n $NS install packetmanager mosip/packetmanager --version $CHART_VERSION
helm -n $NS install packetmanager mosip/packetmanager --set image.repository=mosipqa/commons-packet-service --set image.tag=1.3.x --version $CHART_VERSION

kubectl -n $NS get deploy -o name | xargs -n1 -t kubectl -n $NS rollout status
return 0
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 @@ -70,7 +70,7 @@ function installing_onboarder() {
done

NS=onboarder
CHART_VERSION=0.0.1-develop
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
5 changes: 3 additions & 2 deletions deployment/v3/mosip/pms/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ if [ $# -ge 1 ] ; then
fi

NS=pms
CHART_VERSION=0.0.1-develop
CHART_VERSION=12.0.1
PMP_CHART_VERSION_UI=12.0.2

echo Create $NS namespace
kubectl create ns $NS
Expand Down Expand Up @@ -41,7 +42,7 @@ function installing_pms() {
--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_CHART_VERSION_UI

echo Installing pmp-reactjs-ui-new
helm -n $NS install pmp-reactjs-ui mosip/pmp-reactjs-ui \
Expand Down
2 changes: 1 addition & 1 deletion deployment/v3/mosip/prereg/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=prereg
CHART_VERSION=0.0.1-develop
CHART_VERSION=1.3.0-beta.1-develop

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


NS=print
CHART_VERSION=0.0.1-develop
CHART_VERSION=1.3.0-beta.1-develop
echo Create $NS namespace
kubectl create ns $NS

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=0.0.1-develop
CHART_VERSION=1.3.0-beta.1-develop

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

NS=regproc
CHART_VERSION=0.0.1-develop
CHART_VERSION=1.3.0-beta.1-develop

echo Create $NS namespace
kubectl create ns $NS
Expand Down Expand Up @@ -40,10 +40,10 @@ function installing_regproc() {
helm -n $NS install regproc-group1 mosip/regproc-group1 --version $CHART_VERSION

echo Installing group2
helm -n $NS install regproc-group2 mosip/regproc-group2 --version $CHART_VERSION
helm -n $NS install regproc-group2 mosip/regproc-group2 --version $CHART_VERSION

echo Installing group3
helm -n $NS install regproc-group3 mosip/regproc-group3 --version $CHART_VERSION
helm -n $NS install regproc-group3 mosip/regproc-group3 --version $CHART_VERSION

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

NS=resident
CHART_VERSION=0.0.1-develop
RESIDENT_UI_CHART_VERSION=0.0.1-develop
CHART_VERSION=12.0.1
RESIDENT_UI_CHART_VERSION=0.9.0

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

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