Skip to content

Commit

Permalink
[MOSIP-39277]
Browse files Browse the repository at this point in the history
Signed-off-by: techno-376 <[email protected]>
  • Loading branch information
Rakshitha650 committed Jan 29, 2025
1 parent cbf1a97 commit 12a7f84
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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=1.3.0-beta.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=1.3.0-beta.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/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=1.3.0-beta.1
CHART_VERSION=1.3.0-beta.2
echo Create $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=1.3.0-beta.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/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/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 12a7f84

Please sign in to comment.