diff --git a/helm/signup-service/Chart.yaml b/helm/signup-service/Chart.yaml
index 394c38c4..090c8f54 100644
--- a/helm/signup-service/Chart.yaml
+++ b/helm/signup-service/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
name: signup
description: A Helm chart for DGTDept signup-service module
type: application
-version: 1.0.1
+version: 1.0.2
appVersion: ""
dependencies:
- name: common
diff --git a/helm/signup-service/install.sh b/helm/signup-service/install.sh
index e9dd7230..4bb0599e 100755
--- a/helm/signup-service/install.sh
+++ b/helm/signup-service/install.sh
@@ -13,7 +13,7 @@ echo Create $SOFTHSM_NS namespace
kubectl create ns $SOFTHSM_NS
NS=signup
-CHART_VERSION=1.0.1
+CHART_VERSION=1.0.2
SIGNUP_HOST=$(kubectl get cm global -o jsonpath={.data.mosip-signup-host})
diff --git a/helm/signup-service/values.yaml b/helm/signup-service/values.yaml
index 533bde97..17edc4af 100644
--- a/helm/signup-service/values.yaml
+++ b/helm/signup-service/values.yaml
@@ -53,7 +53,7 @@ service:
image:
registry: docker.io
repository: mosipid/signup-service
- tag: 1.0.1
+ tag: 1.0.2
## 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/helm/signup-ui/Chart.yaml b/helm/signup-ui/Chart.yaml
index 799422c8..8394db0a 100644
--- a/helm/signup-ui/Chart.yaml
+++ b/helm/signup-ui/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
name: signup-ui
description: A Helm chart for DGTDept SIGNUP UI module
type: application
-version: 1.0.1
+version: 1.0.2
appVersion: ""
dependencies:
- name: common
diff --git a/helm/signup-ui/install.sh b/helm/signup-ui/install.sh
index ac071db2..dc5e08fd 100755
--- a/helm/signup-ui/install.sh
+++ b/helm/signup-ui/install.sh
@@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi
NS=signup
-CHART_VERSION=1.0.1
+CHART_VERSION=1.0.2
echo Create $NS namespace
kubectl create ns $NS
diff --git a/helm/signup-ui/values.yaml b/helm/signup-ui/values.yaml
index 4f7543b4..d669068b 100755
--- a/helm/signup-ui/values.yaml
+++ b/helm/signup-ui/values.yaml
@@ -52,7 +52,7 @@ service:
image:
registry: docker.io
repository: mosipid/signup-ui
- tag: 1.0.1
+ tag: 1.0.2
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
diff --git a/pom.xml b/pom.xml
index ca72cad4..47f9e114 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
4.0.0
io.mosip.signup
signup-parent
- 1.0.2-SNAPSHOT
+ 1.0.2
pom
esignet-signup
Parent project of MOSIP e-Signet
diff --git a/signup-service/pom.xml b/signup-service/pom.xml
index b682ad11..8f9a0c73 100644
--- a/signup-service/pom.xml
+++ b/signup-service/pom.xml
@@ -15,7 +15,7 @@
io.mosip.signup
signup-service
- 1.0.2-SNAPSHOT
+ 1.0.2
signup-service
Sign Up Service
https://github.com/DGTDept/esignet-signup