diff --git a/deploy/resident-ui/install.sh b/deploy/resident-ui/install.sh
index b550c2f5..8f3e3b85 100755
--- a/deploy/resident-ui/install.sh
+++ b/deploy/resident-ui/install.sh
@@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi
NS=resident
-RESIDENT_UI_CHART_VERSION=0.0.1-develop
+CHART_VERSION=0.9.1
COPY_UTIL=../copy_cm_func.sh
echo Create $NS namespace
@@ -48,7 +48,7 @@ function installing_resident() {
RESIDENT_HOST=$(kubectl get cm global -o jsonpath={.data.mosip-resident-host})
echo Installing Resident UI
- helm -n $NS install resident-ui mosip/resident-ui --set resident.apiHost=$API_HOST --set istio.hosts\[0\]=$RESIDENT_HOST --version $RESIDENT_UI_CHART_VERSION
+ helm -n $NS install resident-ui mosip/resident-ui --set resident.apiHost=$API_HOST --set istio.hosts\[0\]=$RESIDENT_HOST --version $CHART_VERSION
kubectl -n $NS get deploy -o name | xargs -n1 -t kubectl -n $NS rollout status
diff --git a/deploy/resident-uitestrig/install.sh b/deploy/resident-uitestrig/install.sh
index de469b06..9c1e0cf0 100755
--- a/deploy/resident-uitestrig/install.sh
+++ b/deploy/resident-uitestrig/install.sh
@@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi
NS=resident
-CHART_VERSION=0.0.1-develop
+CHART_VERSION=1.3.1
COPY_UTIL=../copy_cm_func.sh
echo Create $NS namespace
@@ -94,4 +94,4 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true
set -o nounset ## set -u : exit the script if you try to use an uninitialised variable
set -o errtrace # trace ERR through 'time command' and other functions
set -o pipefail # trace ERR through pipes
-installing_uitestrig # calling function
\ No newline at end of file
+installing_uitestrig # calling function
diff --git a/deploy/resident-uitestrig/values.yaml b/deploy/resident-uitestrig/values.yaml
index 9e02676b..bb8dc50c 100644
--- a/deploy/resident-uitestrig/values.yaml
+++ b/deploy/resident-uitestrig/values.yaml
@@ -1,7 +1,11 @@
modules:
- - name: residentui
+ - name: resident-ui
enabled: true
image:
registry: docker.io
- repository: mosipqa/residenttest
- tag: develop
+ repository: mosipid/residenttest
+ tag: 0.9.1
+ - name: admin-ui
+ enabled: false
+ - name: pmp-ui
+ enabled: false
diff --git a/helm/resident-ui/Chart.yaml b/helm/resident-ui/Chart.yaml
index e0bff322..84eb1d64 100644
--- a/helm/resident-ui/Chart.yaml
+++ b/helm/resident-ui/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
name: resident-ui
description: A Helm chart for resident-ui
type: application
-version: 0.9.0-develop
+version: 0.9.1
appVersion: ""
dependencies:
- name: common
diff --git a/helm/resident-ui/values.yaml b/helm/resident-ui/values.yaml
index c2aa4450..569e5bd1 100644
--- a/helm/resident-ui/values.yaml
+++ b/helm/resident-ui/values.yaml
@@ -53,7 +53,7 @@ service:
image:
registry: docker.io
repository: mosipid/resident-ui
- tag: 0.9.0
+ tag: 0.9.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
diff --git a/residenttest/pom.xml b/residenttest/pom.xml
index ce8b5056..b7f8fbee 100644
--- a/residenttest/pom.xml
+++ b/residenttest/pom.xml
@@ -2,7 +2,7 @@
4.0.0
io.mosip.test
uitest-resident
- 0.9.1-SNAPSHOT
+ 0.9.1
uitest-resident
Parent project of uitest-resident
https://github.com/mosip/resident-ui
@@ -43,7 +43,7 @@
3.0.7
6.11
1.13
- uitest-resident-0.9.1-SNAPSHOT-jar-with-dependencies
+ uitest-resident-0.9.1-jar-with-dependencies
21