Skip to content

Commit

Permalink
Merge pull request #1629 from Rakshitha650/release-1.2.1.x
Browse files Browse the repository at this point in the history
[MOSIP-39277] Updated Chart Versions for platform release
  • Loading branch information
ckm007 authored Jan 30, 2025
2 parents 328d47f + 12a7f84 commit 35dd44e
Show file tree
Hide file tree
Showing 31 changed files with 37 additions and 35 deletions.
2 changes: 1 addition & 1 deletion deployment/v3/external/iam/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function installing_keycloak() {
helm repo update

echo Installing
helm -n $NS install $SERVICE_NAME mosip/keycloak --version "7.1.18" --set image.repository=mosipqa/mosip-artemis-keycloak --set image.tag=develop --set image.pullPolicy=Always -f values.yaml --wait
helm -n $NS install $SERVICE_NAME mosip/keycloak --version "7.1.18" --set image.repository=mosipqa/mosip-artemis-keycloak --set image.tag=release-1.3.x --set image.pullPolicy=Always -f values.yaml --wait

EXTERNAL_HOST=$(kubectl get cm global -o jsonpath={.data.mosip-iam-external-host})
echo Install Istio gateway, virtual service
Expand Down
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.3.0-beta.1-develop

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 @@ -8,7 +8,7 @@ fi

function initialize_db() {
NS=postgres
CHART_VERSION=0.0.1-develop
CHART_VERSION=1.3.0-beta.1-develop
helm repo update
while true; do
read -p "CAUTION: all existing data will be lost. Are you sure?(Y/n)" yn
Expand Down
2 changes: 1 addition & 1 deletion deployment/v3/external/postgres/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kubectl label ns $NS istio-injection=enabled --overwrite

function installing_postgres() {
echo Installing Postgres
helm -n $NS install postgres bitnami/postgresql --version 13.1.5 -f values.yaml --wait
helm -n $NS install postgres bitnami/postgresql --version 12.11.1 -f values.yaml --wait
echo Installed Postgres
echo Installing gateways and virtual services
POSTGRES_HOST=$(kubectl get cm global -o jsonpath={.data.mosip-postgres-host})
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

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

echo Create $NS namespace
kubectl create ns $NS
Expand Down
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=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/captcha/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function installing_captcha() {
done

NS=captcha
CHART_VERSION=0.1.0-develop
CHART_VERSION=0.1.0

echo Create $NS namespace
kubectl create ns $NS || true
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=0.0.2-develop

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

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

function installing_datashare() {
echo Istio label
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=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/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=1.3.0-beta.1-develop

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

NS=kernel
CHART_VERSION=0.0.1-develop
CHART_VERSION=1.3.0-beta.1
AUDIT_CHART_VERSION=1.3.0-beta.1-develop

echo Create $NS namespace
kubectl create ns $NS
Expand Down Expand Up @@ -39,7 +40,7 @@ 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 mosip/auditmanager --version $AUDIT_CHART_VERSION $ENABLE_INSECURE

echo Installing idgenerator
helm -n $NS install idgenerator mosip/idgenerator --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
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

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=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/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=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/packetmanager/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=packetmanager
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/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=1.3.0-beta.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=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

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

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
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
2 changes: 1 addition & 1 deletion 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

echo Create $NS namespace
kubectl create ns $NS
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=1.3.0-beta.1-develop
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/tusd/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=tusd
CHART_VERSION=0.0.1-develop
CHART_VERSION=12.0.2

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

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

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

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

0 comments on commit 35dd44e

Please sign in to comment.