Skip to content

Commit

Permalink
Merge pull request #792 from mosip/releas-branch
Browse files Browse the repository at this point in the history
[DSD-7170] Resident Portal - 0.9.1 Release
  • Loading branch information
Prafulrakhade authored Jan 31, 2025
2 parents df69009 + 8f70622 commit d1f5528
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions deploy/resident-ui/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions deploy/resident-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=resident
CHART_VERSION=0.0.1-develop
CHART_VERSION=1.3.1
COPY_UTIL=../copy_cm_func.sh

echo Create $NS namespace
Expand Down Expand Up @@ -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
installing_uitestrig # calling function
10 changes: 7 additions & 3 deletions deploy/resident-uitestrig/values.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion helm/resident-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/resident-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions residenttest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.test</groupId>
<artifactId>uitest-resident</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<name>uitest-resident</name>
<description>Parent project of uitest-resident</description>
<url>https://github.com/mosip/resident-ui</url>
Expand Down Expand Up @@ -43,7 +43,7 @@
<rest.assured.version>3.0.7</rest.assured.version>
<testng.version>6.11</testng.version>
<zt.zip.version>1.13</zt.zip.version>
<fileName>uitest-resident-0.9.1-SNAPSHOT-jar-with-dependencies</fileName>
<fileName>uitest-resident-0.9.1-jar-with-dependencies</fileName>

<!-- maven -->
<maven.compiler.target>21</maven.compiler.target>
Expand Down

0 comments on commit d1f5528

Please sign in to comment.